Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Compete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.

Reply
jeongkim
Post Prodigy
Post Prodigy

Alert from dashboard with Pro user

Hi,

 

As I recall, there was alert feature but now it is not available for Pro user? 

fyi, the workspace is premium(diamond).

 

If not there, any way I can get notifications from particular threshold reach for the charts? 

 

jeongkim_0-1751530122199.png

 

 

 

1 ACCEPTED SOLUTION
burakkaragoz
Community Champion
Community Champion

Hi @jeongkim ,

 

yeah, alerts used to be available for Pro users, but now they’re mostly tied to Premium per user (PPU) or Fabric trial features — even if your workspace is Premium, your license still needs to support it.

right now, with just a Pro license, you won’t be able to set up native alerts from dashboards or visuals.

a few workarounds you can try:

  • use Power Automate with a scheduled refresh or DAX-based condition to send an email or Teams notification when a threshold is hit
  • if your data is in a semantic model, you can create a measure like AlertFlag = IF([Value] > threshold, 1, 0) and trigger logic based on that
  • or export the data to Excel/SharePoint and use alerts from there (not ideal, but works in some cases)

if you have access to a Fabric trial or PPU license, you can test the native alert feature again — it should show up in the visual header menu.

let me know if you want help setting up a Power Automate flow — happy to walk you through it.

If my response resolved your query, kindly mark it as the Accepted Solution to assist others. Additionally, I would be grateful for a 'Kudos' if you found my response helpful.
*This response was supported by AI for translation and text editing purposes.

View solution in original post

5 REPLIES 5
v-karpurapud
Community Support
Community Support

Hi @jeongkim 

We have not yet received a response from you regarding your query if your resolved ?If it did not, please share more details so we can assist you more effectively.

Thank You.

v-karpurapud
Community Support
Community Support

Hi @jeongkim 

We have not yet heard back from you about whether our response addressed your query. If it did not, please share more details so we can assist you more effectively.

 

Thank You.

v-karpurapud
Community Support
Community Support

Hi @jeongkim 

I wanted to check if you’ve had a chance to review the information provided. If you have any further questions, please let us know. Has your issue been resolved? If not, please share more details so we can assist you further.

Thank You.

v-karpurapud
Community Support
Community Support

Hi @jeongkim 


Thank you for contacting the Microsoft Fabric Community Forum.

Users with a Power BI Pro license working in a Premium workspace can set up data-driven alerts if certain requirements are met. These alerts are available only for Card, KPI, and Gauge visuals that have been pinned to a dashboard in the Power BI Service (app.powerbi.com). After pinning, alerts can be managed using the “Manage alerts” option in the ellipsis menu on the dashboard tile. Other visuals, like bar charts, line charts, and tables, do not support alerts, which is expected. For threshold-based notifications on these unsupported visuals, organizations can use Power Automate to create custom workflows that send notifications via email or Microsoft Teams.

Refer to the official documentation for more details:
Set data alerts in the Power BI service - Power BI | Microsoft Learn

Regards,
Karpurapu D,
Microsoft Fabric Community Support Team.

burakkaragoz
Community Champion
Community Champion

Hi @jeongkim ,

 

yeah, alerts used to be available for Pro users, but now they’re mostly tied to Premium per user (PPU) or Fabric trial features — even if your workspace is Premium, your license still needs to support it.

right now, with just a Pro license, you won’t be able to set up native alerts from dashboards or visuals.

a few workarounds you can try:

  • use Power Automate with a scheduled refresh or DAX-based condition to send an email or Teams notification when a threshold is hit
  • if your data is in a semantic model, you can create a measure like AlertFlag = IF([Value] > threshold, 1, 0) and trigger logic based on that
  • or export the data to Excel/SharePoint and use alerts from there (not ideal, but works in some cases)

if you have access to a Fabric trial or PPU license, you can test the native alert feature again — it should show up in the visual header menu.

let me know if you want help setting up a Power Automate flow — happy to walk you through it.

If my response resolved your query, kindly mark it as the Accepted Solution to assist others. Additionally, I would be grateful for a 'Kudos' if you found my response helpful.
*This response was supported by AI for translation and text editing purposes.

Helpful resources

Announcements
August Power BI Update Carousel

Power BI Monthly Update - August 2025

Check out the August 2025 Power BI update to learn about new features.

August 2025 community update carousel

Fabric Community Update - August 2025

Find out what's new and trending in the Fabric community.

Top Solution Authors