azure-application-insightsms-app-analytics

App Insights - Empty as zeros


When I use bin(timestamp, 1m) and generate a timechart of it, null values generate a straight line. How can i treat missing values as zeros?!?


Solution

  • Another option is to use the make-series operator instead of summarize, with default=0.

    Make-series documentation

    make-series creates a series that can be analyzed using advanced time-series functions. It's a bit clunkier than summarize, but offers other advantages.