Forum Discussion
Jamesp435
3 years agoAdvocate I
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...
- 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.
- 3 years ago
Nice one Zhangti. Thanks
v-zhangti
3 years agoCommunity Support
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.