Skip to main content
Announcements
SYSTEM MAINTENANCE: Thurs., Sept. 19, 1 AM ET, Platform will be unavailable for approx. 60 minutes.
cancel
Showing results for 
Search instead for 
Did you mean: 
Ronald
Contributor III
Contributor III

Sum without Duplicated

Hi, I want sum column Prescripciones, but my table have duplicated values.

 

Duplicados.PNG

1 Reply
nzlysenko
Contributor II
Contributor II

If you want to sum value without Mercado dimension in the component, you can use Aggr function to sum distinct [Presripciones]  by [Mercado]  and then get total sum:

Sum(Aggr(Sum(distinct Presripciones), Mercado))