Forum Discussion

razieh1990's avatar
razieh1990
Icon for Helper I rankHelper I
2 years ago
Solved

total value be shown only

Hello

I created a matrix whose column is cities (A, B, C,) and the rows are the list of stations ( AA, BB, CC), and the value is the sale amount per city and station.

I want to add another value: the total sale quantity per station for all cities in the matrix.

so the matrix looks like this visualized below:

 

 

What I want :

I want to show the sale Amount per city and satation but I want to only display the total sale quantity per station and all cities instead of sale quantity per city and station .

below matrix I want to create , and need your advise how to create it in power bi:

 

4 Replies

    • razieh1990's avatar
      razieh1990
      Icon for Helper I rankHelper I

      Hello tamerj1 

      Thanks for your solution.

      Is it possible to modify the solution you provided and calculate not only sum(sale quantity) but also sum ( sale amount) when it is not in the scope of city as total? 

      I mean now we have one column as total quantity at the end of matrix but I want to add total amount as well. 

      Do you think it is possible?