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 Good day,
I'm currently trying to figure out, how can I count the row based from a specific value in multiple columns, kindly please refer on the image below.
Based on this table, I want to count the number of "Not Applicable" value in multiple columns using measure in Power BI
Thank you in advance!
Solved! Go to Solution.
Hi,
Your data is not well arranged. In the Query Editor, select all columns other than the Question columns and right click. Select "Unpivot Other Columns".
Hope this helps.
Hi,
Your data is not well arranged. In the Query Editor, select all columns other than the Question columns and right click. Select "Unpivot Other Columns".
Hope this helps.
| User | Count |
|---|---|
| 23 | |
| 22 | |
| 21 | |
| 18 | |
| 11 |
| User | Count |
|---|---|
| 56 | |
| 54 | |
| 43 | |
| 36 | |
| 34 |