Forum Discussion

Jamesp435's avatar
Jamesp435
Advocate I
3 years ago
Solved

Splitting out from a multi-select dropdown...

Hi team Forgive me for finding the right words for this but here goes.  The data contains a list of projects.  Against each project there is a column called colours (it actually countries).  Each pr...
  • v-zhangti's avatar
    3 years ago

    Hi, Jamesp435 

     

    You can try the following methods.
    In the Power Query:

    Then:

    Count = CALCULATE(COUNT('Table'[Colours]),ALLEXCEPT('Table','Table'[Colours]))

    Measure = CALCULATE(COUNT('Table'[Colours]),ALLEXCEPT('Table','Table'[Colours]))

    Is this the result you expect?

     

    Best Regards,

    Community Support Team _Charlotte

    If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

     

  • Jamesp435's avatar
    3 years ago

    Nice one Zhangti.  Thanks