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

Earn the coveted Fabric Analytics Engineer certification. 100% off your exam for a limited time only!

Reply
Anonymous
Not applicable

URL query string parameters on multiple table and fields

Hi,

Is it possible to filter the report using url query string parameters on multiple tables.

When I try to filter the report in the below format , it is just filtering with first 3 filters.

Report url?filter=table1/field1 eq ‘value’ and table1/field2 eq ‘value’ and table2/field1 eq ‘value’ and table2/field2 eq ‘value’

Many Thanks,
1 ACCEPTED SOLUTION
v-lid-msft
Community Support
Community Support

Hi @Anonymous ,

 

Based on my test, the URL query string parameters can filter more than 3 filters on my side, we tested with the following format:

 

https://ReportURL?filter=Budget/Brand eq 'Litware' and Budget/CountryRegion eq 'United States' and Sales_x0020_2015/Month eq 'April' and Sales_x0020_2015/Sale_x0020_2014 eq 172.00

 

1.jpg 

 

Based on this documentReport URL filters have a 10-expression limit (10 filters connected by AND). Special characters and spaces require some additional formatting.  please refer to this document about the additional format: https://docs.microsoft.com/en-us/power-bi/service-url-filters#special-characters-in-url-filters

 


Best regards,

 

Community Support Team _ Dong Li
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

View solution in original post

1 REPLY 1
v-lid-msft
Community Support
Community Support

Hi @Anonymous ,

 

Based on my test, the URL query string parameters can filter more than 3 filters on my side, we tested with the following format:

 

https://ReportURL?filter=Budget/Brand eq 'Litware' and Budget/CountryRegion eq 'United States' and Sales_x0020_2015/Month eq 'April' and Sales_x0020_2015/Sale_x0020_2014 eq 172.00

 

1.jpg 

 

Based on this documentReport URL filters have a 10-expression limit (10 filters connected by AND). Special characters and spaces require some additional formatting.  please refer to this document about the additional format: https://docs.microsoft.com/en-us/power-bi/service-url-filters#special-characters-in-url-filters

 


Best regards,

 

Community Support Team _ Dong Li
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

Helpful resources

Announcements
April AMA free

Microsoft Fabric AMA Livestream

Join us Tuesday, April 09, 9:00 – 10:00 AM PST for a live, expert-led Q&A session on all things Microsoft Fabric!

March Fabric Community Update

Fabric Community Update - March 2024

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

Top Solution Authors