cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Default the value to zero

TheUser_Rajesh
Newcomer

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}


1 REPLY 1

aninda
Newcomer

Hi @TheUser_Rajesh ,

I have a similar requirement. Do you have a solution to this?

Featured Posts