Forum Discussion
vijay273162
4 years agoHelper III
SUMMARIZE function
Hi All, I have a Dimension table with millions of records. I try to perform the SUMMARIZE function on this DIMENSION table, and it gives me "memory exceeds error". What's the solution for...
YukiK
4 years agoImpactful Individual
What does your code look like? We shouldn't add columns within SUMMARIZE() as a rule of thumb. You can look at best practices in this article: https://www.sqlbi.com/articles/best-practices-using-summarize-and-addcolumns/
Please give it a thumbs up if this is helpful!