Forum Discussion
Anonymous
5 years agoNot applicable
remove wrong value from a filter?
I have the 'Edit' option in power BI service and I wanted to do a quick modification to a report. I have a specific value in a filter for a Dimension that I want to remove. (I know the correc...
- 5 years ago
Hi. Let's see if I understand. You have slicer filter in province and want to hide one of its values. In order to do that. Click on the slicer, and add a Visual Level Filter on the Filter Pane like province name. Then select all values and unmark the one you don't want to show up there.
Hope this helps,
Anonymous
5 years agoNot applicable
Hi Anonymous ,
You could use URL filter to remove wrong value.
The basic syntax is fairly straightforward, as follows:
URL?filter=Table/Field ne 'value'
Reference: Filter a report using query string parameters in the URL
Best Regards,
Stephen Tao
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.