Forum Discussion
Insurance triangle
- 8 years ago
Try this
Measure = CALCULATE([Value],FILTER(ALL('DevelopmentPeriods'),
DevelopmentPeriods[DevelopmentPeriodKey]<=MAX(DevelopmentPeriods))) * DIVIDE([Value],[Value])
Incredible... thank you so much for the solution and amazingly quick response!!??
You don't know how long I'm spent looking at this.
Very much obliged.
AnonymousI'm glad it worked out, I love PowerBI community. Feel free to reach out for any future questions. Cheers!!!
- Anonymous8 years agoNot applicable
Thanks again for the answer, however since nothing is straight forward I have a slight problem with the solution.
Below is a slightly different example, where the value (In Orange) has not changed in a period so the Cumulative Values stays the same.
These values are now (on the right) understandably blank, is there any way to prevent this from happening until we reach the Current Months Development period?
Many thanks in advance
- parry2k8 years agoSuper User
Please use relative date filter and remove divide calculation with total
- Anonymous8 years agoNot applicable
Thanks, tried that, but now values contine to end of development periods as before:
Running Total = CALCULATE([Value],FILTER(ALL('DevelopmentPeriods'),DevelopmentPeriods[DevelopmentPeriodKey]<=MAX(DevelopmentPeriods[DevelopmentPeriodKey])))Is there a way to restrict what they develop to by a dynamic date.
I believe The ALL() Filter set this to all periods?
Thanks again!