Forum Discussion
swades
8 years agoRegular Visitor
Creating data alerts for Blank() instances
Hi, Is there a way to create Data Alerts for Blank() instances in Power BI? Thanks
- 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.
Greg_Deckler
8 years agoCommunity 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.