I was trying to Process.Add my SSAS Database via TMSL following the instruction of this URL:
The JSON DDL request failed with the following error: Failed to execute XMLA. Error returned: 'A Refresh request with RefreshType Add may only be used on non-calculated partitions.
I tried googling to understand the difference between calculated vs. non-calculated but could not find anything.
My partition is a simple select and nothing else. This refresh was on a complex table, so I tried with a plain table with no column or anything, but still have the same error.
Could someone explain what this is about?
Thank you!