In Power BI Desktop, I have the option to add a calculated column in a Model view using DAX expression from Mdeling Tab as below
![Add Calculated column in Modeling in Power BI](https://debug.to/?qa=blob&qa_blobid=10851619431762379129)
However, I can also add a custom column in Power Query Editor when transforming data as below
![add custom column in Power Query in Power BI](https://debug.to/?qa=blob&qa_blobid=13873510207904622748)
What're the main differences between the Calculated Column in Model view and the Computed Column in Power Query Editor, and Which one should I use in Power BI?