Convert Excel Formula

thedeadzeds

Active Member
Joined
Aug 16, 2011
Messages
451
Office Version
  1. 365
Platform
  1. Windows
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))
 

Excel Facts

Add Bullets to Range
Select range. Press Ctrl+1. On Number tab, choose Custom. Type Alt+7 then space then @ sign (using 7 on numeric keypad)
It should write just like you have it. What error are you getting?
 
Upvote 0
Thanks for the reply. So as a column it works fine using the below, but i was wondering how i do this as a mesaure:

NC Column = Audi_Values[NCDIncentives]/(Audi_Values[NCDVehicleWithoutVAT]+(Audi_Values[NCDFactoryOptions]/1.2))
 
Upvote 0
You'd have to wrap everything in a sum or something. It depends on what you ultimately want to display. I've found I use tables most of the time rather than cards, and the totals tend to be wrong on tables with measures.
SUM( Audi_Values[NCDIncentives])/(SUM(Audi_Values[NCDVehicleWithoutVAT])+SUM(Audi_Values[NCDFactoryOptions])/1.2)
 
Upvote 0

Forum statistics

Threads
1,223,704
Messages
6,173,984
Members
452,540
Latest member
haasro02

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top