Forum Discussion
issue with enhanced compute engine settings for dataflow - workaround is to DISABLE
Hi,
I posted yesterday about refresh issues in Dataflows.
I've found a work around.
Background : I have an ingestion workspace which has dataflows that ingest data from sql. no issues with these. I have a curated workspace which links to these dataflows and applys some transfromations. These have stopped working since the Sep 24.
I found that by changing the settings for the enhanced compute engine settings from OPTIMISE to DISABLE on the dataflow they have started working again.
Still have an active microsoft case going but sharing here, in case others are seeing it.
4 Replies
- AnonymousNot applicable
Hi frano72,
Thanks for sharing, I think this workaround will help others who faced similar issues.
BTW, did this issue only appears on a specific Datasource type/workspace? What type of operations did you apply to these dataflows? Please share detail to help us troubleshoot and find out the root casing of these issues.
How to Get Your Question Answered Quickly
Regards,
Xiaoxin Sheng
- frano72Helper IV
Hi Anonymous - the data sources are linked entities from another dataflow in another workspace.
Its really simple transformation.
I link to one entity from another workspace - ensure its set to load.
Create a reference query from this. The transforms to this are
make a columns a key :
Table.AddKey(Source, {"LoadID"}, false)change two columsn data type :Table.TransformColumnTypes(#"Marked key columns", {{"TruckSAPID", Int64.Type}, {"ShovelSAPID", Int64.Type},thats it.The refresh error is :Error: Compute engine failed: Insufficient memory. Please increase your compute engine/workload memory and try again. (8645). Details: A timeout occurred while waiting for memory resources to execute the query in resource pool 'default' (2). Rerun the query.Tempting to think that need to give more memory to dataflows.However - one thing all of us in IT are good at is picking trends. There was a definate watershed moment on Sep 24/25 where things were working and now not working....an aligns with updates made to power bi service announced at Ignite...MS Support are looking into it...- AnonymousNot applicable
Hi frano72,
I think it probably related to premium workload settings.
You can refer to the following link to know the resource setting of premium capacity and ask the admin to check if your resource exceeds the limit/settings.
Configure workloads in a Premium capacity
Regards,
Xiaoxin Sheng