Forum Discussion
BlueRanger
2 years agoFrequent Visitor
USERRELATIONSHIP without Calculate
Hello all, I am trying to solve the following issue with my data model using DAX. The table on the right is connected to the table on the left as follows: left table (contains items) <...
- 2 years ago
You have other options - TREATAS and LOOKUPVALUE
lbendlin
2 years agoSuper User
You have other options - TREATAS and LOOKUPVALUE
AlexisOlson
2 years agoSuper User
Yep. The SQLBI guys also outline FILTER and INTERSECT options in this TREATAS article:
https://www.sqlbi.com/articles/propagate-filters-using-treatas-in-dax/
- BlueRanger2 years agoFrequent Visitor
Thank you!