Forum Discussion

Rochejf's avatar
Rochejf
Frequent Visitor
3 years ago
Solved

Return yes when all rows are filled

Hi guys, I'm wondering whether this can be done in Powerbi?   Referring to the table below.   I have 3 sales orders each separate into different sales tasks. What I wish to do now is, when all sa...
  • ryan_mayu's avatar
    3 years ago

    Rochejf 

    you can create a new column

    Column = if(CALCULATE(count('Table (2)'[Sales Date]),ALLEXCEPT('Table (2)','Table (2)'[Sales Order]))=CALCULATE(count('Table (2)'[Sales Task]),ALLEXCEPT('Table (2)','Table (2)'[Sales Order])),"Y","N")