The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
Hi @TijmenJDekkers ,
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?