Forum Discussion

Oros's avatar
Oros
Post Prodigy
4 years ago
Solved

If, else

Hello,   I have this 1 table that I would like to create an IF, ELSE column (or a measure) to replace the REGULAR PRICE   ITEM REGULAR PRICE DISCOUNTED BANANA $5   APPLE $10   M...
  • vojtechsima's avatar
    4 years ago

    Hi, Oros 
    as Column 

    IF ( 'Table'[ISDISCOUNTED] = "YES", 1, 'Table'[REGULAR])