Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Enhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.

Reply
ynhibo
New Member

Create a table in which each line is a measure

Hello family ;),

Anyone knows how to create a table in which each line is a measure? Please help TT_TT

Many thanks !!!

 

ynhibo_0-1637272400204.png

 

1 ACCEPTED SOLUTION
VahidDM
Super User
Super User

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/

 

 

View solution in original post

4 REPLIES 4
VahidDM
Super User
Super User

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 !!

ynhibo
New Member

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 !! 😉  

AlexisOlson
Super User
Super User

You can do this in a matrix using the Values Show on rows feature in the Format pane

AlexisOlson_1-1637275492334.png

 

AlexisOlson_0-1637275434107.png

 

Helpful resources

Announcements
July 2025 community update carousel

Fabric Community Update - July 2025

Find out what's new and trending in the Fabric community.

July PBI25 Carousel

Power BI Monthly Update - July 2025

Check out the July 2025 Power BI update to learn about new features.