Forum Discussion
PBIX Size problems vs embedded premium capacity
- 5 years ago
Hi Anonymous ,
1. The possible reason is that your dataset will exceed 1GB after refreshing, so the dataet refresh failed.
2. For A1, there is indeed a 1GB limitation.
Best regards,
Lionel ChenIf this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Anonymous I managed to deal with this using XMLA read-write, in two steps:
Process database -> Process Clear
Process database -> Process Full
This method has some disadvantages: during this process, you'll have dataset with no data. I also experienced some connectivity issues when Full processing ended with timeout error.
Additionally, you could try another solution: automate SKU tier raising before processing the cube and downgrading after it's finished.
Eugene