The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredCompete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.
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!