Get certified for free when you join Fabric Data Days 2026 and dive into Fabric, Power BI, SQL, AI, and other essential data skills.
Join nowTry your skills in the Power BI Dataviz World Championship! Round one ends June 26. Join now
Hello everyone,
Is there a way we can group multiple columns and then enforce a COUNTIFS function?
I have multiple columns that I would like to group them into one single column, and then to enforce a countif function. The columns here have a "yes" and "no" answer so it's basically the same for all.
Appreciate the help and support from you guys here! Thank you so much!
Solved! Go to Solution.
Hi @Anonymous ,
You could unpivot these columns as a single column in query editor.
Hi @Anonymous ,
You could unpivot these columns as a single column in query editor.
| User | Count |
|---|---|
| 3 | |
| 3 | |
| 2 | |
| 2 | |
| 1 |
| User | Count |
|---|---|
| 11 | |
| 9 | |
| 5 | |
| 4 | |
| 4 |