Forum Discussion
PBI Desktop Alerts and Notifications
Hi Eno1978
Thanks for your reply and sorry for the lateness of mine. What I'm trying to do is to visually highlight exceptions that result from conditional statements. A simple example - I calculate profit:
profit = [sale price] - [cost price]
Then, I create a conditional statement to identify a profit, loss or break even situation:
profit desc = IF([profit]>0, "profit", IF([profit]<0,"loss", IF([profit]=0,"break even")))
What I want to be able to do is visually highlight (create an automatic highlighted alert for, in the data view), profit desc if
profit desc = loss
Something like ALERT if profit_desc = "loss"
would be great !
Paul
Hi Paulx99,
We are not able to configure alerts or notifications in Power BI Desktop currently. For this issue, please submit a idea in Power BI Idea forum.
Best Regards,
Qiuyun Yu
- Paulx9910 years ago
Kudo Kingpin
Ok thanks for letting me know. would be great if it could be done !