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.