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

Did you hear? There's a new SQL AI Developer certification (DP-800). Start preparing now and be one of the first to get certified. Register now

Reply
Morgan2000
Frequent Visitor

Key for Maps

I am trying to create a key for some conditional formatting I have on a map.  The conditional formatting is below.

Morgan2000_0-1694517173576.png

Is it possible to get the 'highest', 'middle' and 'lowest' values to display in a text box?

 

This is to create a key to the map that shows what the colours mean such as the below.

 

 

Morgan2000_1-1694517280590.png

 

 

1 REPLY 1
HarishKM
Memorable Member
Memorable Member

@Morgan2000 Hello,
You can refer below dax for your requirement.

Color option = IF(SUM(financials[Gross Sales]) >450000000,"high",IF(SUM(financials[Gross Sales])>35000000 ,"Mid" ,IF(SUM(financials[Gross Sales])<35000000,"Low")))

You can create similar dax.

or 
You can use conditional column in power query then define your requirement for conditonal formating 

HarishKM_0-1694522176581.png


then you can use this color option and use color like below.

HarishKM_1-1694522415615.png

 

Thanks

Harish M

Helpful resources

Announcements
April Power BI Update Carousel

Power BI Monthly Update - April 2026

Check out the April 2026 Power BI update to learn about new features.

Fabric SQL PBI Data Days

Data Days 2026 coming soon!

Sign up to receive a private message when registration opens and key events begin.

New to Fabric survey Carousel

New to Fabric Survey

If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.

Power BI DataViz World Championships carousel

Power BI DataViz World Championships - June 2026

A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.