Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
7 years ago
Solved

Report Storage Mode when using ADDCOLUMNS Dax?

Hi Geeks,   I have a report which has developed using direct query. I am using ADDCOLUMS function to summarize some data in the report. Once i create the table with ADDCOLUMNS Storage mode of the r...
  • d_gosbell's avatar
    7 years ago

    Yes, If you've created a calculated table using DAX you've effectively created a composite model and this new table in using  in-memory storage and will need to be refreshed on a schedule in order to pick up any new data.