Learn from the best! Meet the four finalists headed to the FINALS of the Power BI Dataviz World Championships! Register 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 |
|---|---|
| 60 | |
| 47 | |
| 31 | |
| 18 | |
| 17 |
| User | Count |
|---|---|
| 77 | |
| 66 | |
| 44 | |
| 24 | |
| 22 |