Forum Discussion
rhl94
Advocate III
6 years agoFiltering fact table based on unrelated dimension table
Hi, I want to filter a fact table based on a dimension table that is not related in a pure star schema data model. A snippet of the model looks like this: I know that ideally, you...
camargos88
Community Champion
6 years agoHi rhl94 ,
You can use the TREATAS function if you don't have a relationship:
https://docs.microsoft.com/en-us/dax/treatas-function
Also, you can create a inactive relationship between them and active it in your measure:
https://docs.microsoft.com/en-us/dax/userelationship-function-dax