We're giving away 30 tickets for FREE! Share your story, your vision, or your hustle and tell us why YOU deserve a ticket.
Apply nowWin a FREE 3 Day Ticket to FabCon Vienna. Apply now
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 |
---|---|
13 | |
12 | |
8 | |
8 | |
6 |
User | Count |
---|---|
28 | |
19 | |
13 | |
11 | |
7 |