Forum Discussion
Anonymous
5 years agoNot applicable
Conditional formatting based on two other columns
Hi, I have a data table containing numbers. These correspond to some SQL that works out how days have passed from another date. I have a calculated column that shows how many days have passed si...
Anonymous
5 years agoNot applicable
Hi,
all of the fields are now red.
Colour Instruction to first site visit =
VAR diff =
DATEDIFF ( Query1[Instruction], TODAY (), DAY )
RETURN
IF (
OR ( ISBLANK ( Query1[KPI_1_Working_Days_from_Instruction_to_First Site_Visit] ), diff >= 2 ),
"#bf212e",
IF ( OR ( Query1[KPI_1_Working_Days_from_Instruction_to_First Site_Visit] = 0.00, diff < 2 ), "#18a845" )
)
I only want it to colour if it is greater than 2 from the orginal date and contains 0.00
Thanks very much
Angith_Nair
Continued Contributor
5 years agoIf possible then could you please share the pbix file so that I can look into it..?