Forum Discussion
MiguelSaldana77
Resolver I
8 years agoTotal Indicator without Date
Hi, I'm looking for a formula to calculate a Total of an Indicator excluding dimension of time. I have a table that shows a Balance today for each Costumer and I make a Drill-Down see the corresp...
- 8 years ago
This is the Final Formula
Cumulative Cargos = CALCULATE ( SUM ( 'Indicadores Cartera'[Cargo] ),
FILTER ( ALL( 'Cat Tiempo'[Fecha] ),'Cat Tiempo'[Fecha]<= MAX ('Cat Tiempo'[Fecha])))I had problems with the data but not because the formula.
MiguelSaldana77
Resolver I
8 years agoThis is the Final Formula
Cumulative Cargos = CALCULATE ( SUM ( 'Indicadores Cartera'[Cargo] ),
FILTER ( ALL( 'Cat Tiempo'[Fecha] ),'Cat Tiempo'[Fecha]<= MAX ('Cat Tiempo'[Fecha])))
I had problems with the data but not because the formula.