The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredCompete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.
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?