DAX formula for Actualising a number from two tables

mrclarence

New Member
Joined
Jul 11, 2017
Messages
11
Hi

I'm trying to figure out a way I can actualise some data so this is the only place to come.

1) I have forecast Sales, Forecast volume and Net Invoice value (NIV) in one table. The data is granular in that it shows the sales ID an product code.
2) In another table, I am pulling through the actual volume- by sales ID by prduct.

e.g. For Sales ID ABC123, product XYZ is Forecast = 100 units x £10 (NIV) =£1,000
Actual volume = 80 units

So I want to be able to add a formula in to calculate: 80 units x £10 (NIV)= £800

The data will actualise on a weekly basis.

My theory is that if I return the NIV from the forecast , then in another formula multiply it by the EPOS this will give me my actual Sales value.

Formula for point 1:
=Calculate(SUM(PromoActuals[Fc NIVCase]))

Formulas for Point 2:
=Calculate(sum(PromoDatabase[EPOS Qty Cases]))
=[EPOS Quantity Cases]*[NIV per Case Forecast]

But it doesn't seem to work! Any help/advice is appreciated
 

Excel Facts

Best way to learn Power Query?
Read M is for (Data) Monkey book by Ken Puls and Miguel Escobar. It is the complete guide to Power Query.

Forum statistics

Threads
1,213,489
Messages
6,113,954
Members
448,535
Latest member
alrossman

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