Forum Discussion
Text not shown in activator Alert msg
- 15 days ago
Hi v-kathullac ,
As we get the update but not fully achieved what we want through the activator. We choose Power Automate to share the table with pipeline with status in teams.
Hi ram142more,
Mauro89's point makes sense for a KPI/card alert, but I think the important limitation is actually the data being passed into Activator.
When an alert is created from a Power BI visual, Activator uses the visual's underlying query and turns the returned dimensions/measures into objects and properties.
So if your card only contains something like:
Failed pipeline count = 3then PipelineName is not part of that query, which is why typing @Pipeline . . . does not offer it. Upgrading the alert in Activator cannot add a field that was not present in the original monitored data.
I would try changing the alert source rather than the message itself. Microsoft now supports Activator alerts on table and matrix visuals, with the rule evaluated per row.
For example, create a table containing:
PipelineName | Status | LastRunTimeand create the alert from that visual for rows where Status = Failed. PipelineName then becomes part of the data Activator is monitoring and can be included as context in the notification.
Activator actions support referencing available properties with @ in the message.
So I would keep the KPI card for the summary view, but drive the actual failure notification from a row/dimension-based visual or query that includes the pipeline name.
AI-assisted drafting: AI was used to help structure and phrase this response. I reviewed and validated the technical content before posting.
Hi ShivekMaharaj ,
Thanks for the response.
I am using
Alert not allowed to create based on Table as you mentioned where i have all 3 columns.
It only allowed from KPI card where it only picked up numeric number only parameter.
Please check in below screenshot.