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 want to tell 2 things of each id:
Sample table for demonstration:
id | date | action |
1 | 09/04/2019 12.55.24 | create |
2 | 09/04/2019 12.55.28 | create |
2 | 09/04/2019 12.55.32 | read |
2 | 09/04/2019 12.55.40 | read |
Solved! Go to Solution.
First read = CALCULATE(MIN(Table[date]), ALLEXCEPT(Table, Table[Id]), Table[Action]="read")
and
First read = CALCULATE(COUNTROWS(Table), ALLEXCEPT(Table, Table[Id]), Table[Action]="read")
First read = CALCULATE(MIN(Table[date]), ALLEXCEPT(Table, Table[Id]), Table[Action]="read")
and
First read = CALCULATE(COUNTROWS(Table), ALLEXCEPT(Table, Table[Id]), Table[Action]="read")
User | Count |
---|---|
12 | |
11 | |
8 | |
6 | |
6 |
User | Count |
---|---|
24 | |
19 | |
14 | |
10 | |
7 |