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
Hi everyone,
I am trying to understand the function for cumulative total, I am using this function :
Sales cumulate = calculate(
SUM(Table[Sales]);
Filter(ALL(DimDate);
DimDate[Date]<=MAX(DimDate[Date])))
I am trying to understand the filter so I tried with datesInPeriod something like :
Sales cumulate = calculate(
SUM(Table[Sales]);
DATESINPERIOD(DimDate[Date];MAX(DimDate[Date]);-12;MONTH))
It was working good, I had a cumulative sum, but when I try with datesbetween :
Sales cumulate = calculate(
SUM(Table[Sales]);
DATESBETWEEN(DimDate[Date];MIN(DimDate[Date]);MAX(DimDate[Date])))
The sum is not cumulative with datesbetween, it's like a sum(Table[Sales]) function.
Do you know why ?
Thank you ! 🙂
Regards,
Lovebo
User | Count |
---|---|
12 | |
11 | |
8 | |
6 | |
6 |
User | Count |
---|---|
25 | |
19 | |
14 | |
10 | |
7 |