The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredCompete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.
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