Forum Discussion
Calculated Column ( Order of Calculation trouble )
- 5 years ago
In the actual formula, you are missing parenthesis as used in your following manual calculation so the order of calculation would be different.
(edge_width*2-thickness)*thickness*length*0.0075*quanity
In the actual formula, you are missing parenthesis as used in your following manual calculation so the order of calculation would be different.
(edge_width*2-thickness)*thickness*length*0.0075*quanity
- gauravsukhadia5 years agoFrequent Visitor
But if I put parenthesis then If the formula assumes calculation is over and state the next parameter you know what I mean.
- gauravsukhadia5 years agoFrequent Visitor
Sorry, my bad I wasn't putting both parenthesis so it was showing the wrong result. You are the man, your solution worked.
- Anonymous5 years agoNot applicable
use DAX Formatter , just paste your code, it will format and inform where you are missing parenthesis.
happy learning 🙂