Forum Discussion
Editing Email alerts format
- 6 months ago
Hi Ghanim1991,
In Power BI, the built-in data alerts (the ones you create on dashboard tiles) have very limited customization.
1. Editing the built-in email alert format
Unfortunately, you cannot edit the format of the native Power BI alert emails.
-
The email layout is fixed
-
No support for:
-
Line breaks
-
Custom HTML
-
Styling
-
Additional text beyond the default message
-
This is by design, and Microsoft currently doesn’t expose any settings to change the alert email formatting.
2. Using Power Automate instead (recommended approach)
If you need formatted emails, Power Automate is the right solution, but it works a bit differently.
How it works:
-
Use the trigger:
“When a data driven alert is triggered” -
This trigger automatically listens to all Power BI alerts you have access to
-
The alert details (alert name, value, threshold, etc.) are passed into the flow automatically
Once triggered, you can:
-
Build a custom email using Send an email (V2)
-
Use:
-
Line breaks
-
HTML formatting
-
Dynamic values from the alert
-
🌟 I hope this solution helps you unlock your Power BI potential! If you found it helpful, click 'Mark as Solution' to guide others toward the answers they need.
💡 Love the effort? Drop the kudos! Your appreciation fuels community spirit and innovation.
🎖 As a proud SuperUser and Microsoft Partner, we’re here to empower your data journey and the Power BI Community at large.
🔗 Curious to explore more? [Discover here].
Let’s keep building smarter solutions together!
-
Hii Ghanim1991
You cannot edit or customize the format (layout, line breaks, HTML, styling) of built-in Power BI email alerts. The alert email format is fixed by Microsoft and cannot be changed, and the alert ID is not exposed for reuse in Power Automate.If you need formatted emails (line breaks, tables, custom text), don’t use built-in alerts. Instead, recreate the logic using Power Automate (query the dataset / measure condition) and send a custom email from the flow.
This is exactly what I do, in Power Automate you can create customised HTML and or CSS so as to design the table exactly as you want. A great blog to follow is: https://www.matthewdevaney.com/foolproof-power-automate-html-table-styling/