Forum Discussion
Syndicate_Admin
3 years agoAdministrator
Total Distinctive Count
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 ...
Greg_Deckler
3 years agoCommunity Champion
Syndicate_Admin Try:
Measure =
VAR __Table = SUMMARIZE('Table',[Cliente],"__Value",[CiRUGiA AMBULATORIA])
VAR __Result = SUMX(__Table,[__Value])
RETURN
__Result