Forum Discussion
jorgeaon
3 years agoRegular Visitor
Distinct Count with sum
Hi Guys! I have a problem with distinctcount when use on table, in graphic work nice, but i need in table, i am using the following code: Contar Distintos = SUMX( VALUES('Esc Braden - saebra...
- 3 years ago
Hi, jorgeaon ;
You could try it.
Contar Distintos = SUMX( SUMMARIZE('Table',[NAME],"1", DISTINCTCOUNT('Table'[numatend])),[1])The final show:
Best Regards,
Community Support Team _ Yalan Wu
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
v-yalanwu-msft
3 years agoCommunity Support
Hi, jorgeaon ;
You could try it.
Contar Distintos = SUMX( SUMMARIZE('Table',[NAME],"1", DISTINCTCOUNT('Table'[numatend])),[1])
The final show:
Best Regards,
Community Support Team _ Yalan Wu
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.