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

Get Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now

Reply
lcasey
Post Prodigy
Post Prodigy

DAX filters no longer working

Power BI DAX may be broken after this latest update.  All of the sudden, filters are not working when using calculate.

 

I have a simple formula

 

Revenue Forecast = CALCULATE([Average Revenue] * SUMX('Cases','Cases'[Case Gap]),FILTER('Cases','Cases'[Case_CloseDate] = BLANK()))
 
Looking at the picture below the total should be $10,762 as I have filtered all cases to just Open cases but yet Revenue forecast formula shows a total value for cases that are open. The product I beleive is broken.

 

01.png

1 ACCEPTED SOLUTION

@lcasey ,

 

Have you solved your issue by now? If you have, could you please help mark the correct answer to finish the thread? Your contribution will be much appreciated.

 

Regards,

Jimmy Tao

View solution in original post

5 REPLIES 5
v-yuta-msft
Community Support
Community Support

@lcasey ,

 

I've made a test on this, however I couldn't reproduce your issue, filter() works well on my side. Please update power bi desktop to the lastest version. In addtion, my power bi version is like below.

Capture.PNG 

 

Community Support Team _ Jimmy Tao

If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

Vvelarde
Community Champion
Community Champion

@lcasey 

 

Hi, why you don't use a SUM instead of SUMX in your formula.

 

Calculate(SUM('Cases'[CaseGAP]),FILTER(--------))

 

Maybe this give you more clarify about the issue.

 

Regards

 




Lima - Peru

Using SUM produces the same exact result.  I beleive Power BI is completel;y broken now with this latest update.  It makes no sense why filters are not working in a calculate.

@lcasey ,

 

Have you solved your issue by now? If you have, could you please help mark the correct answer to finish the thread? Your contribution will be much appreciated.

 

Regards,

Jimmy Tao

I did get it working, I just dont remember what it was I did. But the filters are working good now. 

 

Thanks!

Helpful resources

Announcements
November Power BI Update Carousel

Power BI Monthly Update - November 2025

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

Fabric Data Days Carousel

Fabric Data Days

Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.

Top Solution Authors
Top Kudoed Authors