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

Join us for an expert-led overview of the tools and concepts you'll need to become a Certified Power BI Data Analyst and pass exam PL-300. Register now.

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
July PBI25 Carousel

Power BI Monthly Update - July 2025

Check out the July 2025 Power BI update to learn about new features.

Join our Fabric User Panel

Join our Fabric User Panel

This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.

June 2025 community update carousel

Fabric Community Update - June 2025

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