March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount! Early bird discount ends December 31.
Register NowBe 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
If I have a report which is getting data from a dataset 1 which itself is getting data from another dataset 2, how to get dataset 2 id through report id as we can only know id of dataset 1, using api getDatasets(group id, report id).
Till now, I'm using an approach not very performant, which is like once I get datasource for dataset 1, I compare datasource name with all datasets database connection names, to filter out parent datasets.
As you can see in above, each time a call to get all datasets is time consuming.
Is there any better way to do this using either one or multiple api calls?
This step is followed as part of my approach, however, there is no dataset id in response, only datasource information.
"server" points to the workspace
"database" points to the dataset
Hi thanks for the post and I am just experiencing the same problem. I am using the exact API you mentioned the problem is "database" only returns dataset name instead of dataset id, but the get dataset requires dataset id... so do you might know a better way? Thank you!
You are supposed to have harvested the dataset IDs in the previous step. The API call for this thread is focusing on the data sources.
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!
Arun Ulag shares exciting details about the Microsoft Fabric Conference 2025, which will be held in Las Vegas, NV.
User | Count |
---|---|
2 | |
2 | |
1 | |
1 | |
1 |
User | Count |
---|---|
5 | |
4 | |
4 | |
3 | |
2 |