Forum Discussion
algunn14
2 years agoFrequent 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 ...
- 2 years ago
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.
algunn14
2 years agoFrequent Visitor
Thanks lbendlin , when you say access directly, what specifically do you mean? Where would you recommend we store the data?
lbendlin
2 years agoSuper User
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.