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

Register now to learn Fabric in free live sessions led by the best Microsoft experts. From Apr 16 to May 9, in English and Spanish.

Reply
v-sapotu
Employee
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
mycwidms
Advocate II
Advocate II

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
Microsoft Fabric Learn Together

Microsoft Fabric Learn Together

Covering the world! 9:00-10:30 AM Sydney, 4:00-5:30 PM CET (Paris/Berlin), 7:00-8:30 PM Mexico City

PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

Check out the April 2024 Power BI update to learn about new features.

April Fabric Community Update

Fabric Community Update - April 2024

Find out what's new and trending in the Fabric Community.

Top Solution Authors
Top Kudoed Authors