Forum Discussion
gumis_rulez
Helper I
2 years agoSUMMARIZE giving wrong value
Hi, When I count distinct orderID's the result is 4924. When I use SUMMARIZE to create new table: Summary = SUMMARIZE(Orders, Orders[CustomerName], "Total Orders", DISTINCTCOUNT(Orders[OrderId]))...
- 2 years ago
Nothing special, some OrderIds correpsond to multiple customers,
ThxAlot
Super User
2 years agoNothing special, some OrderIds correpsond to multiple customers,