Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Compete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.

Reply
Vyk
Frequent Visitor

How do I highlight individual data points in a box and whisker plot?

Given a box and whisker plot, how do I highlight a particular data point along that graph? Ideally I would like the user to select the name of the data point then it stands  out from the rest. Perhaps it becomes a bigger dot or maybe a larger icon. 

1 ACCEPTED SOLUTION
v-xicai
Community Support
Community Support

Hi @Vyk ,

 

Your demand is a good idea, while it is not supported to highlight individual data points in a box and whisker plot as you request in Power BI currently. You can post your new idea here https://ideas.powerbi.com/forums/265200-power-bi-ideas , to improve the Power BI.

 

It is a place for customers provide feedback about Microsoft Office products . What’s more, if a feedback is high voted there by other customers, it will be promising that Microsoft Product Team will take it into consideration when designing the next version in the future.

 

To work around the issue, I will suggest you investigate the Tooltips feature. See: https://docs.microsoft.com/en-us/power-bi/desktop-custom-tooltips . You can put one or more measure onto Tooltips. For example one measure like below, when you hover the data point you will see the information displayed. It's a pretty good experience. 

 

=IF(HASONEVALUE(table[column]),VALUES(table[column]))

 

Best Regards,

Amy

 

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

View solution in original post

2 REPLIES 2
v-xicai
Community Support
Community Support

Hi  @Vyk ,

 

Does that make sense? If so, kindly mark my answer as a solution to help others having the similar issue and close the case. If not, let me know and I'll try to help you further.

 

Best regards

Amy

v-xicai
Community Support
Community Support

Hi @Vyk ,

 

Your demand is a good idea, while it is not supported to highlight individual data points in a box and whisker plot as you request in Power BI currently. You can post your new idea here https://ideas.powerbi.com/forums/265200-power-bi-ideas , to improve the Power BI.

 

It is a place for customers provide feedback about Microsoft Office products . What’s more, if a feedback is high voted there by other customers, it will be promising that Microsoft Product Team will take it into consideration when designing the next version in the future.

 

To work around the issue, I will suggest you investigate the Tooltips feature. See: https://docs.microsoft.com/en-us/power-bi/desktop-custom-tooltips . You can put one or more measure onto Tooltips. For example one measure like below, when you hover the data point you will see the information displayed. It's a pretty good experience. 

 

=IF(HASONEVALUE(table[column]),VALUES(table[column]))

 

Best Regards,

Amy

 

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

Helpful resources

Announcements
August Power BI Update Carousel

Power BI Monthly Update - August 2025

Check out the August 2025 Power BI update to learn about new features.

August 2025 community update carousel

Fabric Community Update - August 2025

Find out what's new and trending in the Fabric community.

Top Solution Authors