Forum Discussion

ukare1996's avatar
ukare1996
Helper I
3 years ago
Solved

Countrows containing

Hi, I will try and explain this in the best way possible. I have some columns that within each row they might have different options which are semicoloun separated.  Take for example the below col...
  • amitchandak's avatar
    3 years ago

    ukare1996 , try like

     

    Monitor 1 - TEST =
    COUNTROWS(
    FILTER('Network (Test)',
    Containsstring('Network (Test)'[Monitor 1 - Action] , "GM installed following NPO visit/advice")
    || Containsstring('Network (Test)'[Monitor 1 - Action] , "GM (ADDITIONAL) installed following NPO visit/advice")
    || Containsstring('Network (Test)'[Monitor 1 - Action] ,"GM UPGRADED following NPO visit/advice")
    ))

     

     

    CONTAINSSTRING and CONTAINSSTRINGEXACT: https://www.youtube.com/watch?v=XbgLGDvWdWQ&list=PLPaNVDMhUXGaaqV92SBD5X2hk3TMNlHhb&index=44