Forum Discussion
dkr
7 years agoFrequent Visitor
URL Parameters (Boolean)
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
3 Replies
- v-qiuyu-msftCommunity Support
Hi dkr,
I guess you mean the parameter in rdl. You can pass this parameter: &ReportParameter1=true
Best Regards,
Qiuyun Yu- dkrFrequent Visitor
Hi
Thanks for your reply.
Unnfortunately this does not work on a PowerBI Dashboard
- v-qiuyu-msftCommunity Support
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