March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount! Early bird discount ends December 31.
Register NowBe one of the first to start using Fabric Databases. View on-demand sessions with database experts and the Microsoft product team to learn just how easy it is to get started. Watch now
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.
How could this problem be resolved?
Thank you for your help
Solved! Go to Solution.
Hi @ketthos ,
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:
Table2:
Table3:
Measure =
CALCULATE(SUM(Table3[Value]),
CROSSFILTER(Table1[ID],Table2[ID],Both)
)
Best Regards,
Wenbin Zhou
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.
Hi @ketthos ,
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:
Table2:
Table3:
Measure =
CALCULATE(SUM(Table3[Value]),
CROSSFILTER(Table1[ID],Table2[ID],Both)
)
Best Regards,
Wenbin Zhou
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!
Your insights matter. That’s why we created a quick survey to learn about your experience finding answers to technical questions.
Arun Ulag shares exciting details about the Microsoft Fabric Conference 2025, which will be held in Las Vegas, NV.
User | Count |
---|---|
123 | |
85 | |
85 | |
70 | |
51 |
User | Count |
---|---|
205 | |
153 | |
97 | |
79 | |
69 |