Microsoft Fabric Community Conference 2025, March 31 - April 2, Las Vegas, Nevada. Use code FABINSIDER for a $400 discount.
Register nowThe Power BI DataViz World Championships are on! With four chances to enter, you could win a spot in the LIVE Grand Finale in Las Vegas. Show off your skills.
Hello everyone!
I’m working on tracking Power BI report activity and trying to simulate the ExecutionLog3 functionality from Report Server in Fabric. To achieve this, I’m using the Power BI REST API’s Admin - Get Activity Events endpoint to monitor report activity.
However, I’ve encountered a challenge: the audit logs don’t seem to provide details on when a report started and ended, nor do they indicate the success or failure of a report execution.
✅ When a user opens a report (TimeStart) and how long it takes to respond (TimeEnd).
✅ The status of report execution (success, failure, or internal error).
✅ Details on ItemAction to classify different types of report activities.
The API doesn’t seem to provide these timestamps or status details directly. Is there any workaround to extract this information?
Any insights, suggestions, or best practices would be greatly appreciated!
Thanks in advance!
Hello @dimitragav10_
Thank you for reaching out regarding Power BI Fabric Audit Logs. We understand your need to track detailed report activity.
Unfortunately, the Power BI REST API’s Admin - Get Activity Events endpoint does not directly provide the start and end times of report execution and status codes like rsInternalError or rsSuccess.
As a workaround, you can approximate start times using the ActivityDateTime field and track status through custom logging and inferred actions.
To implement custom logging within your Power BI reports to capture detailed execution metrics, including start and end times and execution status, you can follow these steps:
Using Azure Log Analytics
1. Set Up Azure Log Analytics:
2. Configure Diagnostic Settings:
3. Query Logs:
If my response has resolved your query, please mark it as the Accepted Solution to assist others. Additionally, a 'Kudos' would be appreciated if you found my response helpful.
Thank you!
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!
Check out the February 2025 Power BI update to learn about new features.
User | Count |
---|---|
45 | |
34 | |
32 | |
25 | |
23 |
User | Count |
---|---|
34 | |
33 | |
21 | |
20 | |
15 |