Forum Discussion
Augustas-ase
Helper II
3 years agoFormula
how to calculate and get percentages in a column?
Augustas-ase
Helper II
3 years agoall i get 100%
Augustas-ase
Helper II
3 years agohow to make, for example, that '2sale2s2' is calculated for each month 100% for each month, instead of for the whole year
- BIswajit_Das3 years ago
Impactful Individual
Hello Augustas-ase, So you want the percentage to calculated by each month!!!
- Augustas-ase3 years ago
Helper II
yes
- BIswajit_Das3 years ago
Impactful Individual
You can do that by
Modify your formula to
calculate (expression,
filter(table,table[monthcol] = eariler(table[monthcol]))
)