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...
amitchandak
Super User
5 years agoAnonymous , Try a measure like
divide(Sum(data_log[Delta Date]), sum(THA_JWIOVN[Tons]))