Forum Discussion
Filter - Urgent Problem
- 3 years ago
Hi , Anonymous
I watched your video, the slicer manually selects the current filtering context, and since the "Table %" in your [Percentage] does not have a corresponding "index" in the [Footprint], you will not see "Table %" after you select "index". If you want to see the "Table %" option, you can toggle the "index" option for [Footprint].
Because the row headers in your visual are from another table and vary based on the current filtering context, we can't force modify the row headers under the "index" filtering context.
Best Regards,
Aniya Zhang
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly
Hi, Anonymous
Slicers are filtered based on user selection, and selection results cannot be modified by methods such as measures, but only by manually clearing filtering:
If you want to ignore the filter of the [Footprint] slicer when selecting "Table %" in [Percentage], you can use IF(SELECTRDVALUE('Table'[Percentage])="Table %")to determine whether to select or not, and then use ALL ('Table'[Footprint]) to clear the filter for that column.
Best Regards,
Aniya Zhang
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly
Thanks for the suggestion, can you please help me with the implementation of this on this demo pbix?
https://drive.google.com/file/d/1c1g-iR4ZE_hc-zogFF2e52i6vXl0tEYE/view?usp=sharing