Forum Discussion
Anonymous
7 years agoNot applicable
DAX ALL Function not working as expected
Hello, I have a fairly basic problem that doesn't seem to rectify itself where I am trying to remove a filter context through the ALL() function, but the measure ignores this command and I do not...
PaulDBrown
7 years agoCommunity Champion
For what it’s worth, I’m having the exact same issue, and asked for help in this thread:
https://community.powerbi.com/t5/Desktop/Minimum-Date-ALL-does-not-ignore-date-filter-context/m-p/683275
Baffled as to why ALL behaves this way...
https://community.powerbi.com/t5/Desktop/Minimum-Date-ALL-does-not-ignore-date-filter-context/m-p/683275
Baffled as to why ALL behaves this way...
dvl_ctaul
4 years agoHelper I
Found this thread: Solved: ALL function not working as expected - Microsoft Power BI Community
I guess if your column is sorted by another column you need to have both of them in the all statement
- JasperAlblas3 years agoRegular Visitor
This saved my day. Thank you!