Hello I actually found my answer.
in mTbl i added the line
, "_Tot_Qty_Subgroup", calculate(sum(Table1[Quantity]), ALLEXCEPT(Table1, Table1[Date], Table1[Main Group],Table2[Subgroup]))
This was not working when i added a column in mTbl2.