Advance your Data & AI career with 50 days of live learning, dataviz contests, hands-on challenges, study groups & certifications and more!
Get registeredGet Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Learn more
Hello family ;),
Anyone knows how to create a table in which each line is a measure? Please help TT_TT
Many thanks !!!
Solved! Go to Solution.
Hi @ynhibo
try this:
table=
union(
row("Column 1", "Measure 1 name", "Column 2",[Measure1]),
row("Column 1", "Measure 2 name", "Column 2",[Measure2]),
row("Column 1", "Measure 3 name", "Column 2",[Measure3])
)
If this post helps, please consider accepting it as the solution to help the other members find it more quickly.
Appreciate your Kudos!!
LinkedIn: www.linkedin.com/in/vahid-dm/
Hi @ynhibo
try this:
table=
union(
row("Column 1", "Measure 1 name", "Column 2",[Measure1]),
row("Column 1", "Measure 2 name", "Column 2",[Measure2]),
row("Column 1", "Measure 3 name", "Column 2",[Measure3])
)
If this post helps, please consider accepting it as the solution to help the other members find it more quickly.
Appreciate your Kudos!!
LinkedIn: www.linkedin.com/in/vahid-dm/
It worked perfectly 😉 Thank you so much !!
Thank you so much for your help !
Sorry I wasn't clear on my question 😅 I would like to create a calculated table like that, not really a visualisation. If you have any idea, I would be so grateful 😊
Anyway, thanks a lot for your previous answer !! 😉
You can do this in a matrix using the Values Show on rows feature in the Format pane
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
Check out the October 2025 Power BI update to learn about new features.
| User | Count |
|---|---|
| 9 | |
| 5 | |
| 4 | |
| 4 | |
| 3 |
| User | Count |
|---|---|
| 13 | |
| 9 | |
| 9 | |
| 9 | |
| 8 |