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

Earn the coveted Fabric Analytics Engineer certification. 100% off your exam for a limited time only!

Reply
Pbra
Frequent Visitor

Dax color formatting

Hello folks,

 

For a worldoverview I´m using the Global Launch Estimates map.

I needed an overview of the countries by color.

 

However, I want to add a column with the code of a specific color based on a value, see my example below:

 

Name             Value         Color

New York        1.001        Dax formula with Hex # codes from red to green based on value

Paris                900          Dax formula with Hex # codes from red to green based on value

Dublin             665          Dax formula with Hex # codes from red to green based on value

London           1.178       Dax formula with Hex # codes from red to green based on value

Barcelona       1.980       Dax formula with Hex # codes from red to green based on value

Madrid            2.095      Dax formula with Hex # codes from red to green based on value

Amsterdam     300         Dax formula with Hex # codes from red to green based on value

 

The codes needs to be based on the value and not on the name of the city.

 

Cheers!

1 ACCEPTED SOLUTION
Fsciencetech
Helper III
Helper III

Create measure for the color like below and use this measure in your value 

Color = IF(
         value>0,

       "#F40606", "#252423")

 

Fsciencetech_2-1635152238298.png

 

Fsciencetech_3-1635152290973.png

 


 

View solution in original post

2 REPLIES 2
v-shex-msft
Community Support
Community Support

Hi @Pbra,

You can use a column to store the color code, then you need to enable condition formatting on your value field to use the 'color code' field values as formatting conditions.

Conditional table formatting in Power BI Desktop - Power BI | Microsoft Docs
Regards,

Xiaoxin Sheng

Community Support Team _ Xiaoxin
If this post helps, please consider accept as solution to help other members find it more quickly.
Fsciencetech
Helper III
Helper III

Create measure for the color like below and use this measure in your value 

Color = IF(
         value>0,

       "#F40606", "#252423")

 

Fsciencetech_2-1635152238298.png

 

Fsciencetech_3-1635152290973.png

 


 

Helpful resources

Announcements
April AMA free

Microsoft Fabric AMA Livestream

Join us Tuesday, April 09, 9:00 – 10:00 AM PST for a live, expert-led Q&A session on all things Microsoft Fabric!

March Fabric Community Update

Fabric Community Update - March 2024

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