Forum Discussion
chestercas
3 years agoHelper I
Distinct 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
3 years agoMemorable Member
Have you tried with:
bour=
COUNTROWS(
SUMMARIZE(
FILTER(DATA_BRMC,_txfac>0.5),
DATA_BRMC[Nom prénom CC]
)chestercas
3 years agoHelper I
Hi,
Thanks for your help ! it doesn't work. I have empty result to. 😞