Forum Discussion

acbg's avatar
acbg
Resolver III
7 years ago
Solved

Graph two columns on same axis

Have a scenario where we want to display two different columns on same bar graph:

 

One column has Sales Rep and the other column has Sales Manager.

 

We want to see on the same bar graph both Sales Rep and Sales Manager with the sales total.

 

Fact table which has sales total is joined to the dimension table (which has sales rep and sales manager) through sales rep ID.

 

Just doing a side by side comparison on the same graph


 

  • Anonymous's avatar
    Anonymous
    7 years ago

    Ok so let me clarify:

     

    A Sales Rep has sales and manager.

    A Sales Rep's sales are his sales only.

    A Sales Manager is his sales plus the sales of any Sales Rep below him.  Is that correct?

     

    If thats the case, you'd need to create a measure that does 2 sums and adds them together.  The first sum would simply be "Sales with my name on it" and the second would be "Sales where I'm the manager".

     

    Now Sales Reps will always be 0 for that second one, so it should work fine.  Sales Managers who don't actually sell will be 0 for the first one.  Overall you should get the right number and you can then place this onto the same Axis.  The only thing you'll need is a list of Employees to act as your Axis.

     

11 Replies

  • Anonymous's avatar
    Anonymous
    Not applicable

    You should be able to do this by using the "Clustered Bar Chart" and bring both columns/measures into the Values box of the visual's field settings.

    • acbg's avatar
      acbg
      Resolver III

      Thanks for the reply Anonymous

       

      But when you bring the column into value box it changes to count instead of the actual category.

      • Anonymous's avatar
        Anonymous
        Not applicable

        Put the Sales Rep name into the Legend Box.

  • v-piga-msft's avatar
    v-piga-msft
    Resident Rockstar

    Hi acbg,

     

    Have you solved your problem?

     

    If you have solved, please accept the replies making sense as solution to your question so that people who may have the same question can get the solution directly.

     

    If you still need help, please share some data sample so that I can copy and test.

     

    Best Regards,

    Cherry

    • acbg's avatar
      acbg
      Resolver III

      v-piga-msft here is a sample data you could use

       

      Fact table: 

      Sales Rep ID       Sales Total

      15000
      22000
      3500
      4500

       

      Dimension:

      Sales Rep ID    Sales Rep Name     Sales Manager Name

      1Sales Rep 1Sales Manager A
      2Sales Rep 2Sales Manager A
      3Sales Rep 3Sales Manager b
      4Sales Rep 4Sales Manager B