Forum Discussion

BSM1985's avatar
BSM1985
Icon for Helper IV rankHelper IV
5 years ago
Solved

Boolean Output using Calculated Measure

Hi Team,   Below is my data set. I have 2 calculated measures. Please advice how to achieve CALCULATED MEASURE 2 CALCULATED MEASURE 1:  Max of COLUMN C by COLUMN A and COLUMN B   CALCULATED MEA...
  • ryan_mayu's avatar
    5 years ago

    BSM1985 

    can we create two columns for this?

    Column = CALCULATE(MAX('Table'[C]),ALLEXCEPT('Table','Table'[A],'Table'[B]))
    
    Column 2 = if('Table'[C]='Table'[Column],True,FALSE)