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

The Power BI Data Visualization World Championships is back! It's time to submit your entry. Live now!

Reply
craigmon
Helper I
Helper I

Convert Excel forum in power bi

Hi Guys,

 

Is there a way to recreate this excel formula in power bi.  The brackets are key in this formula.

 

Thanks

 

AN2 = Incentives

P2 =  VAT

R = Factory

 

=AN2/(P2+(R2/1.2))

 

 

 

1 ACCEPTED SOLUTION
v-xiaotang
Community Support
Community Support

Hi @craigmon 

if you want to recreate it by MEASURE:

Measure = DIVIDE(MIN('Table'[AN2 ]),MIN('Table'[P2])+DIVIDE(MIN('Table'[R2]),1.2))

 or if you want to recreate it by COLUMN:

Column = DIVIDE('Table'[AN2 ],'Table'[P2]+DIVIDE('Table'[R2],1.2))

 

Best Regards,

Community Support Team _ Tang

If this post helps, please consider Accept it as the solution to help the other members find it more quickly.

View solution in original post

2 REPLIES 2
v-xiaotang
Community Support
Community Support

Hi @craigmon 

if you want to recreate it by MEASURE:

Measure = DIVIDE(MIN('Table'[AN2 ]),MIN('Table'[P2])+DIVIDE(MIN('Table'[R2]),1.2))

 or if you want to recreate it by COLUMN:

Column = DIVIDE('Table'[AN2 ],'Table'[P2]+DIVIDE('Table'[R2],1.2))

 

Best Regards,

Community Support Team _ Tang

If this post helps, please consider Accept it as the solution to help the other members find it more quickly.

Thank you so much

Helpful resources

Announcements
Power BI DataViz World Championships

Power BI Dataviz World Championships

The Power BI Data Visualization World Championships is back! It's time to submit your entry.

January Power BI Update Carousel

Power BI Monthly Update - January 2026

Check out the January 2026 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.