Forum Discussion
James__
1 year agoHelper I
Issue Managing Two Fact Tables
Hi, I have two fact tables; one for insurance product sales, and the other for claims. I also have two separate DIM tables, which are Calendar and Dealer. I need to identify which product sal...
- 1 year ago
One option would be to add a calculated column to the sales table, e.g.
Claim made = Sales[Sale ID] IN VALUES ( Claims[Sale ID] )
Idrissshatila
1 year agoSuper User
- James__1 year agoHelper I
then add the columns that are common between both as dims so you can filter both.
Is there some text missing Idrissshatila