Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Be one of the first to start using Fabric Databases. View on-demand sessions with database experts and the Microsoft product team to learn just how easy it is to get started. Watch now

Reply
bastiaaf
Frequent Visitor

Custom data connector - relationships

I'm working on a Custom data connector which is retrieving data - via REST API's - from an HR Cloud Platform.

While all is working well, and with the (Personal) gateway I'm even able to refresh the data, relationships (or the lack off) are giving me head-aches.

I can't seem to find any information on how to create a relationship between 2 entities in the Data Model.

I've found these links, but they do not provide an answer on how - as part of the connector - I can program a relationship between entities (without extending one of the two entities with the attributes of the other entity...

https://github.com/Microsoft/DataConnectors/issues/97

 

Hoping for some feedback 🙂

4 REPLIES 4
daniellittledev
Regular Visitor

Please vote for this idea as it's not currently possible to do this with PowerBI at the moment.

 

Vote for Idea: Enable Custom Connectors to explicitly declare table relationships 

v-yuezhe-msft
Microsoft Employee
Microsoft Employee

@bastiaaf,

Have you checked the sample in the blog below? Power Query code about defining relationships has been provided in the blog.

https://github.com/Microsoft/DataConnectors/tree/master/samples/Relationships

Regards,
Lydia

Community Support Team _ Lydia Zhang
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

@v-yuezhe-msft, I did, but either I don't get the example or it's not meant for what I want to do...

Currently this is the result:

image.png
With this piece of code:

        #"CompanyLocation" = Table.NestedJoin(#"Companies",{"ID"},OTGConnector.GetLocations(),{"Company.Id"},"CompanyLocations",JoinKind.LeftOuter),
        #"CompanyLocationExpanded" = Table.ExpandTableColumn(#"CompanyLocation","CompanyLocations", {"Company.Id"})


So <Companies> is extended with the "Company.Id" attribute of <Locations>.

However what I want to achieve is the actual relationship in the model:

image.png

 

Currently, I have to explain my users to go to a menu-item and "autodetect" the relationships, which seems to be hard for them.
Would be great if I can simply code what the relationship should be...

We're facing a similar challenge.

 

You should follow this topic on the github repo as well...

https://github.com/Microsoft/DataConnectors/issues/150

 

It looks like more work around relationships is in progress.

Helpful resources

Announcements
Las Vegas 2025

Join us at the Microsoft Fabric Community Conference

March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!

Dec Fabric Community Survey

We want your feedback!

Your insights matter. That’s why we created a quick survey to learn about your experience finding answers to technical questions.

ArunFabCon

Microsoft Fabric Community Conference 2025

Arun Ulag shares exciting details about the Microsoft Fabric Conference 2025, which will be held in Las Vegas, NV.

December 2024

A Year in Review - December 2024

Find out what content was popular in the Fabric community during 2024.

Top Solution Authors