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

  • 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.

1 Reply

  • Greg_Deckler's avatar
    Greg_Deckler
    Community Champion

    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.