The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
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]