Forum Discussion

3 Replies

  • Anonymous's avatar
    Anonymous
    Not applicable

    Hi  razan_5r5 ,

    I created some data:

    Add [amount1] and [amount2]

    Here are the steps you can follow:

    Create calculated column.

    Sum_Column = 'Table'[amount1] + 'Table'[amount2]

    Create measure.

    Sum_Measure = SUM('Table'[amount1])+SUM('Table'[amount2])

     

    Best Regards,

    Liu Yang

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

  • Anonymous's avatar
    Anonymous
    Not applicable

    Hi, 

    you can use 

    CALCULATE(sum(Table1[cost]), ALLEXCEPT(Table1,Table1[city ]))
     
    Hope it will help you.
    Please mark it as solution if you got your answer