Forum Discussion
Stuznet
7 years agoHelper V
Calculate 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
7 years agoCommunity Champion
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 %.
- Stuznet7 years agoHelper V
Greg_DecklerThank you so much for all your contributions and efforts to help other fellow users