The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends September 15. Request your voucher.
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.