Forum Discussion
saritart1
7 years agoFrequent Visitor
Problem using max on a measure
Hello everyone, I have the following problem: My database is organized by classes, so I have a variable that has the number of classes. (Like shown in FIGURE 1) I created a 3 measures t...
v-cherch-msft
7 years agoMicrosoft Employee
Hi saritart1
It seems you may try to use below measure.
Alta =
SUMX (
FILTER (
ALLSELECTED ( asistencia ),
asistencia[Clase] = MAX ( asistencia[Clase] )
),
asistencia[Intensidad alta]
)
Regards,
Cherie