Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
4 years ago
Solved

Filtering based on several columns

I have some data structured as below - rows are individuals; each individual can belong to one or more of teams A through D, and each invidual has a certain number of clients. I'd like to create a sl...
  • amitchandak's avatar
    4 years ago

    Anonymous , Try a measure like

    AverageX(Summarize(Table, Table[PERSONID], [NCLIENT]), [NCLIENT])