Find everything you need to get certified on Fabric—skills challenges, live sessions, exam prep, role guidance, and more. Get started
Hello,
I have been able to pull all the datasets as the admin, but I would like to tell what mode they are on (Direct Query, Import, Dual)?? How can I do this through the API?
Thank you,
Chris
Hi @TexasBI
If you connect to your data source by API, I think you use Web connector. Web connector only support import mode.
If you use other connector to connect to your data source, you may refer to this blog for more details about supporting connection mode.
Here is a offical blog about Power BI Rest API. For reference: Power BI REST APIs
It seems that Power BI doesn't support you to change connection mode by API.
Best Regards,
Rico Zhou
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hey @v-rzhou-msft ,
Thank you for your response but this what not what I was talking about.
What I was asking is when I use the Power BI REST API to pull the metadata on the dataset from the Power BI Service, how can I determine what mode the dataset is in?
Hi @TexasBI
Power BI REST API doesn't support you to determine what mode the dataset is in Power BI Service directly.
You could try Datasets - Get Datasources In Group to determind what data source your dataset contains. Find the connection mode the Power BI data sources support to determind.
Here is a post that the user determind whether his dataset is Import or Direct Query by Set All Connections API.
This API only support Direct Query.
For reference: REST API Identification of Import vs Direct Query Datasets
Or you can determind by the refresh way. For example, if your data source support Import/DQ or Import / Live connection, make sure the refresh way, schedule refresh(Import) or schedule cache refresh(DQ or LC).
Best Regards,
Rico Zhou
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hey @v-rzhou-msft ,
Thank you for sending that info. What is interesting is that I have an Azure SQL database and I have created a report using Direct Query mode. When I go to do a GET call in the REST API for datasources, I am returned the same result as if I am on Import mode. This is really strange.
Hi @TexasBI
Did you call REST API in Power BI Desktop?
What connector did you use to do a GET call in the REST API for datasource?
As my above reply, if you use web connector to call REST API, the connection mode will be Import mode.
Best Regards,
Rico Zhou
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
My datasource is an Azure SQL database and I used the Azure SQL connector.
Check out the September 2024 Power BI update to learn about new features.
Learn from experts, get hands-on experience, and win awesome prizes.
User | Count |
---|---|
41 | |
4 | |
4 | |
3 | |
3 |