Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount now.
Hi, I am working with PowerBi API with PowerShell.
I have retrieved the list that is giving me all the datasets IDs in the group. I have read this file in DB and created a table for this.
Then I have retrieved all the data sources related to these datasets IDs.
But the problem is I am not able to connect these two tables. I have used this API 'groups/0c993e70-0f66-4a40-a31e-aa9af0e20516/datasets/ datasetid /datasources' to retrieve all the data sources .
Output for this does not give dataset id to which this is associated. I don't have any two same columns in both the tables.
How can I connect these two outputs?