Forum Discussion
joshua1990
Post Prodigy
3 years agoSUMX wrong Subtotal
Hi all!
I have a simple calculation of #Orders * Price. This data is displayed on a matrix visual with all articles. We receive a Subtotal for each department but it seems to be wrong.
I tried th...
- 3 years ago
Revenue = SUMX(VALUES('Master'[Article]), CALCULATE(COUNTROWS('Orders')) * [Price])
wdx223_Daniel
Community Champion
3 years agoRevenue =
SUMX(VALUES('Master'[Article]), CALCULATE(COUNTROWS('Orders')) * [Price])