Forum Discussion

vijay273162's avatar
vijay273162
Helper III
4 years ago

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 this. 

 

BEST PRACTICE TO USE SUMMARIZE FUNCTION ON LARGE DIMENSION TABLE ?

2 Replies

  • 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 ?