Forum Discussion
Partial result returned from Power BI REST API Datasets - Get Dataset To Dataflows Links In Group
- 9 months ago
v-hashadapu Jai-Rathinavel FYI, the issue has gone by itself without changing anything and https://api.powerbi.com/v1.0/myorg/groups/{groupId}/datasets/upstreamDataflows is returning full list of datasets in all workspaces now.
Thanks both for your help.
Hi kuraki , Thank you for reaching out to the Microsoft Community Forum.
Jai-Rathinavel is correct to ask for dataset counts, you also need to capture and compare the full requests and decoded tokens, check for pagination (nextLink), confirm the service principal is enabled in the Power BI admin and has the necessary workspace membership and token scopes and as a fallback, enumerate per-workspace/per-dataset upstream links to surface anything the aggregated call misses.
Power BI REST APIs for embedded analytics and automation - Power BI REST API | Microsoft Learn
Datasets - Get Datasets - REST API (Power BI Power BI REST APIs) | Microsoft Learn
Thank you Jai-Rathinavel for your valuable response.