You need to create a Calculated table that Unpivots the data using DAX:
Have fun! Make sure to blur your solutions.
Edit 1:
@DavieJoe’s solution made me realize I should make it a little difficult by adding a caveat. Now you can’t use SUMMARIZE or SUMMARIZECOLUMNS or any other projection function.
Edit 2:
@DavieJoe and @BrianJ are exempt from this but if you try to solve this problem then don’t use projection functions.
Hint: Use Context Transition, I want you to think more about a way to solve this using Context Transition.
@Melissa Good one! I will alow everything now, but will wait if someone gets a solution with Context Transition, not because it is a complex way of doing the same thing but just want to push their limits
After posting the solution here i saw your post on linkedin. I saw you wrote context transition there though you have written the same here in notes too but i missed it while reading.
Here goes another way of doing it with context transition.