Complex Bands Analisys

carlosch1807

New Member
Joined
Aug 31, 2015
Messages
2
First... sorry about my english... I try to explain better as possible...

I try to make this table in power pivot

Forecast Band / Skus Quantity / Sales / Forecast
0-49.99% / 17 / 500 / 1,500
50%-79.99% / 12 / 1,000/ 1,800
80%-100% / 5 / 8,000/ 9,000


I make a Disconected table, but i cant related this whith the data

I work with 4 Sheets.... F_Sales / F_Forecast / Disconected Ranges / Dim_Articles

Please HELP!!!!

Bes Regards from El Salvador, Centroamerica

Carlos Chavez
 

Excel Facts

Round to nearest half hour?
Use =MROUND(A2,"0:30") to round to nearest half hour. Use =CEILING(A2,"0:30") to round to next half hour.
Thanks Matt... really appreciate your help... Is exactly what I needed.... I had to pay :(... 2 day ago... for this metric..

SalesByProduct:=IF (
OR(ISFILTERED( D_Rangos[Rango] ) , ISFILTERED( Temporal_Familia[Familia] )),
CALCULATE (
[Portafolio Articulos Neto],
FILTER (
VALUES ( Dim_Articulo[ARTICULO] ),
COUNTROWS (
FILTER (
D_Rangos,
[Alcance Unidades] >= D_Rangos[RangoInicial]
&& [Alcance Unidades] < D_Rangos[RangoFinal]
)
) > 0
)
),
[Alcance Unidades]
)
 
Last edited:
Upvote 0

Forum statistics

Threads
1,214,952
Messages
6,122,454
Members
449,083
Latest member
Ava19

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