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

Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes! Register now.

Reply
v-sapotu
Microsoft Employee
Microsoft Employee

How to know if a report is Live connected or Import in PowerBI Service

I have a requirement to know if a report is Live connected or Import model in PowerBI service. I have 50+ workspaces and need to get these details for each report in all workspaces. Is there any automated script for this like PowerShell cmdlets or REST API method?

4 REPLIES 4
Anonymous
Not applicable

Hello, checking on this today, is it still not possible to determine out of the box programatically which one is which?

v-lid-msft
Community Support
Community Support

Hi @v-sapotu ,

 

Currently we do not have directly function/api to determine if a report is Live Connected or Import, but by using the api provided by @GilbertQ , it will return the the type of datasource, but such as  for Analysis Service, it can use Import or Live Connected, if you want to determine the connective mode, then we can verify it in "Settings" - "Dataset", if it has scheduled refresh, it is using Import Mode, If it has scheduled cache refresh, it is using Live Connected. Note other datasources which only using DirectQuery Mode will also have scheduled cache refresh option too.

 

Please also refer following document which can get type of data source without administrator rights:

https://docs.microsoft.com/en-us/rest/api/power-bi/datasets/getdataset

https://docs.microsoft.com/en-us/rest/api/power-bi/datasets/getdatasetingroup

https://docs.microsoft.com/en-us/rest/api/power-bi/datasets/getdatasources

https://docs.microsoft.com/en-us/rest/api/power-bi/datasets/getdatasourcesingroup


Best regards,

 

Community Support Team _ Dong Li
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

Thanks for your reply @v-lid-msft . I am trying the approach you mentioned. So there is no direct way to get 100 % exact result.

GilbertQ
Super User
Super User

Hi there

This Power BI REST API might be able to do this for you?

https://docs.microsoft.com/en-us/rest/api/power-bi/admin/datasets_getdatasourcesasadmin

It details what the data sources are?





Did I answer your question? Mark my post as a solution!

Proud to be a Super User!







Power BI Blog

Helpful resources

Announcements
September Power BI Update Carousel

Power BI Monthly Update - September 2025

Check out the September 2025 Power BI update to learn about new features.

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.

Top Solution Authors