Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
4 years ago
Solved

IF ELSE?

Hello,   My IF ELSE is not working. Is there any alternative for this?   Can someone help me create a logic that will classify POR column, it is a calculated column which i would need to divide i...
  • ryan_mayu's avatar
    ryan_mayu
    4 years ago

    Anonymous 

    if you want to filter , you can change the column to 

    POR 300 CUTOFF = IF(CALCULATE(sum(Table1[POR]),ALLEXCEPT(Table1,Table1[Project Number]))>300000,"high","low")

    and use that column in the slicer visual