Forum Discussion
bibhore_in
10 years agoRegular Visitor
Applying filter in PowerBI web reports from Url
We were trying to pass the filters to the published PowerBI reports by following the steps in the given link. http://stackoverflow.com/questions/35555694/passing-parameters-to-power-bi-filter-progra...
- 10 years ago
Try to change the "Dataset name" to table name,
&filter=tablename/columnname eq 'value'
One thing important is that tablename/columnname is case-sensitive. Make sure you've specified the correct names.
Eric_Zhang
Microsoft Employee
10 years agoTry to change the "Dataset name" to table name,
&filter=tablename/columnname eq 'value'
One thing important is that tablename/columnname is case-sensitive. Make sure you've specified the correct names.