Hi,
I am new to BI any help would be appreciated.
I have column Freight with duplicate values, i want to sum the unique Freight values. For example in this case Freight sum should be 65, if i had 65/65/67 then sum should be 65+67
Order Id | Amount | Freight |
---|---|---|
10480 | 1250 | 65 |
10480 | 1200 | 65 |
10480 | 11 | 65 |
I don't know whether to use Distinct or Context.
any help would be appreciated.
Thanks