This Blog will help to create backup file for Azure analysis database model. We have used PowerShell to execute Analysis command which help to create backup file for AS model ,Please find the code below :-
Category: Azure
Azure analysis services processing using REST API
We can use REST API method for processing AAS cube , please find the full adf pipeline below which capture the logging as well if error comes up .REST API can processing only full data for AAS cube. This pipeline is very generic which we can use for minimum effort of code changes you just […]
Azure Analysis services Partition Creation and Processing using Azure Automation Account(PowerShell)
Azure Analysis service is a Azure product which being used for analysis of raw data and provide useful information for making business need and this is cloud based product provide by Microsoft. This article is useful for create the partition for fact table on monthly basis and process it i.e we can create TableName_082021 and […]