Forum Discussion
Anonymous
4 years agoNot applicable
Problem with Grand Total and SubTotal
Hello, I have a big problem with a measure and I don't know how to solve it. *the red one is the "Faturación" with the discounts and it works for each student but not with the sum of the g...
- 4 years ago
Try
Facturación _Prevision_21 = SUMX ( VALUES ( Table[Línea de negocio] ), [Facturación_Previsión21] )
PaulDBrown
4 years agoCommunity Champion
Try
Facturación _Prevision_21 =
SUMX ( VALUES ( Table[Línea de negocio] ), [Facturación_Previsión21] )