Forum Discussion
Color row based on date condition
Hi melina,
Currently, you are only able to specify customized cell background colors based on cell values as described in this article.
The feature that change color of column values based on condition in other column is not supported, please vote up this idea: https://ideas.powerbi.com/forums/265200-power-bi-ideas/suggestions/16891147-dynamic-conditional-formatting .
Thanks,
Lydia Zhang
How about using MDX?
- Anonymous9 years agoNot applicable
Hi melina,
Do you mean DAX? If so, we are not able to achieve your requirement using DAX.
A workaround is to create a new column using the following DAX, and then create a bar chart to display SO number in different color.
Column = IF(Table3[Closing Date]>=TODAY(),"Green","Red")
Thanks,
Lydia Zhang- melina9 years agoHelper IV
Thanks for your answer
- hassantariq9 years agoNew Member
Can we do the same with Table rows ? The complete row should be red or green based on this condition.
Regards,Hassan Tariq