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...
vijay273162
4 years agoHelper III
Here is the screenshot and DAX code written from my side.
SUMMARIZECOLUMNS(table[ID],table[Document Type])
The problem is, SUMMARIZECOLUMNS didn't work when i include table[ID], since the records are large
(111 million).
How to overcome this ?