Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount now.
Hi Experts
How can i change the following measure into a Custom Column in Power Query - from a Calculated Column - Currently
= DIVIDE([Shipping_Amount],[total_qty_ordered],0)*[Exchange_Rate]
Solved! Go to Solution.
Assuming that division is at a row level and that all columns are on the same table, type the following formula in the Custom Column pop up box:
([Shipping Amount]/[Total Quantity Ordered])*[Exchange Rate]
Assuming that division is at a row level and that all columns are on the same table, type the following formula in the Custom Column pop up box:
([Shipping Amount]/[Total Quantity Ordered])*[Exchange Rate]