Forum Discussion

qwertzuiop's avatar
qwertzuiop
Advocate III
6 years ago
Solved

Check if number is between statement

Dear PowerBI Community   First of all: Good luck for 2020!   I have the following question: I want to create a calculated column that returns me a specific string.   IF 0 Break 1 Br...
  • az38's avatar
    6 years ago

    Hi qwertzuiop 

    is it ok?

    Column = IF(
    [Column] > 3 && [Column] < 22,
    "NoBreak",
    "Break"
    )

     

    do not hesitate to give a kudo to useful posts and mark solutions as solution