Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount now.
Hello, I would like to count the number of "clients indépedants" who have at least 1€ of "CA N". The “CA N” is a measuring table. Can you help me? THANKS
Hello, thank you for your feedback but the result is “empty”
Hi @Anonymous ,
What is data type of "CA N"? Please check it's data type is number. If the result is still blank, I recommend that you provide a pbix file (which does not contain sensitive data) or a demo file with the same problem. This will help us to investigate the issue better.
Best regards,
Mengmeng Li
Hi @Anonymous ,
Here is another method for your reference. You can show the result on a Card.
Measure = COUNTROWS(FILTER(Table,[CA N]>=1))
Thanks for @Gabry reply, that's really helpful!
Best regards,
Mengmeng Li
Hello @Anonymous ,
based on the info you provided the measure could look like this:
Measure N.client=Calculate(distinctcount('Your table'[clients independent]), sum('your table'[CA N])>1)
User | Count |
---|---|
15 | |
9 | |
8 | |
6 | |
5 |
User | Count |
---|---|
30 | |
19 | |
12 | |
7 | |
5 |