Learn from the best! Meet the four finalists headed to the FINALS of the Power BI Dataviz World Championships! Register now
Hello,
I have a custom table that has indicator names in it and i need to put multiple measures from top to bottom next to it. Is it possible?
"Result" column is where I need to put my measures in.
Solved! Go to Solution.
@VViskaz
Try:
⭕ Subscribe and learn Power BI from these videos
⚪ Website ⚪ LinkedIn ⚪ PBI User Group
@VViskaz
Try:
⭕ Subscribe and learn Power BI from these videos
⚪ Website ⚪ LinkedIn ⚪ PBI User Group
Hello,
I have successfully created a table that shows indicators and their values in a table in the report view. I have done this by creating a new table using following DAX query:
@VViskaz , You have these you measure name and put them on matric as values and enable show on row. That will do this. You can rename measure a matrix level
Refer :https://www.burningsuit.co.uk/blog/2019/04/7-secrets-of-the-matrix-visual/
Now values on rows and columns , just measure and show on row
But I need to put these measures exactly in a table, not in a visual. I'm planning to build clustered column chart from these.
I need it to look like this:
| User | Count |
|---|---|
| 57 | |
| 44 | |
| 32 | |
| 16 | |
| 14 |
| User | Count |
|---|---|
| 84 | |
| 67 | |
| 39 | |
| 27 | |
| 25 |