Forum Discussion
Anonymous
5 years agoNot applicable
Divide SUM values from 2 tables (with date table/reference)
Hi, I have a table which shows SUM values from 2 different tables - I would like to calculate: Delta Date / Tons The data have a Calender table as common reference, How would I calcula...
PhilipTreacy
Super User
5 years agoHi Anonymous
Create a measure
Measure = DIVIDE( SUM('DataLog'[Delta Data]), SUM('THA_JWIOVN'[Tons]))Regards
Phil