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! Learn more

Reply
Anmolgan
Post Prodigy
Post Prodigy

Same column dax

How can I write a dax that will calculate separate sums from 3 seprate tables and work with any of the one filter (all the filters in 3 tables contains same values, I want to only use 1 filter here) each of my table contains many to many relationships and sums.should change on the action of only 1 filter

2 REPLIES 2
v-yuta-msft
Community Support
Community Support

@Anmolgan ,

 


@Anmolgan wrote:
How can I write a dax that will calculate separate sums from 3 seprate tables and work with any of the one filter (all the filters in 3 tables contains same values, I want to only use 1 filter here) each of my table contains many to many relationships and sums.should change on the action of only 1 filter


Not very clear about your requirement, could you please share some sample data and give the expecte result?

 

Regards,

Jimmy Tao

amitchandak
Super User
Super User

Many to Many relations are not ideal. So check the need.

If relations are bi-directional then you can filter the table in any direction. No sure power Bi will allow that in you case.

 

You can create measure like across the tables

measure = sum(table1[col1]) + sum(table2[col1]) + sum(table3[col1])

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

Helpful resources

Announcements
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!

October Power BI Update Carousel

Power BI Monthly Update - October 2025

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

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