Forum Discussion
data model dont work
- 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.
yes at the end i will compare the values in a table. if i filter the segment the values should have the same dates and the same segment 😕 i dont want to use a separate segment filter for table Facts 1. that should passoible or?
- Pikachu-Power6 years agoImpactful Individual
No in just one direction at the moment. Segment_F_2 should filter Facts 1. But maybe it is possible with a Facts 3 table that connects the segments? Maybe i should try it again.
- Pikachu-Power6 years agoImpactful Individual
It didnt work. Is it maybe with a measure possible? 😪
- az386 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-Power6 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!