Forum Discussion
Anonymous
7 years agoNot applicable
Conditional Formatting - measures not available
I want to color brands based on Profit by Year. ProfitLastYear =
var NumbDays =
if(
TODAY() - FIRSTNONBLANK(Verkoopslijnen[Datum], 1) <= 365
, TODAY() - FIRSTNONBLANK(Verkoopsl...
Aleuzzi
6 years agoAdvocate I
Hi,
I had the same issue, and I solved it by changing the measure Data type as Text.
Select the color measure, go to Modeling -> Formatting -> Data Type -> Text and try againg the conditional formatting by field.
Cheers