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

Calling all Data Engineers! Fabric Data Engineer (Exam DP-700) live sessions are back! Starting October 16th. Sign up.

Reply
manonamission12
Regular Visitor

legend marker not changing colors in line and clustered column chart

Hello, whenever I make a legend with the line and clustered column chart I by default get this blue color for the Marker where the data sits. I would like this to match the color of the data of the Y axis but cannot find where that setting is or it if it is just a bug with the software.

Thank you for your helpThe blue dot in the legend will not changeThe blue dot in the legend will not change

1 ACCEPTED SOLUTION
Ritaf1983
Super User
Super User

Hi @manonamission12 
The options that we have to format the legend are text formatting 

Ritaf1983_0-1699154893442.png

If you need something else you can create it manually and put it on a small card ...
Something like :

legend_format = if (AVERAGE('Table'[percent])>0.03 && AVERAGE('Table'[percent])<0.4,"🔵sum of percent" & " "& "🟣 Sum of order",
"🟠sum of percent" & " "& "🟣 Sum of order"
)
Ritaf1983_1-1699156773086.png

and then put it on the graph :

Ritaf1983_2-1699156847012.png

the circles copied from the linked site:

https://emojis.wiki/orange-circle/

(simple copy and paste of circle to the dax code)

PBIX is attached

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

Regards,
Rita Fainshtein | Microsoft MVP
https://www.linkedin.com/in/rita-fainshtein/
Blog : https://www.madeiradata.com/profile/ritaf/profile

View solution in original post

1 REPLY 1
Ritaf1983
Super User
Super User

Hi @manonamission12 
The options that we have to format the legend are text formatting 

Ritaf1983_0-1699154893442.png

If you need something else you can create it manually and put it on a small card ...
Something like :

legend_format = if (AVERAGE('Table'[percent])>0.03 && AVERAGE('Table'[percent])<0.4,"🔵sum of percent" & " "& "🟣 Sum of order",
"🟠sum of percent" & " "& "🟣 Sum of order"
)
Ritaf1983_1-1699156773086.png

and then put it on the graph :

Ritaf1983_2-1699156847012.png

the circles copied from the linked site:

https://emojis.wiki/orange-circle/

(simple copy and paste of circle to the dax code)

PBIX is attached

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

Regards,
Rita Fainshtein | Microsoft MVP
https://www.linkedin.com/in/rita-fainshtein/
Blog : https://www.madeiradata.com/profile/ritaf/profile

Helpful resources

Announcements
FabCon Global Hackathon Carousel

FabCon Global Hackathon

Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes!

September Power BI Update Carousel

Power BI Monthly Update - September 2025

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

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
Top Kudoed Authors