Hello,
I want to create running totals within my cube for one of the distinct count measure that I have
And following table shows my measures and required running total measure values.
“Unique Users” measure is distinct count measure of users.
And “RunningUU” measure is just sums the numbers, but it should be distinct count of users.
My goal is to create running values similar to “Actual Running Total should be” measure in the following list.
And these running totals should display for all members in my time dimension.
Row Labels | Unique Users | RunningUU | Actual Running Total Should be |
FY08 | 8658 | 8658 | 8658 |
FY09 | 51175 | 59833 | 57000 |
FY10 | 62914 | 122747 | 85000 |
FY11 | 93702 | 216449 | 130000 |
FY12 | 119264 | 335713 | 190000 |
FY13 | 124156 | 459869 | 220000 |
FY14 | 93493 | 553362 | 268549 |
FY15 | 553362 | 268549 | |
Grand Total | 268549 | 268549 | 268549 |
Please let me know if anyone knows creating running totals for distinct count measures with time dimension.
Sateesh Maduri