The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
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!