Forum Discussion
jppuam
Helper V
4 years agobring field from 3rd table
Hello, i need to create a calculatedtable with data that is from 3 tables, like the picture below. i have 2 tables connected through the dates table, and other (tax) connected to payments table. ...
- 4 years ago
I have used a similar structure to the one you have given. Can you see if the calculate table sample I provided in my earlier message helps?
PaulDBrown
Community Champion
4 years agoCreate a dimension table with unique values for Obj_ID, delete the relationship between payments and tax tables, and create a one-to-many relationship between the Dim OBj and the three fact tables.