Learn from the best! Meet the four finalists headed to the FINALS of the Power BI Dataviz World Championships! Register now
Hi All,
I have a list of measures already created for a data set.
Now we need to create a table visulazation with all list of measures in PowerBI Desktop however
I need to create a table in this format
| Details | Complaince |
| Measure 1 | Value of Measure |
| Measure 2 | Value of Measure |
However Currently as per design it will come like shown below
| Measure1 | Measure 2 |
| Value of Measure | Value of Measure |
Kindly help to fix this issue
Solved! Go to Solution.
Hi @pdindukurthi
Just simply use this option under values setting of Matrix visual.
Just simplt turn on switch values to row under Values setting then Option
Put your row header into the column section then you the result
I hope I answered your question!
Hi @pdindukurthi
Just simply use this option under values setting of Matrix visual.
Just simplt turn on switch values to row under Values setting then Option
Put your row header into the column section then you the result
I hope I answered your question!
Thank you that worked
Hey, use unpivot option.
| User | Count |
|---|---|
| 57 | |
| 44 | |
| 32 | |
| 16 | |
| 14 |
| User | Count |
|---|---|
| 84 | |
| 68 | |
| 38 | |
| 27 | |
| 25 |