Hi ivan il ,
Welcome to Microsoft Q&A platform and thanks for posting your question here.
It seems that you are looking for a way to reduce the processing time of tables in the Azure Analysis Services (AAS) model while performing refresh of the models using REST API in Azure data factory.
Data-refresh operations can take some time depending on a number of factors including data volume, level of optimization using partitions, etc.
The REST API for Azure Analysis Services enables data-refresh operations to be carried out asynchronously. By using the REST API, long-running HTTP connections from client applications aren't necessary. There are also other built-in features for reliability, such as auto retries and batched commits.
You can use the POST method on the Refreshes collection to perform a refresh operation:
https://westus.asazure.windows.net/servers/myserver/models/AdventureWorks/refreshes
For authentication, kindly use the following resource: https://*.asazure.windows.net
For details on implementation, kindly check out the resources:
How to Process Azure Analysis Services Model from Azure Data Factory