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...
v-cherch-msft
7 years agoMicrosoft Employee
Hi Anonymous
Here is the document for your reference.
Regards,
Cherie