Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
8 years ago
Solved

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? 

 

 

 

  • Anonymous's avatar
    Anonymous
    8 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

  • Anonymous's avatar
    Anonymous
    Not 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

    • jshutters's avatar
      jshutters
      Icon for Resolver I rankResolver I

      As a work-around for getting PBIE usage metrics, what are some 3rd party providers that do this that I can consider?

  • andreead89's avatar
    andreead89
    Frequent Visitor

    I was wondering if this is still the case and if you still need a 3rd party for tracking usage for end users?

  • 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!