Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Register now to learn Fabric in free live sessions led by the best Microsoft experts. From Apr 16 to May 9, in English and Spanish.

Reply
bibhore_in
Regular 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-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

1 ACCEPTED SOLUTION
Eric_Zhang
Employee
Employee

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.

View solution in original post

1 REPLY 1
Eric_Zhang
Employee
Employee

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.

Helpful resources

Announcements
Microsoft Fabric Learn Together

Microsoft Fabric Learn Together

Covering the world! 9:00-10:30 AM Sydney, 4:00-5:30 PM CET (Paris/Berlin), 7:00-8:30 PM Mexico City

PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

Check out the April 2024 Power BI update to learn about new features.

April Fabric Community Update

Fabric Community Update - April 2024

Find out what's new and trending in the Fabric Community.