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

The FabCon + SQLCon recap series starts April 14th at 8am Pacific. If you’re tracking where AI is going inside Fabric, this first session is a can't miss. Register now

Reply
Murali777
Helper III
Helper III

Consolidate Measures into one Table

Hi All,

 

I'm having measures table and i want to consolidate all the measures into column in a table like below screenshot.

 

Kindly any one help me in this situation. 

 

Murali777_0-1645682843474.png

 

1 ACCEPTED SOLUTION
Anonymous
Not applicable

Hi  @Murali777 ,

You might consider using the SUMMARIZE function to create a new table containing the measures, but this new table cannot change dynamically with user selections on the report.

Not like measures, calculate columns/tables(like your myMeasureTable) are computed during database processing(e.g. data refresh) and then stored in the model, they do not response to user selections on the report(like a Slicer).

Create calculated table.

Table 2 = SUMMARIZE('Table',"Measure",[Measure],"Measure 2",[Measure 2])

vyangliumsft_0-1646021278532.png

 

Best Regards,

Liu Yang

If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

View solution in original post

4 REPLIES 4
Anonymous
Not applicable

Hi  @Murali777 ,

You might consider using the SUMMARIZE function to create a new table containing the measures, but this new table cannot change dynamically with user selections on the report.

Not like measures, calculate columns/tables(like your myMeasureTable) are computed during database processing(e.g. data refresh) and then stored in the model, they do not response to user selections on the report(like a Slicer).

Create calculated table.

Table 2 = SUMMARIZE('Table',"Measure",[Measure],"Measure 2",[Measure 2])

vyangliumsft_0-1646021278532.png

 

Best Regards,

Liu Yang

If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

Thank you Liu Yang.

Samarth_18
Community Champion
Community Champion

HI @Murali777 ,

 

To achieve this follow below steps:-

1. Create a table with single column from enter data like below:-

image.png

2. Now Move your measures  to newly created table from home table or from model view or directly create a new measure inside the new measure table.

3. Now hide or delete the column from new table and then save it:- 

Samarth_18_0-1645684753841.png

 

Thanks,

Samarth

 

Best Regards,
Samarth

If this post helps, please consider accepting it as the solution to help the other members find it more quickly.
Appreciate your Kudos!!
Connect on Linkedin

Hi Samarath,

 

Thanks for your time. But the question is, i'm already having the group of measures and i need to form a table with the existing Measures.

 

e.g) Col1=Measure1, Col2 = Measure 2, Col3= Measure 3.

 

Like wise i need to form a table by using the existing measure value.

Helpful resources

Announcements
New to Fabric survey Carousel

New to Fabric Survey

If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.

Power BI DataViz World Championships carousel

Power BI DataViz World Championships - June 2026

A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.

Join our Fabric User Panel

Join our Fabric User Panel

Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.

March Power BI Update Carousel

Power BI Community Update - March 2026

Check out the March 2026 Power BI update to learn about new features.