Forum Discussion

akashpadmakumar's avatar
5 years ago
Solved

Optimal Target value in Clustered bar Chart Power BI

Hi,

I have a visual like this:


Here I want to show optimal values in each level,

PD is 5%, SM/M/AM is 15%, Senior is 30% and Staff 50%

I want to show these values to the above grapg as optimal values, anyone can help ?

 

  • Hi, akashpadmakumar 

     

    Create a target table B, which contains ID and target value, to establish a relationship between the two tables with ID, and finally create a calculated column with the RELATED function in the original table

    result:

    Please refer to the attachment below for details

     

    Hope this helps.

     

    Best Regards,
    Community Support Team _ Zeon Zheng
    If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

2 Replies

  • akashpadmakumar 

    You can add those values to your table with a new column as Optimal Values and use a clustered bar chart to visualize each category next to each other.

     

  • Hi, akashpadmakumar 

     

    Create a target table B, which contains ID and target value, to establish a relationship between the two tables with ID, and finally create a calculated column with the RELATED function in the original table

    result:

    Please refer to the attachment below for details

     

    Hope this helps.

     

    Best Regards,
    Community Support Team _ Zeon Zheng
    If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.