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 nowJuly 7 - July 17 | Round 2 of the Power BI Dataviz World Championships. Don't miss your chance! Learn more
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 | |
| 22 | |
| 20 | |
| 20 | |
| 12 |
| User | Count |
|---|---|
| 62 | |
| 55 | |
| 47 | |
| 44 | |
| 37 |