Power BI is turning 10! Tune in for a special live episode on July 24 with behind-the-scenes stories, product evolution highlights, and a sneak peek at what’s in store for the future.
Save the dateEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
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
Check out the July 2025 Power BI update to learn about new features.
User | Count |
---|---|
23 | |
8 | |
7 | |
6 | |
6 |
User | Count |
---|---|
28 | |
12 | |
10 | |
10 | |
6 |