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.
Howdy BI Users,
I got an unique requirement wherein i have systemusers table which needs to have 2 active relationships (one with opportunity entity & lead entity). Is it possiblke to add systemuser table twice to the model so i could active one active relationship with each opportunity & lead entity for 2 similar systemusers table?
If not, what are my other options to achieve this. Should i create 2 separate reports to get 2 active relationships?
Any other ideas are appreciated!
Solved! Go to Solution.
You can duplicate or reference the table using power query.
Also you can use the USERELATIONSHIP function to activate an inactive relationship inside a measure.
Using USERELATIONSHIP in DAX - SQLBI
Reference vs Duplicate in Power BI; Power Query Back to Basics - RADACAD
You can duplicate or reference the table using power query.
Also you can use the USERELATIONSHIP function to activate an inactive relationship inside a measure.
Using USERELATIONSHIP in DAX - SQLBI
Reference vs Duplicate in Power BI; Power Query Back to Basics - RADACAD