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

Register now to learn Fabric in free live sessions led by the best Microsoft experts. From Apr 16 to May 9, in English and Spanish.

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
Microsoft Fabric Learn Together

Microsoft Fabric Learn Together

Covering the world! 9:00-10:30 AM Sydney, 4:00-5:30 PM CET (Paris/Berlin), 7:00-8:30 PM Mexico City

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.