Forum Discussion
Redshift and Gateway issue
- 3 years ago
Then the pbix file is so big that it cant be published.You can bootstrap the incremental refresh partitions to keep the original size under 10 GB. Then use XMLA refresh to fill each partition separately. This will then allow you to load datasets that are half the size of your capacity, and supposedly even beyond.
Instead of a dataflow try using a dataset with incremental refresh.
The issue with a dataset lbendlin is that incremental refresh doesn't seem to work with Amazon Redshift. Then the pbix file is so big that it cant be published. And if it is in a publishable size, again the first refresh will fail with similar errors from the gateway.
- lbendlin3 years agoSuper User
Then the pbix file is so big that it cant be published.You can bootstrap the incremental refresh partitions to keep the original size under 10 GB. Then use XMLA refresh to fill each partition separately. This will then allow you to load datasets that are half the size of your capacity, and supposedly even beyond.
- gp103 years agoAdvocate III
Thanks for this suggestion lbendlin , I have managed to do that with SSMS and ALM Toolkit.
The big issue now is that the data are not accurate. For some reason its like it duplicates the data of the last month and it may have small differences elsewhere.
Any ideas on how to deal with this, I have refreshed several times and the issue persists.- lbendlin3 years agoSuper User
Use DAX Studio or SSMS to check the partitions and their content. Refresh individual partitions as needed.