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

Find everything you need to get certified on Fabric—skills challenges, live sessions, exam prep, role guidance, and more. Get started

Reply
jprdynamicapps
Helper IV
Helper IV

REST API Dax query vs. XMLA

We've already implemented pulling data from Power BI Datasets using XMLA/ADOMD.

We fill a dataset and then serialize to Json.

Is there any reason to look at doing this via the new API vs. this method?

Thanks,

John

2 REPLIES 2
V-lianl-msft
Community Support
Community Support

Hi @jprdynamicapps ,

 

The new DAX REST API avoids dependencies on Analysis Services client libraries, requires no connection to XMLA endpoints, and works in Power BI Premium as well as in Power BI shared capacity. In short, there are many good reasons for BI solution developers to evaluate this REST API during the public preview period.

There is a limit of 100,000 rows on this API.OLAP models are built for aggregation type queries, not large volume granular queries which are more suited for relational databases.

For more details,please refer to:
 

 

Best Regards,
Liang
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

Thanks, Liang. 
I definitely understand why it's attractive. Just wondering if we should switch our current implementation. Should performance be any different?

Thanks. 
John

Helpful resources

Announcements
Sept PBI Carousel

Power BI Monthly Update - September 2024

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

September Hackathon Carousel

Microsoft Fabric & AI Learning Hackathon

Learn from experts, get hands-on experience, and win awesome prizes.

Sept NL Carousel

Fabric Community Update - September 2024

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

Top Solution Authors