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

Register now to learn Fabric in free live sessions led by the best Microsoft experts. From Apr 16 to May 9, in English and Spanish.

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
Microsoft Fabric Learn Together

Microsoft Fabric Learn Together

Covering the world! 9:00-10:30 AM Sydney, 4:00-5:30 PM CET (Paris/Berlin), 7:00-8:30 PM Mexico City

PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

Check out the April 2024 Power BI update to learn about new features.

April Fabric Community Update

Fabric Community Update - April 2024

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

Top Solution Authors