Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
6 years ago

How to calculate row total

Hi All,

Here is another issue I am trying to solve. How to calculate this row totals to get the true sum.

 

 

 

Appreciate any help.

 

Best regards,

Sumit

6 Replies

  • Mariusz's avatar
    Mariusz
    Icon for Community Champion rankCommunity Champion

    Hi Anonymous 

     

    Can you provide your current DAX expression and what outcome you expect?

     

     

    Best Regards,
    Mariusz

    If this post helps, then please consider Accepting it as the solution.

    Please feel free to connect with me.
    LinkedIn

     

      • amitchandak's avatar
        amitchandak
        Icon for Super User rankSuper User

        Anonymous , I am giving a name of the column in "" and then when use it I use in [] . So we are creating the final total from row level. So try to force row-level formula to row-level, those are the group by's of summarize and then adding it up.

  • v-yingjl's avatar
    v-yingjl
    Icon for Community Support rankCommunity Support

    Hi Anonymous ,

    If you want to calculate sum of each row, you can just create a calculate column like:

    Row of sum = [column1] + [column2] + [column3] +... ,

    and put them in a table visual, you will get the sum of all row totals when enable totals in the table.

     

    Best Regards,
    Yingjie Li

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