Forum Discussion
Anonymous
7 years agoNot applicable
Show unique values per customer
Hello, i want to show the UNique value in a column chart and do a sum on unique value per customer Imagine this table CustomerID | Product | Price 1 Apples $5 ...
v-piga-msft
Resident Rockstar
7 years agoHi Anonymous ,
I still have a little confused about your desired column chart.
What is the unique value?
If you want to calculate the price per customer, you could try the measure below.
sum on unique value per customer = CALCULATE(SUM(Table1[Price]),ALLEXCEPT(Table1,Table1[CustomerID]))
Here is the output.
If you still need help, please share your desired output so that we could help further on it.
Best Regards,
Cherry