Forum Discussion
sonsi
2 years agoRegular Visitor
Extracting dataset queries with powerBI REST
Hi, I am working on a c# project which I want to contact the Power BI Rest v1.0 in order to extract the datasets my team has. I am looking for a way to get all the datasets' queries. I'd like to f...
- Anonymous2 years ago
Hi sonsi,
AS the official document and correspond limitations list mentions, current this API only support DAX expressions. The query that you used is T-SQL queries which not supported.
Datasets - Execute Queries - REST API (Power BI Power BI REST APIs) | Microsoft Learn
Regards,
Xiaoxin Sheng
Anonymous
2 years agoNot applicable
Hi sonsi,
AS the official document and correspond limitations list mentions, current this API only support DAX expressions. The query that you used is T-SQL queries which not supported.
Datasets - Execute Queries - REST API (Power BI Power BI REST APIs) | Microsoft Learn
Regards,
Xiaoxin Sheng
sonsi
2 years agoRegular Visitor
Is there another way to get the queries through an API the queries of a specific dataset?