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.
Solved! Go to Solution.
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
Based on this document, Report 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,
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
Based on this document, Report 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,