Advance your Data & AI career with 50 days of live learning, dataviz contests, hands-on challenges, study groups & certifications and more!
Get registeredGet Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Learn more
Hello I hope you can help me, I need to obtain the percentage difference of the total of a distinctive count against the distinctive count per client or failing to obtain the total in a field of the distitive count to then make some variables with that data: in the example we see that the total of the distinctive count in 370, I need that data to do several things with it.
@Syndicate_Admin Try:
Measure =
VAR __Table = SUMMARIZE('Table',[Cliente],"__Value",[CiRUGiA AMBULATORIA])
VAR __Result = SUMX(__Table,[__Value])
RETURN
__Result
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
Check out the October 2025 Power BI update to learn about new features.