Forum Discussion
Stuznet
Helper V
7 years agoCalculate Difference Total
Hi all, The problem I ran into I want to divide Actual Start over Plan Start (Actual Start divide Plan Start) This is the calculated Actual Start Total, thanks to Greg_Deckler https://commun...
- 7 years ago
I may be incorrect, but I am thinking that you could create a new measure like:
Total Finish % = DIVIDE([Actual Start],[Plan Start],BLANK())
Should work in the context of ALL (total row) and individual rows. You would format it as a %.
Greg_Deckler
Community Champion
7 years agoI may be incorrect, but I am thinking that you could create a new measure like:
Total Finish % = DIVIDE([Actual Start],[Plan Start],BLANK())
Should work in the context of ALL (total row) and individual rows. You would format it as a %.
Stuznet
Helper V
7 years agoGreg_DecklerThank you so much for all your contributions and efforts to help other fellow users