Hello Team ,
I am using REST API method for processing the data on azure analysis cube that is working fine .
I need to create new partition for each month and process only particular month partition month only .
i.e. we are running on AUG 2021 hence we need to create the partition as TableName_Aug2021 and query will come as "select * from table name where date between '1-aug-2021' and '31-aug2021'".
once this partition gets created we need to process only this TableName_Aug2021 this partition using REST API method .
Please let me know if you need any information .