Forum Discussion

swades's avatar
swades
Regular Visitor
8 years ago
Solved

Creating data alerts for Blank() instances

Hi,   Is there a way to create Data Alerts for Blank() instances in Power BI?   Thanks
  • Greg_Deckler's avatar
    8 years ago

    I believe if you create a measure to do an IF(ISBLANK(),0,<something>) then you will be able to set an alert on the zero case.