Forum Discussion

Raul's avatar
Raul
Post Patron
8 years ago

Measure IF Function

Hello everyone. I have the following data model:     And the following measure: Invoiced = VAR        LinT1= CALCULATE(SUM(T1[Import]); T1[Type]=1) VAR       LinT2 = CALCULATE(SUM(T...