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 @rohazi
try to add a column like this:
Diff2 =
VAR _time = [Time]
VAR _date = [Date]
VAR _table =
FILTER(TableName, TableName[Date] = _date)
VAR _maxtime =
MINX(
FILTER(
_table,
TableName[Time] > _time
),
TableName[Time]
)
VAR _totalpre=
MAXX(
FILTER(
_table,
TableName[Time] =_maxtime
),
TableName[total]
)
RETURN
[Total] - _totalpre
it worked like this:
hi @rohazi
try to add a column like this:
Diff2 =
VAR _time = [Time]
VAR _date = [Date]
VAR _table =
FILTER(TableName, TableName[Date] = _date)
VAR _maxtime =
MINX(
FILTER(
_table,
TableName[Time] > _time
),
TableName[Time]
)
VAR _totalpre=
MAXX(
FILTER(
_table,
TableName[Time] =_maxtime
),
TableName[total]
)
RETURN
[Total] - _totalpre
it worked like this:
69706 -58277
60706 - 58277
yes
User | Count |
---|---|
12 | |
11 | |
8 | |
6 | |
6 |
User | Count |
---|---|
25 | |
19 | |
14 | |
8 | |
7 |