Forum Discussion
coxygt
Dec 19, 2023Brass Contributor
Monitoring all SPO Sites Storage Used Month by Month
Wondering if this is possible, but I have a requirement to be able to monitor every SPO site on my companies tenant, and to be able to pick up storage usage changes month by month. I am aware of the...
- Dec 20, 2023What I've done is to create an flow that get's the information using graph and save it to a SharePoint list:
https://learn.microsoft.com/en-us/graph/api/resources/sharepoint-site-usage-reports?view=graph-rest-1.0
I would later build a PowerBI report where I can see the graph per day/week/month/year.
Dec 20, 2023
What I've done is to create an flow that get's the information using graph and save it to a SharePoint list:
https://learn.microsoft.com/en-us/graph/api/resources/sharepoint-site-usage-reports?view=graph-rest-1.0
I would later build a PowerBI report where I can see the graph per day/week/month/year.
https://learn.microsoft.com/en-us/graph/api/resources/sharepoint-site-usage-reports?view=graph-rest-1.0
I would later build a PowerBI report where I can see the graph per day/week/month/year.