Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
6 years ago
Solved

Calculate required memory

Hello Experts,   Can anyone tell me if there is a way to calculate how much memory is required to import and work with a dataset?   For example, suppose I want to import a dataset which contains ...
  • Anonymous's avatar
    Anonymous
    6 years ago

    HI Anonymous ,

    It should be related to your data amount and calculate complexity. If your report contains Dax formulas who nested multiple iterator functions, it will affect report performance and spend more memory resource to calculate.

    Optimizing nested iterators in DAX

    BTW, if you have any advanced operations in query editor, you can consider to add table.buffer/list.buffer to reduce memory spend.

    How and When to use List & Table Buffer?

    Regards,

    Xiaoxin Sheng