0

This is not a programming question.

Is there a tool out there that lets me explore my exported App Insights data and do advanced things like funnels and graphing different metrics? I'm thinking something like Mixpanel or other anayltics websites but that would work on my own data from Application Insights.

Azure Portal is too limited e.g. it doesn't have funnels and it's too slow.

SpaceMonkey
  • 4,143
  • 5
  • 38
  • 60

2 Answers2

1

Try Power BI with Application Insights content pack. Here is a short guide how to get started

0

You should create a continuous export of your app insights data. Just create or use an storage account, and then in azure portal goto Application Insights settings and configure the continuous export feature

Continuous export

Full article: Export telemetry from Application Insights

Once you have your data, you can process it in any way with the tool you want.

Community
  • 1
  • 1
JuanK
  • 2,056
  • 19
  • 32
  • I know how to export the data. I'm asking if there are tools that already know how to handle Azure data and provide me with advanced features like funnels. – SpaceMonkey Jan 05 '16 at 13:23
  • Oh, I'm sorry I miss understand the question. – JuanK Jan 05 '16 at 22:53