Azure Data Explorer Plotting Old Data

tsun 26 Reputation points
2021-02-03T16:27:50.703+00:00

Hi everyone,

I'm currently following this tutorial to set up my data explorer to be able to query data via event grid notifications: https://video2.skills-academy.com/en-us/azure/data-explorer/ingest-data-event-grid.

Setting up a web UI dashboard to plot the newest set of data shouldn't be too difficult since if a new blob gets created, you can just click refresh and the newest set of data should get plotted. However, I was wondering if it would be possible to plot an older set of data stored in the blob container? For example, if I wanted to see data I received yesterday, would it be possible to set it up such that I can just plot that dataset whenever I want without having to create a new tile or something?

I was wondering how I'd be able to go about this? Or is there another product from Azure that would be better suited for this?

Thanks,
Tobias

Azure Data Explorer
Azure Data Explorer
An Azure data analytics service for real-time analysis on large volumes of data streaming from sources including applications, websites, and internet of things devices.
502 questions
{count} votes

1 answer

Sort by: Most helpful
  1. MartinJaffer-MSFT 26,051 Reputation points
    2021-02-04T21:14:49.163+00:00

    I think I found what you are looking for, @tsun .

    In the Data Explorer Dashboard feature, there is the possibility to add parameters. The parameters would show up on the dashboard like a button or drop-down. By referencing the parameter in the query behind the panel, you can change the data shown dynamically.

    https://video2.skills-academy.com/en-us/azure/data-explorer/dashboard-parameters
    https://video2.skills-academy.com/en-us/azure/data-explorer/azure-data-explorer-dashboards#use-parameters