Forum Discussion
Matrix Stepped Layout first column show values all rows
- 4 years ago
Anonymous ,
Have you tried creating two separate measures something like this
Location 1=calculate(<Measure Name>,Location="Location 1")
Location 2=calculate(<Measure Name>,Location="Location 2")
Please accept this as a solution if your question has been answered !!
Appreciate a Kudos 😀
- 4 years ago
Hey Anonymous,
My bad, select the location column, go on transform and click on pivot column, select value as Values column ( for you it would be Count)
Best regards,
Hey Anonymous,
Go on power query and select the 2 column: location 1 and 2 :
Then right click and unpivot column :
Best regards,
- Anonymous4 years agoNot applicable
Hi philouduv,
Unfortunately I want to have it in the layout how you displayed it in the first image.
Below is how the data will be loaded into Power Query
- philouduv4 years agoResolver III
Hey Anonymous,
My bad, select the location column, go on transform and click on pivot column, select value as Values column ( for you it would be Count)
Best regards,- Anonymous4 years agoNot applicable
philouduv thank you! This is exactly what I needed, and with this way I do not need to create several measures.