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