Hi All,
I have a table below for which I need to change the background color for the values using DAX measure in conditional formatting. I have also added the output image with the conditions that I want to apply in the measure.
I have already tried the measures that are already mentioned in the forums but unable to apply for my data. Any help is appreciated.
I have a table below for which I need to change the background color for the values using DAX measure in conditional formatting. I have also added the output image with the conditions that I want to apply in the measure.
I have already tried the measures that are already mentioned in the forums but unable to apply for my data. Any help is appreciated.
Column1 | Column2 | 1/1/2021 | 2/1/2021 |
abc | type1 | 2 | 6 |
abc | type2 | 2 | 4 |
abc | type3 | 2 | 1 |
def | type4 | 1 | 0 |
ghi | type1 | 3 | 5 |
ghi | type2 | 3 | 5 |
ghi | type3 | 4 | 0 |
jkl | type4 | 7 | 2 |