Forum Discussion
TexasBI
4 years agoHelper II
Find the mode type in a dataset through the API
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, ...
Anonymous
4 years agoNot applicable
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.
TexasBI
4 years agoHelper II
My datasource is an Azure SQL database and I used the Azure SQL connector.