Forum Discussion
PBI Desktop Alerts and Notifications
Paulx99 Can you describe this a bit more?.. Alerts and notifications on a device, like outside the desktop file. Or are you talking about visually highlighting certain elements in a visual conditionally?
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
- v-qiuyu-msft10 years agoCommunity Support
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 agoKudo Kingpin
Ok thanks for letting me know. would be great if it could be done !