Forum Discussion

LauraBueno's avatar
LauraBueno
Icon for Helper III rankHelper III
4 years ago
Solved

Highlight information in pie chart

Hi all,

 

I have a pie chart in power bi and when an item within the dashboard is highlighted, I would like to have the information displayed within the pie chart instead of having to hoover over each of the different highlighted sections. Any ideas on how to do this please?

 

Thanks,

Laura

 

This is how I would liketo have it (with the information displayed within the pie chart, in this case would be 1):

 

  • Hi LauraBueno ,

    According to your description, here's my solution.

    1. Create a measure.

    Measure = IF(SELECTEDVALUE('Table'[Column1])="F",6,"")

    2.Put the measure in a card visual, turn off the Category label

    3. Change the Transparency of the visual background to 100%.

    4.Put the card in the pie chart, get the expected result.

    I attach my sample for reference.

     

    Best Regards,
    Community Support Team _ kalyj

    If this post helps, then please considerAccept it as the solution to help the other members find it more quickly.

                                                      

2 Replies

  • Hi LauraBueno ,

    According to your description, here's my solution.

    1. Create a measure.

    Measure = IF(SELECTEDVALUE('Table'[Column1])="F",6,"")

    2.Put the measure in a card visual, turn off the Category label

    3. Change the Transparency of the visual background to 100%.

    4.Put the card in the pie chart, get the expected result.

    I attach my sample for reference.

     

    Best Regards,
    Community Support Team _ kalyj

    If this post helps, then please considerAccept it as the solution to help the other members find it more quickly.