Get certified for free when you join Fabric Data Days 2026 and dive into Fabric, Power BI, SQL, AI, and other essential data skills.
Join nowJuly 28 - August 9 | Final Round of the Power BI Dataviz World Championships. This is your chance. Learn more
I have a table of services, a table of clients, and a table of contacts. My contacts are joined either to the client table OR the service table. I'm trying to figure out how to build this relationship in Power BI.
service to client is a one to one relationship
client to contacts is a one to many relationship
service to contacts is a one to many relationship
Here's a stripped down version of the tables:
| Services | ||
| service_seq | Service Type | client_seq |
| 111 | aaa | 999 |
| 222 | bbb | 888 |
| 333 | aaa | 777 |
| Client | ||
| client_seq | client name | client address |
| 111 | Mr. A | B street |
| 222 | Mr. B | C street |
| 333 | Mrs. C | D street |
| Contact | ||
| service_seq | client_seq | contact info |
| 111 | Dr. A | |
| 888 | Dr. B | |
| 222 | Dr. C | |
| 222 | Dr. D | |
| 777 | Dr. E |
Any thoughts?
@Rjesak ,
Join the contract with both.
And keep Service and client relation inactive. Activate in the formula as per need. Using userelation. Also deactivate a relation with contract using crossfilter
If you love stickers, then you will definitely want to check out our community sticker challenge, Barcelona edition!
Check out the July 2026 Power BI update to learn about new features.
| User | Count |
|---|---|
| 29 | |
| 28 | |
| 20 | |
| 20 | |
| 19 |
| User | Count |
|---|---|
| 35 | |
| 26 | |
| 20 | |
| 18 | |
| 17 |