Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount now.
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
Solved! Go to 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
@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.
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.
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
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!