Forum Discussion
Problems with importing data from AWS Redshift
Hi Kevin8,
It's not the filesize of the pbix file that is the problem here, it's how much the data expands during refresh.
For an F64 capacity, the max memory available is 25GB, which is the limit you're hitting.
Can you describe more about what data sources you're using and what sort of transformations are being done?
Hi,
There are 29 queries. Its a star schema with one large fact table and many small dimension tables. The dmiension tables might have some power query steps such as columns removed or renamed. Or a key column added. Several of these have 5 - 10 rows. The largest has 9 columns and 750k rows , the next largest has 4 columns and 500k rows. The next has 5 columsn and 26k rows.
The main fact table has 88 columns and 11.5 m rows. It has a renamed columns step, and an append query where it adds an 88 row table.