Hey guys,
situation is the following:
I have a sales-table containing the following columns
- Ordernumber
- Product
- Price
- Quantity
- Linetotal
The linetotal represents 'Price * Quantity' for that individual product in the specific order.
It is possible for 1 ordernumber to contain multiple products and therefore also multiple linetotals.
How do I calculate the order total (so add up all linetotals per ordernumber) using a DAX measure?
Thanks!
~ Niels