Skip to main content
Announcements
July 15, NEW Customer Portal: Initial launch will improve how you submit Support Cases. IMPORTANT DETAILS
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))