Forum Discussion
chestercas
Helper I
3 years agoDistinct Count with true/false
Hi, I have a table with custumer and a percent value. I want to calculate the number of custumer who is under 50%. My goal is to create a card graph, with this total. I tried many measure (coun...
mlsx4
Memorable Member
3 years agoHave you tried with:
bour=
COUNTROWS(
SUMMARIZE(
FILTER(DATA_BRMC,_txfac>0.5),
DATA_BRMC[Nom prénom CC]
)chestercas
Helper I
3 years agoHi,
Thanks for your help ! it doesn't work. I have empty result to. 😞