Supplies are limited. Contact info@espc.tech right away to save your spot before the conference sells out.
Get your discountScore big with last-minute savings on the final tickets to FabCon Vienna. Secure your discount
I have created a rolling total measure -
Hello @bhavnachalise15,
Can you please try modifying the measure for tooltip compatibility:
RT =
VAR _EndDate =
IF(
HASONEVALUE(dimCalendar[Period]),
MAX(dimCalendar[Period]),
LASTDATE(dimCalendar[Period])
)
VAR Amt =
CALCULATE(
Count Measure,
FILTER(
ALLSELECTED(dimCalendar),
dimCalendar[Period] <= _EndDate
)
)
Var Final =
IF(ISBLANK(Count Measure), BLANK(), Amt)
RETURN
Final
Should you require any further assistance, please do not hesitate to reach out to me.
No This isn't working for rolling total.
User | Count |
---|---|
13 | |
8 | |
8 | |
7 | |
5 |
User | Count |
---|---|
21 | |
15 | |
15 | |
10 | |
7 |