Forum Discussion
R1k91
Super User
1 year agoXMLA edited and Large Semantic model properties
We are planning a large-scale migration for a customer from one region to another. The most complex semantic models involved are: Models with incremental refresh enabled Models modified using XML...
SaiTejaTalasila
Super User
1 year agoHi R1k91 ,
You create a power shell script using the below rest API and you can pull json response and you can find the partition details from that you identify whether it is incremental refresh one or not.GET https://api.powerbi.com/v1.0/myorg/groups/{groupId}/datasets/{datasetId}
You can keep your workspace id and dataset id in one excel table and you can pass those values to API endpoint and get the response to new column and you can analyse that data.
I hope it will be helpful.
Thanks,
Sai Teja
R1k91
Super User
1 year agoThank you for the answer.
As stated in the question the incremental refresh is not an issue. Sempy and Semantic Link Labs already gave us that results. The problem is to know if a model is modified in XMLA or Large Semantic Model.