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

Get Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now

Reply
Lisa_2021
Helper II
Helper II

combine 3 measures into 1 column and merge with an existing table

Hi,  Need help with combine 3 measures into 1 column and merge with an existing table 

I have existing table called table 1.

created 3 measures:
    measure 1, measure 2, measure 3 that corresponds to row 1, 2, 3 in column "Actual"

New table: is an union between table 1 and this new column called "Actual"

 

Lisa_2021_0-1650499912321.png

 

Thank you!  Much appreciated.  Lisa

4 REPLIES 4
v-xiaotang
Community Support
Community Support

Hi @Lisa_2021 

One idea, use switch() function to combine the 3 measures into one, but it's hard to say if it will work unless there is more specific data, could you provide some sample data? and what are you trying to calculate? and how shall we assign the measure to the corresponding row?

 

Best Regards,

Community Support Team _Tang

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

Thanks Tang.  My company blocks any uploads so I am unable to share data.  I can try to see if I can create something on my personal computer and share the data.  Appreciate you looking into this.

Anonymous
Not applicable

From my view, i think this is the structure that you should be figuring and brainstorming about.

Table 1 as a benchmark table. Table 2 as a data table. 


Table 1:

 MinMaxTarget
GradeACB
Sales100150200
Cost5075150

 

Table 2:

Sales PersonSales OrderGradeSalesCostMeasure 1 {Grade}Measure 2 {Sales}Measure 3 {Cost}
john123A11010   
Terry432A9050   
Jacob234B140120   
john542C4040   

Hi.  Unfortunately I can't change the layout of table. 

Grade, Sales, Cost rows are indeed benchmarks on a macro level and we need to compare the actual column to see how we do.

we are not comparing individual customers.  thanks anyway!  Lisa

Helpful resources

Announcements
November Power BI Update Carousel

Power BI Monthly Update - November 2025

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

Fabric Data Days Carousel

Fabric Data Days

Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.

Top Solution Authors