Forum Discussion
nmasimore
4 years agoHelper I
Creating a Column - Model Efficiency/Storage/Best Practice - DAX vs. PowerQuery?
Hello I have a transaction table and a calendar table. The transaction table has a Datetime column, not a date column.... so I am creating a column in the transaction table called "Date" and it w...
- 4 years ago
It's almost always better to create it in Power Query. You can read more about it here: https://www.sqlbi.com/articles/comparing-dax-calculated-columns-with-power-query-computed-columns/
AllisonKennedy
4 years agoCommunity Champion
nmasimore , I agree with Syk . If you can create it in Power Query (or even better at the data warehouse) then do so. I find that DAX is handy for creating calculated columns that require referencing multiple tables, but that shouldn't be a common requirement.
- nmasimore4 years agoHelper I
Thank you AllisonKennedy !