Forum Discussion

epang's avatar
epang
Advocate I
2 years ago
Solved

Dashboard notification automation

Hi all,   I am very new to this Power BI publishing. Recently we have published a dashboard online with a list of over 100 users.  I would like to know is there anyway to notify the users when the...
  • nandic's avatar
    2 years ago

    epang you can use Power Automate to complete whole process:
    1) schedule Power BI dataset refresh
    2) send email after refresh has been completed
    Link: https://www.mssqltips.com/sqlservertip/6885/notify-users-of-power-bi-dataset-changes/

    If you don't want to use Power Automate, you can add visual on dummy report with latest date time information.
    Every time dataset is refreshed, this value will be different.
    But make sure to format it as a number and put into card visual (otherwise will not work, as dashboard alert request this data type).
    Then when on Power BI Service, pin this visual to a dashboard. Then on this tile on dashboard create alert and set to send alert when condition > 0.
    Everytime dataset has been refreshed, you will get notified via email. 
    Set forwarding rule to specific user group.

    Cheers,
    Nemanja Andic