Forum Discussion

gumis_rulez's avatar
gumis_rulez
Icon for Helper I rankHelper I
2 years ago
Solved

SUMMARIZE 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]))
I receive a table, which sum of Total orders gives 4941.
 
What is wrong?