Forum Discussion

cretak's avatar
cretak
Frequent Visitor
1 year ago
Solved

Create new column based on multiple conditions from a related table

Hi all,   I am currenlty learing PowerBI and also attending training classes. Therefore, coming across more and more use cases. One of which I struggle right now on how to solve it. I hope someone ...
  • dufoq3's avatar
    1 year ago

    Hi cretak , add this as Custom Column in Project Table:

     

    Table.SelectRows(#"Project Member", (x)=> x[isLead] = "Yes" and x[project id] = [project id]){0}?[name]?