Advance your Data & AI career with 50 days of live learning, dataviz contests, hands-on challenges, study groups & certifications and more!
Get registeredJoin us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM. Register now.
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) <- right table ( contains the vendor name and manufacturer name in the same column)
- vendor number <- vendor/manufacturer number
- manufacturer number <- vendor/manufacturer number
Is it possible to activate the other relationship using DAX? i.e. Userrelationship without Calculate? I need to list both the manufacturer name and vendor name in the same Power BI visual.
Any help is appreciated! Thanks.
Solved! Go to Solution.
You have other options - TREATAS and LOOKUPVALUE
You have other options - TREATAS and LOOKUPVALUE
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/
Thank you!
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
Check out the October 2025 Power BI update to learn about new features.
| User | Count |
|---|---|
| 8 | |
| 6 | |
| 3 | |
| 3 | |
| 3 |
| User | Count |
|---|---|
| 13 | |
| 10 | |
| 8 | |
| 8 | |
| 7 |