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

We've captured the moments from FabCon & SQLCon that everyone is talking about, and we are bringing them to the community, live and on-demand. Starts on April 14th. Register now

Reply
Anonymous
Not applicable

Power BI REST API to get datasource information?

Hi Develpoers,

I looking for any REST API or any script that can give me Power BI Dataset's datasource related all information like how many tables used, table name, source type: SQL or Web, like whatever information I can fetch.

 

I tried 1 REST API:

Datasets - Get Datasources

https://api.powerbi.com/v1.0/myorg/admin/datasets/{dataset ID}/datasources

but this is giving me very high level information like-

 

"value": [
        {
            "datasourceType": "Web",
            "connectionDetails": {
                "url": "https://SourcePath.com"
            },
            "datasourceId": "xxxxxxxxxxxxxxxxxxxxxxxxx",
            "gatewayId": "xxxxxxxxxxxxxxxxxxxxxxxxx"
        }
 
I need more information of the with the dataset ID. Kindly suggest me if there's any way to fetch more information.
 
Thanks.
2 REPLIES 2
Mmahachi
Advocate I
Advocate I

I am also looking for more information about all the field name and definitions, I cannot find this basic information anywhere. For example what is the datasourceinstanceid??

Anonymous
Not applicable

Hi @Anonymous,

I'd like to suggest you take a look at power bi metadata scanning API if helps with your scenario:

Metadata scanning - Power BI | Microsoft Learn

Admin - WorkspaceInfo GetScanResult - REST API (Power BI Power BI REST APIs) | Microsoft Learn

Regards,

Xiaoxin Sheng

Helpful resources

Announcements
New to Fabric survey Carousel

New to Fabric Survey

If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.

Power BI DataViz World Championships carousel

Power BI DataViz World Championships - June 2026

A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.

Join our Fabric User Panel

Join our Fabric User Panel

Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.

March Power BI Update Carousel

Power BI Community Update - March 2026

Check out the March 2026 Power BI update to learn about new features.