Forum Discussion

dosania's avatar
dosania
Helper II
4 years ago

Calculated Column Memory error

Hi,

 

I'm trying to create a simple calculated column in my dashboard, but am receiving a memory load error.
I am trying to create a flag which identifies where product costs are greater than budgeted product costs, and see this at both product and store level.

 

The DAX calcultaed column I have created is;
Cost Flag = if([Incurred Costs] > [Budgeted Costs] ,1,0)

 

The flag works when I try select just the Product or Store in the table, but not when I try and look at both in the same table as a heirarchy.

I get the following memory load error;

 

 

 

Is there a way I can optimise my DAX calcultion which will allow me to aggregate my calculation to both store and product level and not be too memoy intensive?

Thanks

1 Reply