Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
2 years ago
Solved

Measure not working?

I have my measure:   DIVIDE (    SUM(Fact[Hours])  -   CALCULATE (SUM( Fact[Hours2]) ,  ALL(Fact) ,  Fact[Type]="D" ),    SUM(Fact[Hours]) )     It works fine.   But now I want to use it i...