Forum Discussion
Anonymous
8 years agoNot applicable
Insurance triangle
I'm using a matrix to display a triangle. The triangle is cumulative and currently extends to the maximum developmentperiodkey. This is all well and good but I want it to blank /hide/not ...
- 8 years ago
Try this
Measure = CALCULATE([Value],FILTER(ALL('DevelopmentPeriods'),
DevelopmentPeriods[DevelopmentPeriodKey]<=MAX(DevelopmentPeriods))) * DIVIDE([Value],[Value])
Vmpbi
2 years agoFrequent Visitor