The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends September 15. Request your voucher.
Hello!
I have "en sitc4 rev4" table that contains unique values of codes in the Code column. On the other hand, I have Sheet1 (6) that contains Product1 and Product2 columns. Both columns contain codes same as in the column CODE of the "en sitc4 rev4" table. In sheet6 I have described the correlation between Product 1 and Product 2. Now I have connected Sheet1 (6)"Product1" with "en sitc4 rev4""Code" column. From this connection, I can get the name of the product based on the code value. How can I create relation between Sheet1 (6)"Product2" and "en sitc4 rev4""Code" saving relation between Sheet1 (6)"Product1" and "en sitc4 rev4""Code"?
Solved! Go to Solution.
@Anonymous,
Create an inactive relationship between 'Sheet1 (6)'[Product2] and 'en sitc4 rev4'[Code]. You can activate this inactive relationship with USERELATIONSHIP.
https://www.sqlbi.com/articles/using-userelationship-in-dax/
Proud to be a Super User!
@Anonymous,
Create an inactive relationship between 'Sheet1 (6)'[Product2] and 'en sitc4 rev4'[Code]. You can activate this inactive relationship with USERELATIONSHIP.
https://www.sqlbi.com/articles/using-userelationship-in-dax/
Proud to be a Super User!