Forum Discussion

danielhough's avatar
danielhough
Helper II
6 years ago
Solved

Create aggregate table from larger table

Hey,    I have a table with 100K+ rows and I need to create an aggregated table from this larger table. The aggregated table will have 10 or so columns and a values column. I've tried SUMMARIZE but...
  • Anonymous's avatar
    Anonymous
    6 years ago

    Hi danielhough ,

     

    I'm not sure if the result was caused by ROLLUP() function since there's no any sample data.

    The addition of the ROLLUP() syntax modifies the behavior of the SUMMARIZE function by adding roll-up rows to the result on the groupBy_columnName columns.

    Please refer to the document below and check if the ROLLUP() function effect the result in your scenario.

    https://docs.microsoft.com/en-us/dax/summarize-function-dax.

     

    Best Regards,

    Jay

    Community Support Team _ Jay Wang

    If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.