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

Calling all Data Engineers! Fabric Data Engineer (Exam DP-700) live sessions are back! Starting October 16th. Sign up.

Reply
Anonymous
Not applicable

Help with 2 fact tables and relations

Hello,

I need your help to understand how I can solve my problem, I have 2 fact tables and their dimensions, I would like to be able to use the 2 fact tables to get their calculated value, you can see my explanation in image.

 

For example, I have my Demande fait table which contains calculated values, which is linked to Demande and also linked to Activité, but we want users to also have access to the calculated values ​​of the "Activité fait" fact table.

ketthos_0-1721314028190.png

 

How could this problem be resolved?

 

Thank you for your help

1 ACCEPTED SOLUTION
Anonymous
Not applicable

Hi @Anonymous ,

If I understand wrongly, please correct me.You could perhaps use the 'CROSSFILTER' function.

CROSSFILTER function - DAX | Microsoft Learn

The Table data is shown below:

Table1:

vzhouwenmsft_0-1721369808908.png

Table2:

vzhouwenmsft_1-1721369833896.png

Table3:

vzhouwenmsft_2-1721369860317.png

vzhouwenmsft_3-1721369914549.png

Measure = 
CALCULATE(SUM(Table3[Value]),
CROSSFILTER(Table1[ID],Table2[ID],Both)
)

vzhouwenmsft_4-1721369991362.png

 

Best Regards,
Wenbin Zhou

View solution in original post

2 REPLIES 2
Anonymous
Not applicable

Hello, first of all, thanks for your answer, i've checked what you say, and everthing works perfeclty, thanks a lot.  I've used both relationship too on other sample and that works too! 

 

Thanks for your help.

Anonymous
Not applicable

Hi @Anonymous ,

If I understand wrongly, please correct me.You could perhaps use the 'CROSSFILTER' function.

CROSSFILTER function - DAX | Microsoft Learn

The Table data is shown below:

Table1:

vzhouwenmsft_0-1721369808908.png

Table2:

vzhouwenmsft_1-1721369833896.png

Table3:

vzhouwenmsft_2-1721369860317.png

vzhouwenmsft_3-1721369914549.png

Measure = 
CALCULATE(SUM(Table3[Value]),
CROSSFILTER(Table1[ID],Table2[ID],Both)
)

vzhouwenmsft_4-1721369991362.png

 

Best Regards,
Wenbin Zhou

Helpful resources

Announcements
FabCon Global Hackathon Carousel

FabCon Global Hackathon

Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes!

September Power BI Update Carousel

Power BI Monthly Update - September 2025

Check out the September 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
Top Kudoed Authors