Forum Discussion

ccyangdi's avatar
ccyangdi
Microsoft Employee
6 years ago
Solved

Strange result for ALLEXCEPT

script for the 4 measures are as below: TotalIdByVersion = CALCULATE(DISTINCTCOUNT(Demo[Id]), ALLEXCEPT(Demo, Demo[Version])) TotalIdByVersionAndTime = CALCULATE(DISTINCTCOUNT(Demo[Id]), A...