Forum Discussion

ngelotte's avatar
ngelotte
Advocate I
10 years ago

Filters on embeded Iframe ad authenticated report

I am trying to filter a report programatically but it is not filtering.

I am using the url filter method mentioned here http://stackoverflow.com/questions/35555694/passing-parameters-to-power-bi-filter-programmatically 

But it is not working. however, my Datasources are more complex then what is mentioned as I have a dataset with multiple tables and then fields. 

 

Also, I have tried filtering both on the ID that links everything together as well as just the name that is displayed in a current filter. I could get the report to show up just fine but it was never filtered. 

 

FYI I am using https://app.powerbi.com/reportEmbed?reportId.... not the web embeded method. 

 

Any help in the right way to programatically assign a filter would be great.

2 Replies

  • We have a similar problem. We want to send an ID from the app to the embedded PowerBI cloud URL. We have built a cube which accepts parameters from PowerBI and provides required data level security. Please let me know if there are any options to make sure we get a report in the app which is based on the user-id/region-id.

    • Sunkari's avatar
      Sunkari
      Responsive Resident

      We also required this functionality.

      This is one kind of row level security implementation.