Forum Discussion
__Vladimir__
Mar 09, 2021Copper Contributor
Azure Analysis Services - refresh
Hello, our current setup is on-premises PostgreSQL DB that serves as data warehouse. We use Power BI Pro platform to create data model and refresh the data daily, using locally run Data Gateway. As ...
Chris-Schmidt-MSFT
Mar 10, 2021Former Employee
Hello _Vladimir_,
Azure Analysis Services uses the same data gateway as Power BI. Here are the docs
Incremental refresh would be defined in your partitioning strategy in how you set up your model.
The refresh would be handled outside of Analysis Services via your existing ELT process and an XMLA command, or an Azure Data Factory pipeline or Azure Runbook.
If you use just regular processing in Azure Analysis Services the processing may still take longer than an hour due to the long running HTTP call. You can get around this in AAS by using asynchronous refresh instead.
HTH!