Hi All
My raw data file , i have create a field , which indicate when the raw data is generated.
I like to PBI web service to alert me when when the raw data generated date is more then 2 days old.
Can some one advise how to go about it ?
Above link is my PBI file
Paul Yeo
Solved! Go to Solution.
@admin11 ,
a measure like this can help
measure = datediff(max(Table[Date]), today(), day)
>=2 you need to check
refer for alter
https://docs.microsoft.com/en-us/power-bi/create-reports/service-set-data-alerts
Proud to be a Super User!
@admin11 ,
a measure like this can help
measure = datediff(max(Table[Date]), today(), day)
>=2 you need to check
refer for alter
https://docs.microsoft.com/en-us/power-bi/create-reports/service-set-data-alerts
Proud to be a Super User!
Check out new user group experience and if you are a leader please create your group
100+ sessions, 100+ speakers, Product managers, MVPs, and experts. All about Power BI. Attend online or watch the recordings.
User | Count |
---|---|
372 | |
204 | |
79 | |
73 | |
69 |
User | Count |
---|---|
441 | |
222 | |
129 | |
85 | |
83 |