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!Calling all Data Engineers! Fabric Data Engineer (Exam DP-700) live sessions are back! Starting October 16th. Sign up.
Dear colleagues !
Please could you help me with DAX Mesure that can allow me to have number of each service
Solved! Go to Solution.
Dear @dharmendars007
Thank you for this proposition; but the Distinct Count should be based on the ID column insteand of service.
So, below is the solution:
Number of Mental Health =
Hello @dofrancis3 ,
Please try the below measures..
Number of Legal Assistance =
CALCULATE(
COUNT('Dataset'[Service]),
'Dataset'[Service] = "Legal assistance")
Number of Mental Health =
CALCULATE(
COUNT('Dataset'[Service]),
'Dataset'[Service] = "Mental health")
Number of Family =
CALCULATE(
COUNT('Dataset'[Service]),
'Dataset'[Service] = "Family")
If you find this helpful , please mark it as solution which will be helpful for others and Your Kudos/Likes 👍 are much appreciated!
Thank You
Dharmendar S
Dear @dharmendars007
Thank you for this proposition; but the Distinct Count should be based on the ID column insteand of service.
So, below is the solution:
Number of Mental Health =
Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes!
Check out the October 2025 Power BI update to learn about new features.
User | Count |
---|---|
12 | |
11 | |
10 | |
9 | |
8 |