Two separate tables by month. I need to use the monthly amount from table 1 with the monthly total in table 2 for a frequency calculation.
This expression retrieves the last months total from table1.
=(SUM(Fields!ClaimCount.Value) / SUM(Fields!InsCnt.Value,"ds_Table1"))
Is there a way to calculate this and match the months for each table?