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 try to build a simple relationship between 2 tables - Client & Group and a intermediate table (Many : Many).
Client
Group
ClientGroup (intermediate)
Relationship is as below
What I would like to do is to click Filter (on left) and filter out related client (on the right).
The current setup doesn't work as expected, and i am wondering if there is error int he data modelling (relationship). Any suggestions? Thanks
Solved! Go to Solution.
See if one of these options helps:
@VilmarSch Thanks for the reply. I've changed the relationship as below, and it seems to work.
Will there any potentialy issues when we setup relationship to be both directions? Thanks again
See if one of these options helps:
Hi,
One cannot build a relationship between the tables unless there is a ClientID column in the Group table or a GroupID column in the Client table.