Forum Discussion
Anonymous
5 years agoNot applicable
Count where Rank=1
Hi, I'm looking for a way to make the following analysis work: There is a slicer with Product selection. When specific products are selected, I need one measure (#customers) to show the numbe...
- 5 years ago
Hi, Anonymous , you might want to try new measures I authored again. (I attached a new file for it)
CNENFRNL
Community Champion
5 years agoHi, Anonymous , you might want to try new measures I authored again. (I attached a new file for it)
Anonymous
5 years agoNot applicable
That was it - I could make the CountRank1 work by recreating your '# Customers overlap' logic and inserting condition in there:
IF( [Product rank] = 1, [Product overlap] +0, 0 )
Thanks! Appreciate your help a lot.