Forum Discussion

gianmarco's avatar
gianmarco
Helper IV
3 years ago
Solved

Display repeated values once

Dear All,

I have the following table [Table1]:

NameDateValue1Value2

Ninja

01/01/2021300250
Ninja01/01/2021200250

Samurai

01/01/2021

100

450
Samurai01/01/2021300450
Samurai01/01/2021400450

 

What I want to obtain is the following visual:

NameDateValue1Value2
Ninja01/01/2021500250
Samurai01/01/2021800450

 

which is:

- for VALUE1: SUM(Value1[Table1]

- for VALUE2: just count value2 once for each name and each date. I tried with sum of value2 and dividing it by countrows but I don't get the correct TOTAL.

 

Any suggestion?

4 Replies