Forum Discussion

android1's avatar
android1
Icon for Post Patron rankPost Patron
10 years ago
Solved

Custom Formula IF > 50

Hi,   i want to insert a new custom column if the vales contained in column Count Scheduled Hrs are > 50. I'm using =[Count Scheduled Hrs]>50 in a custom column formula but the results are FALSE. ...
  • v-qiuyu-msft's avatar
    v-qiuyu-msft
    10 years ago

    Hi android1,

     

    In your scenario, you can create a new column based on the DAX function like below:


    = IF([Count Scheduled Hrs]>50,[Count Scheduled Hrs],BLANK())

     

    Please refer to the screenshot below:

     


    Reference:

    IF Function (DAX)


    If you have any question, please feel free to ask.

     

    Best regards,
    Qiuyun Yu