Forum Discussion

BBrak's avatar
BBrak
Advocate I
2 years ago
Solved

Conditional formatting (using DAX?) for cells without data in a Matrix visual

hi all, looking for some help on a problem in Power BI, presumably using DAX. Suppose I have the following simplified data:   In Power BI, I would like to display the table above in ...
  • Greg_Deckler's avatar
    2 years ago

    BBrak You could create a measure Measure = MIN('Table'[Item]) and then a conditional format run that if it is blank, return a color.