Get certified for free when you join Fabric Data Days 2026 and dive into Fabric, Power BI, SQL, AI, and other essential data skills.
Join nowJuly 7 - July 17 | Round 2 of the Power BI Dataviz World Championships. Don't miss your chance! Learn more
I have written a powershell script to pull usage data like report views etc. For next steps, I was planning on finding a way to run this script daily and store it in a database, then create a Power BI report to show us which reports haven't been viewed in the last X months etc.
A coworker of mine believes that I can use Azure Log Analytics to serve this need instead? I don't have any experience with Log Analytics and wanted to first pose the question if this is indeed possible with Log Analytics before I spend a bunch of time redoing my solution.
Is this possible? Any help is greatly appreciated!
Solved! Go to Solution.
Possible? Yes.
Free? No.
Keep running your script. No need to store the results in a database. Store them as JSON or Parquet and access directly.
Possible? Yes.
Free? No.
Keep running your script. No need to store the results in a database. Store them as JSON or Parquet and access directly.
Thanks @lbendlin , when you say access directly, what specifically do you mean? Where would you recommend we store the data?
Whatever file storage you are comfortable with . A SharePoint Document Library can do in a pinch (given enough quota).
"access directly" means ingest them as is directly from Power BI. If you want, load them into a dataflow or datamart etc.
Join us in Barcelona for FabCon and SQLCon, the Fabric, Power BI, SQL, and AI community event. Save €200 with code FABCMTY200.
Join Fabric Data Days 2026: 60 days of free live/on-demand sessions, challenges, study groups, and certification opportunities.
| User | Count |
|---|---|
| 22 | |
| 12 | |
| 10 | |
| 10 | |
| 4 |
| User | Count |
|---|---|
| 32 | |
| 27 | |
| 26 | |
| 25 | |
| 21 |