Forum Discussion
Augustas-ase
3 years agoHelper II
Formula
how to calculate and get percentages in a column?
BIswajit_Das
3 years agoImpactful Individual
You can do that by
Modify your formula to
calculate (
expression,
filter(table,table[monthcol] = eariler(table[monthcol]))
)
Augustas-ase
3 years agoHelper II
what should it look like when you put it in this formula?
Sales =
VAR _total = sum('Planam'[Sales 2022])
return
_total