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
Troyvan
Helper I
Helper I

Combine matrix total from different datasets

Hi, 

 

I'm creating a financial forcast report with different accounts (AU & NZ). 

I've created two SharePoint list for this accounts. 

 

Each account has Job No and value per month. On a higher level, I want to be able to show total of both AU and NZ values per month, quarter & year in the same Matrix. Can you please help me be able to achieve this? 

Here's what I have so far, my last 2 matrix is fine. I just need to be able to combine the first two. Thank you so much! 

Troyvan_0-1658900691062.png

 

 

Cheers,
Troy

1 ACCEPTED SOLUTION
lbendlin
Super User
Super User

In DAX you can use the UNION() function to append tables. The preference would be to do this further upstream though, for example in Power Query.  Add a column to each table to indicate which country it is for, then append the tables  via "&"  or use the "Append"  function.

 

 

View solution in original post

2 REPLIES 2
Troyvan
Helper I
Helper I

Hi @lbendlin  

 

Thank you for this. I think I was able to combine the data. 

Cheers,
Troy

lbendlin
Super User
Super User

In DAX you can use the UNION() function to append tables. The preference would be to do this further upstream though, for example in Power Query.  Add a column to each table to indicate which country it is for, then append the tables  via "&"  or use the "Append"  function.

 

 

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