Forum Discussion
jd8766
Helper II
4 years agoDealing with multiple fact tables?
We have a star schema in place currently (see screenshot example), however I have been tasked to add a new Fact table (the payments one) into our existing SSAS model. I am planning on using t...
- Anonymous4 years ago
Hi jd8766 ,
You are right.
If you want to avoid relationship, you will need to create a measure like below:
Measure = CALCULATE(SUM('Fact Payment'[PaymentAmount]),FILTER('Fact Payment','Fact Payment'[ContractKey] in VALUES('Fact Sales'[ContractKey])))Best Regards,
Jay
Jaaap
1 year agoRegular Visitor
For five ways to do this, see https://maxpowerbi.pro/facts-facts-facts-five-ways-of-combining-several-fact-tables-in-a-powerbi-report/#more-177