Forum Discussion
Anonymous
4 years agoNot applicable
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 ...
- 4 years ago
Create measure for the color like below and use this measure in your value
Color = IF(
value>0,"#F40606", "#252423")
Anonymous
4 years agoNot applicable
Hi Anonymous,
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