Power BI is turning 10! Tune in for a special live episode on July 24 with behind-the-scenes stories, product evolution highlights, and a sneak peek at what’s in store for the future.
Save the dateEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
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-programmatically
everytime when we tried to apply the filter, a new report level filter appear on the page but clicking on this gives a message .
'This filter can't be used since the corresponding filed is invalid'
our filter query looks like this.
?filter=topprovidersbyads/jobid eq '81b9d959-067c-4319-a074-3815658a2c91'
where -
topprovidersbyads - Dataset name
jobid - field name to apply filter on
'81b9d959-067c-4319-a074-3815658a2c91' - value for the filter field
Solved! Go to Solution.
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.
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.
Check out the July 2025 Power BI update to learn about new features.
User | Count |
---|---|
6 | |
6 | |
3 | |
2 | |
2 |
User | Count |
---|---|
6 | |
5 | |
4 | |
4 | |
3 |