This is best Fabric, Power BI, SQL and AI community event. How do we know? The last event sold out! Save €200 with code FABCMTY200.
Register nowJuly 28 - August 9 | Final Round of the Power BI Dataviz World Championships. This is your chance. Learn more
How do I get the Dataset relationships through the API?
So, I am trying to call "client.Datasets.PostDatasetInGroupAsync(Guid groupId, CreateDatasetRequest dataset)"
I have the groupID, so I am trying to create the "CreateDatasetRequest dataset".
"CreateDatasetRequest " is a class that looks like this:
public string Name { get; set; }
public IList<Table> Tables { get; set; }
public IList<Relationship> Relationships { get; set; }
public IList<Datasource> Datasources { get; set; }
public DatasetMode? DefaultMode { get; set; }
I need the Tables, the Relationships and the Datasources.
My dataset is basically a copy of another dataset, and I am getting the information from the copied datasource.
I can get Tables like this: client.Datasets.GetTablesInGroupAsync(workspaceId, datasetID);
NOTE: client.Datasets.GetTablesInGroupAsync(workspaceId, datasetID); does not seem to work. it throws a NOT FOUND ERROR.
and the datasource like this: client.Datasets.GetDatasourcesInGroupAsync(workspaceId, datasetID);
But I cannot find a way to get the Relationships.
Is there a way that I can do this?
Connect to the XMLA endpoint and run your XMLA scripts aganst the DMVs. Use DAX Studio or similar to experiment with that.
Join us in Barcelona for FabCon and SQLCon, the Fabric, Power BI, SQL, and AI community event. Save €200 with code FABCMTY200.
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 |
|---|---|
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |
| User | Count |
|---|---|
| 4 | |
| 2 | |
| 1 | |
| 1 | |
| 1 |