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!Calling all Data Engineers! Fabric Data Engineer (Exam DP-700) live sessions are back! Starting October 16th. Sign up.
Hi
I am trying to merge 2 sets of data to provide 1 holistic view of the supplier.
I have:
My aim is to get both of these datasets in sync so i can slice by Date or Supplier and both datasets update.
At present i have only been able to get them either slice by either Date or Supplier as it would cause a circular reference
Solved! Go to Solution.
Hi @Anonymous ,
You are making several many to many connections and with both way filtering, this is causing you model to have the connections already made from each side.
Believe that the best way is to have a Supplier dimension table with unique values that make the connections to the suppliers data with one to many relationship.
Regards
Miguel Félix
Proud to be a Super User!
Check out my blog: Power BI em PortuguêsHi @Anonymous ,
You are making several many to many connections and with both way filtering, this is causing you model to have the connections already made from each side.
Believe that the best way is to have a Supplier dimension table with unique values that make the connections to the suppliers data with one to many relationship.
Regards
Miguel Félix
Proud to be a Super User!
Check out my blog: Power BI em Portuguêshi @MFelix
Its not 100% what i was trying to acheive, however i was a bit naive and it has worked. Thank you.
I will now go away and find the next problem, hopefully you are around to get be back on track.
Thanks again
Lee