Forum Discussion
gbarr12345
2 years agoPost Prodigy
Query on a calculation measure
Hello, I have a query on a measure that I wrote. I'm trying to create a measure that adds up numbers from 2 fields from 2 different tables. The fields are called '9LE' from the Module Sa...
- 2 years ago
I don't see an issue but check the rounding on both sums. Or change it to BC& Tas 9LE = SUM( 'Module Sales with Inventory'[9le]) + SUM('Warehouse Data Tasman'[9LE])
ray_aramburo
2 years agoSuper User
I don't see an issue but check the rounding on both sums. Or change it to BC& Tas 9LE = SUM( 'Module Sales with Inventory'[9le]) + SUM('Warehouse Data Tasman'[9LE])
- gbarr123452 years agoPost Prodigy
Ah yes apologies, it seems it was a rounding issue.
All sorted now thank you,
Thanks for your response!
- danextian2 years agoSuper User
Also, do as ray_aramburo suggested. I dont see a need to use SUMX when you're simply summing the whole column.
- gbarr123452 years agoPost Prodigy
Perfect thank you. Will do.