Forum Discussion

RMDNA's avatar
RMDNA
Solution Sage
5 years ago
Solved

More efficient running total column in Power Query?

Just a top-level edit for readers: I'm aware that Power Query isn't the place to do this, and I know how to write it as a measure just fine. I'm just curious 1) why it's as bad as it is, and 2) if I ...
  • v-easonf-msft's avatar
    v-easonf-msft
    4 years ago

    Hi,  RMDNA 

    I think you may misunderstood what I meant.This is not a problem that can be solved by optimization.

    You can refer to this wonderful blog:

    comparing-dax-calculated-columns-with-power-query-computed-columns 

     

    The Power Query computed columns are not suitable for executing the aggregation on the data source, you should consider a DAX calculated column to avoid a long processing times.

     

    Best Regards,
    Community Support Team _ Eason