Forum Discussion

gbarr12345's avatar
gbarr12345
Post Prodigy
2 years ago
Solved

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...
  • ray_aramburo's avatar
    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])