Forum Discussion
Pikachu-Power
6 years agoImpactful Individual
data model dont work
Hi all, I have the following Data Model: When I filter the Facts 2 table with Segment_F_2 = B it has no influence to the Facts 1 table (Value_F_1 dont change). Does someone has an idea ...
- 6 years ago
your solution seems to work. many thanks for your effort 🙂
i have now again false values but the reason is an another one i thinks.
az38
6 years agoCommunity Champion
my idea is to create surrogatekyes calculated columns in both of Fact tables
SurrogateKey_1 = CONCATENATE(FORMAT([Date F 1], "YYYYMMDD"), [Segment F 1])
AND
SurrogateKey_2 = CONCATENATE(FORMAT([Date F 2], "YYYYMMDD"), [Segment F 2])
then delete relationships with calender table and create relationships SurrogateKey_1 - SurrogateKey_2
see attach
Pikachu-Power
6 years agoImpactful Individual
your solution seems to work. many thanks for your effort 🙂
i have now again false values but the reason is an another one i thinks.
- az386 years agoCommunity Champion
thats great, good luck!