04 Aug 2025 05:52 PM
We have built a dashboard tile using Fetch logs and summarize the commands.
The Tile display "No records Try adjusting the timeframe, segment, data or permissions." message on the screen when there are no data/records with the criteria.
My requirement would be to bind zero.
I tried using default:0 for the count, didn't work. How can i achieve this?
My sample query:
fetch logs
| summarize azure_api_management_requests = count(), by: {id}
19 Aug 2025 08:22 AM
Hi @TheUser_Rajesh ,
I have a similar requirement. Do you have a solution to this?