Hello!
I have the follow measure:
But the total value was the same than the measure without the filter. Why? The measure works very well line to line but when it calculate the total, the filter don't work.
Thank you so much!
@luizahenriques , Make sure this is a measure, not a column
Nota Anterior excluindo requisitos excluídos =
var statu =
return CALCULATE(Sum(Medidas[Nota Final Ciclo Anterior]) ,filter(Medidas, Medidas[StatusRequisito],statu<>"Excluído"))
Sum if [Nota Final Ciclo Anterior] is column, else use [Nota Final Ciclo Anterior]
This "[Nota Final Ciclo Anterior]" is a measure. But if I use CALCULATE([Nota Final Ciclo Anterior],filter(d_Requisito,statu<>"Excluído")). happens this problem with the total line. The total line calculation doesn't filter the statu <> "Excluído".
User | Count |
---|---|
129 | |
61 | |
55 | |
54 | |
43 |
User | Count |
---|---|
127 | |
60 | |
57 | |
56 | |
50 |