Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount now.
Below is an example of my table visual with Name1, Name2, Name3 columns. I would like to create a slicer with values from all 3 columns so that I can select particular name such as "C" no matter which column has it. That is, the target slicer value "C" should select 1,3,4,7,8 rows. How to do it?
Solved! Go to Solution.
Here is how to make it work, partially. Below is my DAX to create new slicertable:
However, it gives me nothing when "All" is selected or nothing is selected. My 'Name' measure is copied and modified from someone. I believe the BLANK function is the root cause. How to fix it?
you need to create a new table