Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
9 years ago
Solved

Performance Impact with Calculated Columns

Hi All, I am new to PowerBI. Being a Excel user, I know that using lot of Formulas sometimes impacts the performance. Is it the same case with PowerBI? I looks for a similar topic, but could not fin...
  • mike_honey's avatar
    9 years ago

    Calculated Columns are not dynamic (unless you are in Direct Query mode) - they are pre-calculated and stored.  Custom Columns from the Query Editor are similar, but the performance is marginally better.  I lean towards them for that reason but mainly because they are much easier to write, debug and test.