Atvik
Mar 31, 11 PM - Apr 2, 11 PM
Stærsti Fabric, Power BI og SQL námsviðburðurinn. 31. mars – 2. apríl. Notaðu kóðann FABINSIDER til að spara $400.
Skráðu þig í dagÞessi vafri er ekki lengur studdur.
Uppfærðu í Microsoft Edge til að nýta þér nýjustu eiginleika, öryggisuppfærslur og tæknilega aðstoð.
You can create Fabric Activator alerts from many different data sources in Microsoft Fabric. This article explains how to create Activator alerts for a Real-Time Dashboard. For more information, see What is Activator?
Use Activator to trigger notifications when conditions are met on data in a Real-Time Dashboard. For example, if you have a Real-Time Dashboard displaying availability of bicycles for hire in multiple locations, you can trigger an alert if there are too few bicycles available in any one location. Send those alert notifications either to yourself, or to others in your organization, using email or Microsoft Teams.
In the Set alert pane, define your rule conditions. Rule conditions include deciding which field to monitor and setting the threshold. Select whether to receive your notification in email or in Microsoft Teams. Set the location to save this Activator rule and select Create.
When your rule is ready, you receive a notification with a link to your rule. Select the link to edit your rule in Activator. Editing your rule is useful if you want to do one of the following refinements:
For information on how to edit rules in Activator, see Create activators in design mode.
If you have a chart with a time axis in Power BI or in a Real-Time Dashboard, then Activator reads the measure value exactly once for each point on the time axis. If the measured value for a given time point changes after Activator reads it, then Activator ignores the changed value.
The following example illustrates this limitation. In this example, a chart shows the number of items sold over time. Activator first reads the chart in the morning of January 3. At this time, the chart shows 10 items sold:
Date | Number of items sold |
---|---|
1 January | 20 |
2 January | 18 |
3 January | 10 |
Later in the day of January 3, more items are sold. The chart updates to reflect this change, and the number of items sold now reads 15:
Date | Number of items sold |
---|---|
1 January | 20 |
2 January | 18 |
3 January | 15 (changed from earlier in the day) |
Activator ignores the changed value, because it has already read a value of 10 earlier in the day.
The most common reason that a measure value can change over time is that the most recent point on the time axis is subject to change. In the example, the number of sales increases throughout the day. The number of items sold on previous days never changes, because these dates are in the past. To avoid this limitation:
Exclude the current date/time from the chart, so that this value isn't sampled while it's still subject to change.
Add a relative time filter to your chart to exclude the current date or time from your chart. Activator sees the value only after it's final for the period of time being measured, and no longer subject to change.
Add a time filter where the time range ends at 'one bin before' the current time. So, the last bin sampled by Activator is already "closed" and doesn't change.
TableForReflex
| where YourTimeColumn between (ago(5h)..bin(now(), 1h))
| summarize count() by bin(YourTimeColumn, 1h)
| render timechart
Use a card or KPI visual to track the value for the current date since the limitation described here only applies to charts with a time axis. For example, create a KPI visual that displays "sales so far for today." Activator reads and triggers to changes in this value throughout the day.
Atvik
Mar 31, 11 PM - Apr 2, 11 PM
Stærsti Fabric, Power BI og SQL námsviðburðurinn. 31. mars – 2. apríl. Notaðu kóðann FABINSIDER til að spara $400.
Skráðu þig í dagÞjálfun
Eining
Create real-time dashboards with Microsoft Fabric - Training
Real-time Dashboard is a Real-Time Intelligence capability in Microsoft Fabric that you can use to create real-time data visualizations.
Vottorð
Microsoft Certified: Fabric Analytics Engineer Associate - Certifications
As a Fabric analytics engineer associate, you should have subject matter expertise in designing, creating, and deploying enterprise-scale data analytics solutions.
Skjöl
Activator limitations - Microsoft Fabric
Learn about the limitations of using Activator in your applications and dashboards. Activator provides real-time insights and analytics for your data.
Create Activator rules - Microsoft Fabric
Learn how to create rules for Fabric Activator. Rules take action on your data, such as sending notifications and starting automated workflows.
Activator tutorial using sample data - Microsoft Fabric
Learn how Activator works using sample data. Activator is a powerful tool for working with data and creating rules based on specific conditions.