Forum Discussion
Anonymous
6 years agoNot applicable
Creating alert on text card (PBI + Power Automate)
Hi everyone, I am currently working on integrating my PBI report with Power Automate through the use of dashboard alerts. However, I don't see an ability to create an alert that would trigger base...
Greg_Deckler
Community Champion
6 years agoAnonymous You cannot trigger on a text field, but you could create a measure like:
Alert Measure = IF(MAX('Table'[Column]) = "<Alert text>",1,0)
Then you could alert on that.
Anonymous
6 years agoNot applicable
Yeah, it would, but the text itself won't be included in the alert message nor be forwarded to Power Automate, right? I think it will just say something like "Alert Measure is greater than 0", what doesn't really work for me ☹