Supplies are limited. Contact info@espc.tech right away to save your spot before the conference sells out.
Get your discountScore big with last-minute savings on the final tickets to FabCon Vienna. Secure your discount
Hello,
This is probably a very easy calculation but I cant seem to get it to work.
I am trying to sum the lines of distinct order number.
So it should be
Order Number = 2
Lines = 15
Thanks!
Solved! Go to Solution.
Hi @smireles , try this:
Sum of orders = CALCULATE(Sum(Table [Lines]),ALLEXCEPT(Table ,Table [Order Number]))
Let me know if you have any questions.
If this solves your issues, please mark it as the solution, so that others can find it easily. Kudos are nice too.
Nathaniel
Proud to be a Super User!
Hi @smireles , try this:
Sum of orders = CALCULATE(Sum(Table [Lines]),ALLEXCEPT(Table ,Table [Order Number]))
Let me know if you have any questions.
If this solves your issues, please mark it as the solution, so that others can find it easily. Kudos are nice too.
Nathaniel
Proud to be a Super User!
User | Count |
---|---|
12 | |
11 | |
8 | |
6 | |
6 |
User | Count |
---|---|
24 | |
19 | |
14 | |
10 | |
7 |