Forum Discussion
PaisleyPrince
Advocate II
8 months agoFilter two fact tables via the same date table
Hi, I have a single date table which is used to filter a fact table with a project start date and the total fees applicable to that project over a period of years. I now have a new fact table to add...
- 8 months ago
Hi,
The best approach:
FactA -> DataTableFactB -> DataTable
Requirements:
proper key between both tables needed.
cardinality (many to one (*:1) (date table needs to have unique key)Cross-filter direction:
SingleMake this relationship active: Yes
Kejmil
8 months agoRegular Visitor
Hi,
The best approach:
FactA -> DataTable
FactB -> DataTable
Requirements:
proper key between both tables needed.
cardinality (many to one (*:1) (date table needs to have unique key)
Cross-filter direction:
Single
Make this relationship active: Yes