Forum Discussion
Augustas-ase
3 years agoHelper II
Formula
how to calculate and get percentages in a column?
Augustas-ase
3 years agoHelper II
yes
BIswajit_Das
3 years agoImpactful Individual
You can do that by
Modify your formula to
calculate (
expression,
filter(table,table[monthcol] = eariler(table[monthcol]))
)