The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredCompete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.
Hi
What is the SYNTAX for passing a boolean (True/False) filter via the URL?
I have tried
eq TRUE
eq 'TRUE'
eq -1
eq 1
Many thanks
Hi @dkr,
I guess you mean the parameter in rdl. You can pass this parameter: &ReportParameter1=true
Best Regards,
Qiuyun Yu
Hi
Thanks for your reply.
Unnfortunately this does not work on a PowerBI Dashboard
Hi @dkr,
For Power BI reports, fields type needs to be number, datetime, or string, see: https://docs.microsoft.com/en-us/power-bi/service-url-filters#field-types
Best Regards,
Qiuyun Yu