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
Anonymous
Not applicable

DAX join two summarize outputs

Hi,

I have one measure 'Actual Volume' from table1, I can to break it down with 2 different columns from table 2 and table 3:

 

Volume Loc.PNGVolume Rec.PNG

And I would like to have both in one visual summed like below:

 

Volume All.PNG

is there a way I can do that?

Thanks.

5 REPLIES 5
amitchandak
Super User
Super User

@Anonymous , You have created a common table country and then you can create a measure like

 

sum(Table1[value]) + sum(Table2[value]) 

 

refer for common table : https://www.youtube.com/watch?v=Bkf35Roman8

 

Please provide your feedback comments and advice for new videos
Tutorial Series Dax Vs SQL Direct Query PBI Tips
Appreciate your Kudos.

Share with Power BI Enthusiasts: Full Power BI Video (20 Hours) YouTube
Microsoft Fabric Series 60+ Videos YouTube
Microsoft Fabric Hindi End to End YouTube
Anonymous
Not applicable

@amitchandak , sorry I should have been more clear, the screenshots are just matrix visual. The measure is one table, the 'County' columns are in 2 other different tables. it is the same measure that is breakdown by 2 different columns from 2 different tables.

@Anonymous , Can you share sample data and sample output in table format? Or a sample pbix after removing sensitive data.

Share with Power BI Enthusiasts: Full Power BI Video (20 Hours) YouTube
Microsoft Fabric Series 60+ Videos YouTube
Microsoft Fabric Hindi End to End YouTube
Anonymous
Not applicable

@amitchandak , I am using tabular model so I  can't provide the pbix, below is the part of the model I need for this request:

 

model.PNG

below is the sample data:

date.PNG
I need the output as below:

output.PNG

Hi, @Anonymous 

If  your table2 and  table3 are similar in structure,you can take a  try to   append this two Queries  as  a new query in Query Editor .
Screenshot 2020-10-19 134833.png
In this way you can  get the  partial results of table columns as follows.

5.png

 

You can also try to create a  similar calculated table using "summarize"  and "union"  functions

 

If it doesn't work ,please share sample pbix file for testing.

 

Best Regards,
Community Support Team _ Eason

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