Hi All,
I want to pass multiple values as a filter in the URL:
below URL filters the report where STATE=KY
https://app.powerbi.com/groups/me/reports/reportid/ReportSection3?filter=country/state eq 'KY'
I want to pass 3 values like:
STATE in ('KY','OH','IN')
Thanks