Forum Discussion

Pikachu-Power's avatar
Pikachu-Power
Impactful Individual
5 years ago
Solved

Difference between two measures/rows

Hello,   I have following measure:   FC = SUMX ( PLANTABLE, SWITCH ( TRUE (), PLANTABLE[Quarter] = 1, if( PLANTABLE[KNT] = "SbA" && PLANTABLE[Lay] = "FCI" , PLANTABLE[Value],blank()), PLA...
  • Pikachu-Power's avatar
    Pikachu-Power
    5 years ago

    Something is wrong. What is Lay = "FC"? FC is the name of the measure. For Lay we have the entries Ist, FCI, FCII, FCIII, FIIII. 

     

    I think the best way is a PIVOT before. Makes it easier.