Forum Discussion
Anonymous
8 years agoNot applicable
Custom Column using Power Query or DAX New column
Hi all, I have a doubt about the next question. Which is better in terms of performance, Custom Column using PQuery or New Column using DAX? Thanks to all for you answer.
- 8 years ago
Yeah, I would say that in your case you should definitely consider moving that to Power Query. General rule is that the further upstream that you can push the calculations, the better the performance downstream.
Greg_Deckler
8 years agoCommunity Champion
Yeah, I would say that in your case you should definitely consider moving that to Power Query. General rule is that the further upstream that you can push the calculations, the better the performance downstream.
Anonymous
8 years agoNot applicable
Yes, I thinked the same.
If somebody need it, here you have a link that explain so well my first question:
http://radacad.com/m-or-dax-that-is-the-question
Thanks Greg_Deckler