Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
3 years ago
Solved

Validating Combination between two columns

Hi there, dumb question... I have a table with columns "Class" and "Tag". I'd like to get a measure (or a calculated column) called validation... the validation would be: if 'Class' = Vessel and 'Ta...
  • Idrissshatila's avatar
    3 years ago

    Hello Anonymous ,

     

    use the following as Calculated Column 

    Validation = IF('Table'[Class] = "Vessel" && 'Table'[Tag] = "V",1,0)

     

    If I answered your question, please mark my post as solution, Appreciate your Kudos 👍

    Follow me on Linkedin