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.
Hi I have 3 column as Group1,Group2,Group3 which contain yes/no
I want to Create a single slicer which will let user select which group they want to see.
Slicer
Options as Group1,Group2,Group3
so i user selects group1 then user will data where Group1 has Yes value
Solved! Go to Solution.
you would need to either coalesce the fields or better even unpivot them into a single, new column
you would need to either coalesce the fields or better even unpivot them into a single, new column