Forum Discussion
ADVJ27
2 years agoNew Member
1 Tab multiple facts
Hello I have 3 fact in my model I would like to create a tab visualisation with 1 column from each fact . It's not working. How can I do that ? Any vidéos, ressources ,tutorial with similar cas...
Idrissshatila
Super User
2 years agoHello ADVJ27 ,
you need to build your data model as a star schema where the common fields between the 3 fact tables will be in dimension tables that are then linked into the fact table.in this way you can the display fields from different tables along with the field in the dimension table that is linked to them.
check this to learn the concept of star schema data modeling