Forum Discussion
res45
2 years agoNew Member
Not Enough Memory Error
Hi, When trying to add a new column measure, I am getting the following error. "There's not enough memory to complete this operation. Please try again later when there may be more memory available....
lbendlin
2 years agoSuper User
Use DAX Studio to examine and refactor your measure or calculated column. Check the Query plan, specifically the Records column. A high number there (typically in the millions) is an indication that you are multiplying too many tables in your query.