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.
Hi,
I need some help with a new measure please.
I need to calculate the number of countries 'Contact' [address1:country} my [event participants] are from.
Thanks
@hpayne93 , Not very clear
but a measure like below can help
distinctcount( 'Contact' [address1:country])
or
countrows(summarize('Contact', 'Contact' [address1:country]) )
or
countrows(summarize('Contact', 'Contact' [address1:country], 'Contact' [event participants]) )
or you can fact and dimensions in summarize
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.