Forum Discussion
How to track usage metrics in embedded report?
If I am embedding a PowerBI report into an iFrame, how do I track usage metrics of my end users? Do I need to use an analytics connector such as Google Analytics or Adobe Analytics?
- Anonymous8 years ago
Hi Anonymous,
Current power bi usage metrics not support trace embedded reports:
Usage metrics for dashboards and reports
You can only consider to use third party service to trace them, but I not fully confirm if they can works for power bi embedded contents.
Regards,
Xiaxoin Sheng
8 Replies
- AnonymousNot applicable
Hi Anonymous,
Current power bi usage metrics not support trace embedded reports:
Usage metrics for dashboards and reports
You can only consider to use third party service to trace them, but I not fully confirm if they can works for power bi embedded contents.
Regards,
Xiaxoin Sheng
- andreead89Frequent Visitor
I was wondering if this is still the case and if you still need a 3rd party for tracking usage for end users?
- AdamjbergNew Member
There is a work-around using GA4/tag manager. You can actually use data layer push events or data attributes to tag certain butttons or actions in your embedded PBI reports. You would need to match the names of attributes in your PBI reports with those in GA4/tag manager.
E.g.,
Datalayer push events via click:
‘event’: ‘BTN: Download table’
‘event:’ ‘Compare XYZ by XYZ’
This does require some smaller front-end tasks but it does work and it's neat to have this reporting combined within GA4 if remainder or events/tracking is there as well for where you embedd your reports.
Hope this helps!
- frankvb
Helper III
Is this still the case in 2025?