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
Hi, I am new to Power BI and Data Model. I have a input data and I would like to have the following output. Can anyone help?
INPUT
OUTPUT
Solved! Go to Solution.
First of all unpivot the data
https://radacad.com/pivot-and-unpivot-with-power-bi
then break the column into two using the left or right function.
On that, you can create a Matrix table for results you want.
First of all unpivot the data
https://radacad.com/pivot-and-unpivot-with-power-bi
then break the column into two using the left or right function.
On that, you can create a Matrix table for results you want.
| User | Count |
|---|---|
| 23 | |
| 21 | |
| 21 | |
| 17 | |
| 11 |
| User | Count |
|---|---|
| 58 | |
| 55 | |
| 43 | |
| 36 | |
| 35 |