Forum Discussion
shelbsassy
Resolver I
8 years agoPercent column calculation not working as expected
I am trying to replicate a dashboard from scratch by copying the formulas and so far I have 2 issues where the formula is not working. I posted what I thought would be a simple one here but it is ba...
- 8 years ago
I was able to create a measure using
Percent Measure Trend = DIVIDE(SUM('Trend'[MonthDays]),SUM('Trend'[Data Day]),0)
Then I got the amount:
Trended PMPM = ROUND([Percent Measure Trend] * [Actual PMPM],2)
Thanks for all the help!
julian2064
7 years agoNew Member
.