Forum Discussion

johndolan2's avatar
johndolan2
Resolver I
4 years ago
Solved

Sum based on a condition

Hi fumbling and hoping for some help. The examples I have looked at have not helped. ...  In the table below I am trying to sum for the city, based on the component. So NYC total would be 10 and the Tulsa total would be 6. The overall cost of Service # A equals 16. I will be using a slicer to select the city. Service # equals a single product. Components are all part of that single product. 

 

Any help would be very much appreciated.  Thanks, John

 

SERVICE #COSTCOMPONENTCITY
A5Z PARTNYC
A1A PARTTULSA
A5Z ADD ONNYC
A5A ADD ONTULSA

4 Replies

    • johndolan2's avatar
      johndolan2
      Resolver I

      Absolutley - The result for NYC would be 10. And the result for Tulsa would be 6. I only need to be able to show these on a card. So on my report page if I selected NYC on my city slicer, my card visual for NYC would show the number 10. John

      • Anonymous's avatar
        Anonymous
        Not applicable

        A simple Sum measure should do the needful.

        SUM of Cost = SUM(#Cost)

        If you use above measure in a card and then try to slice by city or service, you should get the desired result.