Forum Discussion

J_Mug's avatar
J_Mug
Helper I
5 years ago
Solved

Clustered Column representation with two values

Hi,

 

I'd like to know if it's possible to do something similar to this image with some power bi visual (note that values are just fictional, filling does not represent the true proportions).

 

The idea is to have a clustered column chart with employee name as a column, product category as a legend and the value of sales by category, and the value of sales objective by category.

 

 

I've tried to search for custom visuals but none have this kind of column visualization, and the standard clustered column chart doesn't allow me to have two values.

 

Thanks in advance,

 

Kind regards

  • if you want to stack the sales and the quota then you need to create a new measure that subtracts the sales from the quota before you can use them together. Or you could try to use a clustered column chart.

1 Reply

  • if you want to stack the sales and the quota then you need to create a new measure that subtracts the sales from the quota before you can use them together. Or you could try to use a clustered column chart.