Forum Discussion
drivas771994
Helper II
7 years agoFilter the Same Value in two different ways
Hi, Above is a picture of a report I am working on. The premise of the report is to compare an athlete's individual score to the teams Max and Minimum and show where that falls using th...
robJcenteno
7 years agoFrequent Visitor
Use ALL() when calculate the max and min.
MAX = CALCULATE(MAX('Score'[Games);ALL('Score'[Games]))
Using this function, the calculate ignores the filters.
drivas771994
Helper II
7 years agoThis formula did not work. It still filtered by the individual athlete.