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 @Anonymous ,
We can use the following measure to meet your requirement.
% begeleiding =
DIVIDE (
CALCULATE ( [# Distinct Active customers]),
CALCULATE (
SUMX (CALCULATETABLE( VALUES ( 'Table'[Categorie] ),ALLSELECTED('Table')), CALCULATE([# Distinct Active customers]))
)
)
Then we can get the result like this,
Best regards,
Hi,
Thanks for helping! Only thing is that It also returns the same (91%, instead of 84%) as i get from my measure..
I added your measure and then filtered the visual for the 2 categories.
Did i do something wrong?
Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes!
Check out the September 2025 Power BI update to learn about new features.