Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount now.

Reply
Anonymous
Not applicable

Custom Column Divide Calculation

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]

1 ACCEPTED SOLUTION
Anonymous
Not applicable

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]

 

Raymundo2910_0-1623849863357.png

 

View solution in original post

1 REPLY 1
Anonymous
Not applicable

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]

 

Raymundo2910_0-1623849863357.png

 

Helpful resources

Announcements
September Power BI Update Carousel

Power BI Monthly Update - September 2025

Check out the September 2025 Power BI update to learn about new features.

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.

Top Solution Authors