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.
Is it possible to have a slicer to only show rows where at least one column shows the selected data?
Example:
I have a table with two columns CreatedID and ClosedID.
I want to be able to check off an ID in a slicer then have my visuals only show data where that ID exists in either column.
Solved! Go to Solution.
How about unpivoting the 2 columns using Query Editor.
Then you can create a slicer from that single unpivoted column which contains both Created and Closed IDs
How about unpivoting the 2 columns using Query Editor.
Then you can create a slicer from that single unpivoted column which contains both Created and Closed IDs