Forum Discussion
Anonymous
7 years agoNot applicable
Data Alert in Power Bi
Hi Team , Need help on Power bi Data Alert . I have achived through Dashboard (Alert Notifications) card/kpi/Gauge chart for Specific measures . But My requirement is different Suppose i have 10 ho...
- 7 years ago
OR
you can create 59 KPI with alerts
adityavighne
7 years agoContinued Contributor
Create a measure and set a notification for > 0
Measures =
VAR HospCount = COUNTROWS(FILTER(Table,[Column]<5)
RETURN IF(ISBLANK(HospCount),0,HospCount)
adityavighne
7 years agoContinued Contributor
OR
you can create 59 KPI with alerts
- Anonymous7 years agoNot applicable