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

The Power BI Data Visualization World Championships is back! Get ahead of the game and start preparing now! Learn more

Reply
Anonymous
Not applicable

Highlight scatter chart point when value in date slicer is changed

I have the same problem as mentioned here (https://community.powerbi.com/t5/Desktop/Help-Highlight-graph-by-Slice/td-p/930919 ) but only difference is instead of bar graph I have scatter chart. The slicer is date slicer. The suggested approach in url is not working for scatter chart. Can anyone please help me on this and if possible also share pbix file for same. It would be really helpful. Thanks

1 ACCEPTED SOLUTION
Anonymous
Not applicable

Hi @Anonymous ,

 

Create an independent slicer table.

Table 2 = DISTINCT('Table'[date])

Then create a measure like below and use it as conditional formatting value.

Measure = IF(SELECTEDVALUE('Table'[date])=SELECTEDVALUE('Table 2'[date]),"red","green")
vjaywmsft_1-1649176650238.png

 

Best Regards,

Jay

 

View solution in original post

1 REPLY 1
Anonymous
Not applicable

Hi @Anonymous ,

 

Create an independent slicer table.

Table 2 = DISTINCT('Table'[date])

Then create a measure like below and use it as conditional formatting value.

Measure = IF(SELECTEDVALUE('Table'[date])=SELECTEDVALUE('Table 2'[date]),"red","green")
vjaywmsft_1-1649176650238.png

 

Best Regards,

Jay

 

Helpful resources

Announcements
November Power BI Update Carousel

Power BI Monthly Update - November 2025

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

Fabric Data Days Carousel

Fabric Data Days

Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.

Top Solution Authors