Forum Discussion

jimb1955's avatar
jimb1955
Frequent Visitor
4 years ago
Solved

combining dax

PercITSS = ( [A. SumITSS] / [A. SumReq] ) * 100        //This is the primary measure   SumITSS = CALCULATE (     [A. CountITSS],     FILTER (         ALL ( DateTable ),         DateTable[...