Forum Discussion
Power BI report URL filter not working!
- 1 year ago
Hi. The power bi traditional url has changed. Now it has a parameter at the end. The "experience = powerbi". The way URL works, when the "?" starts it means you will define parameters next. It can only contain one question mark. After one parameter you can add any other with "&" symbol. Check your URL and replace the ? for & like:
https://app.powerbi.com/groups/[group_id]/reports/[report_od]?experience=power-bi&filter=Table/Column eq 'PA'I hope that helps,
Hi. The power bi traditional url has changed. Now it has a parameter at the end. The "experience = powerbi". The way URL works, when the "?" starts it means you will define parameters next. It can only contain one question mark. After one parameter you can add any other with "&" symbol. Check your URL and replace the ? for & like:
https://app.powerbi.com/groups/[group_id]/reports/[report_od]?experience=power-bi&filter=Table/Column eq 'PA'
I hope that helps,
Hi ibarrau ,
thank you for your prompt response and your solution appears to be working. That & and single quote info was I was missing.
I have couple of questions, if I had multiple filters, should I keep on adding those with & or there's limitation on that? And the other one is, I use the following code where if nothing is selected, it will select max value or min value by default from the slicer, (I'm using this in button), is there any way to set all by default?
- ibarrau1 year agoSuper User
Hi. Slicers can't configure values by default or logics. You could check the prefilter slicer custom visual.
Regarding url filters you can add more than one writing the word " and " like the docs specify: https://learn.microsoft.com/en-us/power-bi/collaborate-share/service-url-filters#filter-on-multiple-fields
Regards