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
Good morning! I am attempting to create a single row of values based on the values in the WEEKDAY_RANGE column. Please see image below. Any ideas?
Thanks in advance!
Solved! Go to Solution.
@wes11 , first of all, add an index column by group : https://www.youtube.com/watch?v=7CqXdSEN2k4
Your group is weekday range.
I am expecting a new column to have 1 and 2.
Then Unpivot this new column hours
https://radacad.com/pivot-and-unpivot-with-power-bi
@wes11 , first of all, add an index column by group : https://www.youtube.com/watch?v=7CqXdSEN2k4
Your group is weekday range.
I am expecting a new column to have 1 and 2.
Then Unpivot this new column hours
| User | Count |
|---|---|
| 23 | |
| 21 | |
| 20 | |
| 20 | |
| 11 |
| User | Count |
|---|---|
| 62 | |
| 55 | |
| 47 | |
| 44 | |
| 37 |