I have an asp.net application which uses App Insights SDK to get the telemetry data. I can see the data in the Azure portal. All is good.
Now, I export that data to a SQL database. It gets exported in JSON format continuously.
After many days, I need to show that telemetry in visualization form to my team. Can it be done in any way using already existing tools?
I don't want to do a lot of data munging again and hope Microsoft has something.
Please let me know if it can be done using PowerBI or in some other way.
Thanks a lot.