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

Earn a 50% discount on the DP-600 certification exam by completing the Fabric 30 Days to Learn It challenge.

Reply
murillocosta
Helper I
Helper I

Removing filter context

Hi

 

Would someone able to help me with the below?

 

- I have two measures out_forecast_w1 & out_forecast_w2

 

murillocosta_2-1679293741752.png

 

murillocosta_3-1679293760572.png

 

I need to replicate the result for all week intestead only for the week I am filtering.

 

murillocosta_1-1679293663883.png

 

For example 

 

murillocosta_4-1679293889480.png

 

https://easyupload.io/6dt7hk

Thanks

 

1 ACCEPTED SOLUTION

OUT_FORECAST_W1 = SUMX(ALLSELECTED('SUMMARIZE'[Week]),IF('SUMMARIZE'[Week]="2023-W10",[Total Outbound Forecast]))
I'm worried about the operation efficiency.

View solution in original post

3 REPLIES 3
wdx223_Daniel
Super User
Super User

=CALCULATE([Total Outband Forcast],'SUMMARIZE'[Week]="2023-W10")

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

 

https://easyupload.io/6dt7hk

 

Cheers

OUT_FORECAST_W1 = SUMX(ALLSELECTED('SUMMARIZE'[Week]),IF('SUMMARIZE'[Week]="2023-W10",[Total Outbound Forecast]))
I'm worried about the operation efficiency.

Helpful resources

Announcements
LearnSurvey

Fabric certifications survey

Certification feedback opportunity for the community.

PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

Check out the April 2024 Power BI update to learn about new features.

April Fabric Community Update

Fabric Community Update - April 2024

Find out what's new and trending in the Fabric Community.

Top Solution Authors