Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
4 years ago
Solved

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 ...
  • Fsciencetech's avatar
    4 years ago

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

    Color = IF(
             value>0,

           "#F40606", "#252423")