Forum Discussion

Bryanna's avatar
Bryanna
Icon for Helper II rankHelper II
3 years ago

Sum Total from different column result

Hi,

 

I am trying to create a measure that would sum the totals from each of these so i can add it in below and do additional measures off of this. When I try to just sum, it still breaks it out under each PO Number or Order Number instead of just creating 1 line showing 2,162. Any help is appreciated!

 

 

7 Replies

  • Here you go. I know I can just do the sum on the column subtotals but i need to use the qty in another calculation as well so really need it in a measure.

     
    PO or Order NumberPart Number
    1234567891205
    784553515472
    658745953485
    Total Qty2,162

     

    • AnthonyGenovese's avatar
      AnthonyGenovese
      Icon for Resolver III rankResolver III

      If you are trying to get the total quanity, it will look something like this.

       

      Calculate(Sum(PartNumber), All(PO or Order Number))

       

      If this post was helpful, please kudos or accept the answer as a solution.
      ~ Anthony Genovese
      Need more PBI help? PM me for affordable, dedicated training or consultant recomendations!

       

       

  • That didnt work. It still broke it out under each order number. Example below.

     

    PO or Order NumberPart Number
    1234567891205
    Total1205
    784553515472
    Total472
    658745953485
    Total485
    • AnthonyGenovese's avatar
      AnthonyGenovese
      Icon for Resolver III rankResolver III

      Can you send a screen shot of what you see? Using All should have removed the PO or Order Number Filter. And the fact that it isn't makes me think there is another filter being applied. 

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

    Hi Bryanna , you can try this:

    measure = CALCULATE ( SUM(Table[Field), ALL(Table) )
  • I hope this message finds you well. I've noticed that this solution remain unresolved. If any of you have managed to find a resolution to the issue, I kindly request that you share your solution for the benefit of the entire community. Alternatively, if you're still facing challenges, please do let us know as well.

    Your insights and updates will greatly assist others who might be encountering the same challenge.