Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount now.
I have published a report which utilzes the URL query string filter capability to filter down to the required dataset.
Is there a way to define the URL to open the report Chromeless ? I can only get it to either go chromeless OR filter using the query string filter. Can't seem to get URL filtering AND chromeless to work together.
Solved! Go to Solution.
Hi @pawar_bai,
Based on my test, you should be able to add the URL parameter like below to get URL filtering AND chromeless to work together.
ReportURL?chromeless=1&filter=<Table>/<Field> eq 'value'
Regards
Hi @pawar_bai,
Based on my test, you should be able to add the URL parameter like below to get URL filtering AND chromeless to work together.
ReportURL?chromeless=1&filter=<Table>/<Field> eq 'value'
Regards
Thanks ! That worked.