Forum Discussion

pboitel's avatar
pboitel
New Member
1 year ago
Solved

Report Usage Metrics, Filters Data ?

Hello,   I'm discovering the “Usage Metrics” of my reports. I'm browsing through the data and want to know if it's possible to get statistics on the filters used.   I've found data on the users o...
  • Sahir_Maharaj's avatar
    1 year ago

    Hello pboitel,

     

    One approach would be to try adding a hidden table in your report that records user interactions with slicers or filters. This can be done using a combination of measures and a data storage mechanism, like writing logs to a database or Power Automate workflows.

     

    If you're using Row-Level Security (RLS), you can infer filter usage by analyzing user activity logs in Azure.

     

    Hope this helps.