Forum Discussion

abgnfirdaus's avatar
abgnfirdaus
Helper I
4 years ago
Solved

count test frequency

Hello there. I need help for my problem here. Let say the table is below: Date tested Equipment no. Red cable  Yellow cable Blue cable 24/2/2019 TRU1 0.1 0.1 0.1 25/2/2019 TRU2 0....
  • Samarth_18's avatar
    4 years ago

    HI abgnfirdaus ,

     

    Create a column with below code just in case if any of the column is blank 

    Column = COALESCE('Table'[Red cable ],'Table'[Yellow cable],'Table'[Blue cable])

    then use this new column as count on your visual

    output:-

     

    Thanks,

    Samarth