Forum Discussion
fosterXO
3 years agoFrequent Visitor
Non intuitive total
Hi, Im having a logic doubt problem that I hope you can help with. I have a column with Orders, Distinct Customer, Orders per Distict Customer. orders = SUMX(Orders,Orders[Count]) distict Cu...
FreemanZ
Super User
3 years agohi fosterXO
it is not intuitive , because distinctcount is semi-additive, or because one Customer_code could present at multiple months, but it is counted once only in Year 2022. Make sense?
fosterXO
3 years agoFrequent Visitor
Yes, the question would be how to show something that is more intuitive for users. Maybe an average?