Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

The FabCon + SQLCon recap series starts April 14th at 8am Pacific. If you’re tracking where AI is going inside Fabric, this first session is a can't miss. Register now

Reply
algunn14
Frequent Visitor

Power BI Usage Data

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!

1 ACCEPTED SOLUTION
lbendlin
Super User
Super User

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.

View solution in original post

3 REPLIES 3
lbendlin
Super User
Super User

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.

Helpful resources

Announcements
New to Fabric survey Carousel

New to Fabric Survey

If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.

Power BI DataViz World Championships carousel

Power BI DataViz World Championships - June 2026

A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.

Join our Fabric User Panel

Join our Fabric User Panel

Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.

March Power BI Update Carousel

Power BI Community Update - March 2026

Check out the March 2026 Power BI update to learn about new features.

Top Solution Authors