The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredCompete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.
Hello!
I would like to know if it is possible to access the tables used by the Fabric Metrics App to store a history of data in another storage.
Any help would be appreciated.
Solved! Go to Solution.
You need to write a PowerShell script using these APIs
https://learn.microsoft.com/en-us/rest/api/power-bi/
To extract and save the logs in csv or JSON format somewhere then use Power BI desktop to connect to them files and build reports
Regards
Amine Jerbi
If I answered your question, please mark this thread as accepted
and you can follow me on
My Website, LinkedIn and Facebook
Hi @karihsantos
Yes you can use PowerShell and Power BI Rest APIs to extract and save the logs in JSON or csv formats.
Regards
Amine Jerbi
If I answered your question, please mark this thread as accepted
and you can follow me on
My Website, LinkedIn and Facebook
Hello, @aj1973
Thank you for your response.
Could you please provide more details about this solution? I'm a bit confused about how to apply it.
You need to write a PowerShell script using these APIs
https://learn.microsoft.com/en-us/rest/api/power-bi/
To extract and save the logs in csv or JSON format somewhere then use Power BI desktop to connect to them files and build reports
Regards
Amine Jerbi
If I answered your question, please mark this thread as accepted
and you can follow me on
My Website, LinkedIn and Facebook