Forum Discussion
asjones
9 months agoHelper V
UR Filtering Not Working
I have a Power BI Report published in the service. The page already has a slicer on "Main Project #". I wanted be able to also pass the "Main Project #" as a URL Filter so that I could pick what was ...
- 9 months ago
Hi asjones
Firstly, the browser encoding the URL with "percent-codes" in the address bar is fine. Mine also converts the filter parameter to
filter=Projects_Dim%2FMain_x0020_Project_x0020__x0023_%20eq%20%27BD2016%27When a URL filter is applied, a report-level filter (aka "filter on all pages") is created that is visible in the filter pane. However this filter will not make slicer selections (though it may limit values visible in slicers).
If you ensure the filter pane is visible you can verify if it's been applied correctly.
Here's how it looks for me:
asjones
9 months agoHelper V
I marked your first response as an accepted solution not sure if can make both or not to give you "double" credit.