Hi
I have a Power BI tile monitoring errors in a database.
I cannot figure out WHY the flow triggered. There are no changes in the source-dataset. And even more strange, why did it trigger again after exactly one week?
Output code from this week
{
"statusCode": 200,
"headers": {
"Pragma": "no-cache",
"Retry-After": "86400",
"x-ms-request-id": "2e4e12fe-276d-47e5-a7b8-c5dc2989aee3",
"Strict-Transport-Security": "max-age=31536000; includeSubDomains",
"X-Frame-Options": "deny",
"X-Content-Type-Options": "nosniff",
"RequestId": "2e4e12fe-276d-47e5-a7b8-c5dc2989aee3",
"Access-Control-Expose-Headers": "RequestId",
"Timing-Allow-Origin": "*",
"x-ms-apihub-cached-response": "false",
"Cache-Control": "no-store, must-revalidate, no-cache",
"Date": "Tue, 19 Nov 2019 06:15:34 GMT",
"Content-Type": "application/json",
"Content-Length": "342"
},
"body": {
"alertTitle": "Alert for Antall feilede EHF (varsel)",
"alertThreshold": 0,
"isAlertTriggered": true,
"tileUrl": "https://app.powerbi.com/MobileRedirect.html?action=OpenTile&dashboardObjectId=8e1eab85-8bf5-4a7c-8719-d13db4cf9c85&tileObjectId=54d41814-ef95-439c-acd9-72e59f8b11ab&OpenAppFromWindowsPCAndTablet=false&context=Flow",
"tileValue": 29
}
}
Output code from last week, tile value = 29
{
"statusCode": 200,
"headers": {
"Pragma": "no-cache",
"Retry-After": "86400",
"x-ms-request-id": "9f3b350b-49b7-457c-8af6-5b26e8c1e7bf",
"Strict-Transport-Security": "max-age=31536000; includeSubDomains",
"X-Frame-Options": "deny",
"X-Content-Type-Options": "nosniff",
"RequestId": "9f3b350b-49b7-457c-8af6-5b26e8c1e7bf",
"Access-Control-Expose-Headers": "RequestId",
"Timing-Allow-Origin": "*",
"x-ms-apihub-cached-response": "false",
"Cache-Control": "no-store, must-revalidate, no-cache",
"Date": "Mon, 11 Nov 2019 06:16:52 GMT",
"Content-Type": "application/json",
"Content-Length": "342"
},
"body": {
"alertTitle": "Alert for Antall feilede EHF (varsel)",
"alertThreshold": 0,
"isAlertTriggered": true,
"tileUrl": "https://app.powerbi.com/MobileRedirect.html?action=OpenTile&dashboardObjectId=8e1eab85-8bf5-4a7c-8719-d13db4cf9c85&tileObjectId=54d41814-ef95-439c-acd9-72e59f8b11ab&OpenAppFromWindowsPCAndTablet=false&context=Flow",
"tileValue": 29
}
}
Hi @RemiØvstebø,
Sorry for not making it clear, but what you understand is exactly what I want you to try.
Seems like the Flow is simple and no other problem, if the test work (turn off the recurrence update), it will be caused by the update.
Best Regards,
Community Support Team _ Lin Tu
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
I have since removed the outlook step on the right.
Picture of flow above.
Im having a hard time figuring out exactly what you are advising me to do:
Should I have two datasets or two schedules?
1. Copy dataset
2. Copy schedule
3. Turn schedule off
4. Copy monitor-tile and connect it to the flow
5. See if flow triggers when dataset does not update?
Hi @RemiØvstebø,
Could you provide screenshots of your Flow configuration?
I notice that there is a daily refresh schedule on the Power BI dataset. You can create a copy one schedule to update the other Power BI dataset, then copy the Power BI tile monitor Flow, turn off the copied schedule to check it whether it will trigger the copied Power BI tile monitor Flow.
Best Regards,
Community Support Team _ Lin Tu
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.