Forum Discussion
Filter reports using Power BI URL - Not working
- 6 years agoI think you need to escape the space in the column name, so ?filter=SALES_REP/AD%20Name eq 'Mike Harvey'.
Have a look at the special characters section:
https://docs.microsoft.com/en-us/power-bi/collaborate-share/service-url-filters#special-characters-in-url-filters
Have a look at the special characters section:
https://docs.microsoft.com/en-us/power-bi/collaborate-share/service-url-filters#special-characters-in-url-filters
thank you so much. it's working ​fine for me eq Condition. But i'm trying to pass multiple text values (AD Name) with in condition. it's not working.
i'm not able to figure out the reason. Can you please guide me
eq condition Working - https://app.powerbi.com/groups/me/apps/07e9a578-c3f1-4d2a-b67c-dd18d855ad91/reports/9bb8d0a1-7370-4324-9b02-626e373765b8/ReportSectionaaa8cc6570bd3a7488d0?filter=SALES_REP/AD_x0020_Name eq 'Mike Harvey'&ctid=493165ce-0076-480f-9f43-e1ef480c02a2
in not working - https://app.powerbi.com/groups/me/apps/07e9a578-c3f1-4d2a-b67c-dd18d855ad91/reports/9bb8d0a1-7370-4324-9b02-626e373765b8/ReportSectionaaa8cc6570bd3a7488d0?filter=SALES_REP/AD_x0020_Name IN ('Mike Harvey','Aron Bair')&ctid=493165ce-0076-480f-9f43-e1ef480c02a2
tried like this also in (Mike Harvey,Aron Bair)