The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredEnhance 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
User | Count |
---|---|
27 | |
12 | |
8 | |
8 | |
5 |
User | Count |
---|---|
31 | |
15 | |
12 | |
9 | |
7 |