Forum Discussion

marvicf's avatar
marvicf
Frequent Visitor
3 years ago

Conditional formatting

Hi, I set up a measure to apply conditional formatting to a table visual according to the measure's value   ZoneSelectedWeek = if(ISBLANK(SELECTEDVALUE(Weekly_Extract[WeekNo])),1,2)   The measu...