Forum Discussion
murillocosta
3 years agoHelper I
Removing filter context
Hi
Would someone able to help me with the below?
- I have two measures out_forecast_w1 & out_forecast_w2
I need to replicate the result for all week intestead only for the week I am filtering.
For example
Thanks
- OUT_FORECAST_W1 = SUMX(ALLSELECTED('SUMMARIZE'[Week]),IF('SUMMARIZE'[Week]="2023-W10",[Total Outbound Forecast]))I'm worried about the operation efficiency.
3 Replies
- wdx223_DanielCommunity Champion
=CALCULATE([Total Outband Forcast],'SUMMARIZE'[Week]="2023-W10")
- murillocostaHelper I
Tks Daniel;
Ive tried with calculate but as my [Total Outbound Forecast] measure is quite complex calculation isn't returning anything using calculate. Do you know any trick that would work?
Follow the file below
Cheers
- wdx223_DanielCommunity ChampionOUT_FORECAST_W1 = SUMX(ALLSELECTED('SUMMARIZE'[Week]),IF('SUMMARIZE'[Week]="2023-W10",[Total Outbound Forecast]))I'm worried about the operation efficiency.