Forum Discussion

davidson929's avatar
davidson929
Regular Visitor
8 years ago
Solved

Sum Like Values from Differing Columns

Hello,

 

I am trying to sum like values from different columns across multiple records. I can't seem to figure out to how to get them to sum all together.

 

Here is an example data set:

Record ID          Category #1    Category #2     Category #3    Category #4    Record Count

1AB  1
2B   1
3BDF 1
4BB  1
5C   1
6CE  1
7CEE 1
8CBCC1
9CCCB1
10CF  1

 

What I am trying to do in PowerBI is return a value that displays the sum total like so:

A = 1

B = 7

C = 10

 

I would like this displayed in a graph if possible as well. Any help would be appreciated.

  • One option would be to unpivot your Category columns using the Power Query Editor 

    1. Click Edit Queries
    2. Select all Category columns
    3. Go to the Transform tab and click "Unpivot Columns"

     

    This will take your table that currently looks like this:

     

    And turn it into this:

     

    You can now create a visual and simply drop the "Value" column (or whatever you end up naming it) into both the Axis (or legend) and Value fields (Count of Value).  Finally, just filter the visual to not include records where the value is blank.

     

1 Reply

  • drewlewis15's avatar
    drewlewis15
    Solution Specialist

    One option would be to unpivot your Category columns using the Power Query Editor 

    1. Click Edit Queries
    2. Select all Category columns
    3. Go to the Transform tab and click "Unpivot Columns"

     

    This will take your table that currently looks like this:

     

    And turn it into this:

     

    You can now create a visual and simply drop the "Value" column (or whatever you end up naming it) into both the Axis (or legend) and Value fields (Count of Value).  Finally, just filter the visual to not include records where the value is blank.