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
As you can see I filtered only for Case 1 but this repeats itself for every case (some even havy the same Process 10x or so).
I already calculated the Duration by Case ID so every Process added up and now I want the Median of every Duration by Case ID .
It would be a huge help because I am new to Power BI and dont know how to master this.
Kind Regards
[Median Duration] := var __caseId = Table[case] RETURN MEDIANX( FILTER( Table[Duration], Table[case] = __casedId ), Table[Duration] )
This is not a measure. It's a calculated column. Table is the name of the second table where 'case' sits.
Best
Darek
User | Count |
---|---|
13 | |
8 | |
8 | |
7 | |
5 |
User | Count |
---|---|
21 | |
15 | |
15 | |
10 | |
7 |