Forum Discussion
ktkpatra
4 years agoFrequent Visitor
Manage relationship
I am having trouble in relationship. I would like to know relationship in my Power BI desktop have same dataset with different year with 2 different file. I want make relationship Sales order number ...
- Anonymous4 years ago
Hi ktkpatra ,
Please refer:
SALES_DOC = DISTINCT(
UNION(
ALL('2020 ENI'[Sales Document]),ALL('2020 HV_MH'[Sales Document]),
ALL('2021 ENI'[Sales Document]),
ALL('2021 HV_MH'[Sales Document]))
)
Best Regards,
Jay
amitchandak
4 years agoSuper User
ktkpatra , create a Bridge table, if that can help
https://www.seerinteractive.com/blog/join-many-many-power-bi/
Bridge Table: https://www.youtube.com/watch?v=Bkf35Roman8&list=PLPaNVDMhUXGaaqV92SBD5X2hk3TMNlHhb&index=19