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
Hello,
I have two tables, joined by case number
1st table
case number | response time |
a | 10 |
a | 15 |
a | 20 |
b | 5 |
b | 8 |
2nd table
case number | response time |
a | smallest value of first table |
b | smallest value of first table |
I have tried using the MIN function but it returns the min value of the 1st table regardless the case number. Instead I need it for each case number.
Do you know how to do this?
Thank you!!
Solved! Go to Solution.
@lucaricci90
Youy can use
MINX ( RELATEDTABLE ( table1 ), table1[response time] )
@lucaricci90
Youy can use
MINX ( RELATEDTABLE ( table1 ), table1[response time] )
User | Count |
---|---|
12 | |
11 | |
8 | |
6 | |
6 |
User | Count |
---|---|
25 | |
19 | |
14 | |
10 | |
7 |