Join 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!To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount now.
I have 2 tables.
1. Inventory
2.UL
There are inactive relationships between them.
I can't make it active. Because data is complicated.
There is one primary key column between them.
Now I want to add columns from these two tables in one table visual.But getting problem because of relationship.
How to solve it?
Hello @Anonymous ,
you can try using the dax function called userelatioship.
check it out https://dax.guide/userelationship/
If I answered your question, please mark my post as solution, Appreciate your Kudos 👍
Proud to be a Super User! | |
The function returns no value; the function only enables the indicated relationship for the duration of the calculation.
I want to add two columns from table b to Table a in one table visual.