Hi
want to have a conditional formatting based on the comparison of
dynamic values of a calculated measures (like in Power bi).
I mean, we can compare 2 measure & based on that we can give color coding.
like this
ifelse(
{Yesterday Scrap Value} < {Yesterday Scrap Value Target}, ‘Red Color’
{Yesterday Scrap Value} >= {Yesterday Scrap Value Target} AND {Yesterday Scrap Value} <={Yesterday Scrap Red Value}, Yellow Color
{Yesterday Scrap Value} > {Yesterday Scrap Red Value}, Green Color
)
The values of the above 2 Calculated Fields changes on daily basis. ( We can achieve this on Static Values but we can’t rely on static values )
I have achieved using static values given to a Calculated filed but i want to compare 2 Calculated Fields
Static Scenario:
Dynamic Scenario? Achievable in QS?