Forum Discussion
Anonymous
3 years agoNot applicable
Replace value in visual table
The last column (marked in red) of the table is determined by the value of the yellow column minus the value of the green column And I need to replace the value of this last column wi...
- 3 years ago
Anonymous , try like
Sumx(sumamrize(ft_repasse[UF], ft_repasse[Orago APRENSOR]), CALCULATE(IF(SUM(ft_repasse[saldo]) < 0, 0, SUM(ft_repasse[saldo]))))
amitchandak
Super User
3 years agoAnonymous , try like
Sumx(sumamrize(ft_repasse[UF], ft_repasse[Orago APRENSOR]), CALCULATE(IF(SUM(ft_repasse[saldo]) < 0, 0, SUM(ft_repasse[saldo]))))
- Anonymous3 years agoNot applicable
it worked for me, thanks