Forum Discussion
BishwaR
4 years agoHelper V
Memory fail
I am not able to save the calculation in the model because the memory is not enough. I have 128 GB memory still it is not able to perform the calculation for column which is derived through a measure...
amitchandak
4 years agoSuper User
BishwaR , Try rewrite distinct as
Countx(values(Table[Column]), calculate(Max(Table[Column])))
or
countx(summarize(Table[Column]), [Column])
Also, Increase data cache management to 16GB