Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
5 years ago
Solved

Table Subtotal

[Edited] Hi All, sorry for the confusion.   Currently I have this Measure 3 which is able to return the correct value for each country (SG is the sum of Local). However, the grand total is incorre...
  • v-henryk-mstf's avatar
    5 years ago

    Hi Anonymous ,

     

    Try the following formula: 

    Measure = SUM('Table'[International]) + SUM('Table'[Local])

     


    If the problem is still not resolved, please provide detailed error information and let me know immediately. Looking forward to your reply.

    Best Regards,
    Henry

    If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.