Tutorial: View analytics with Power BI
Open the Power BI template
-
Open the Virtual Assistant analytics template and paste your Application Insights Application ID.
-
After loading the tables with your populated data, you should now see insights from your Virtual Assistant.
Note: You may run into authentication issues when opening the template, particularly if you have opened the template previously using another Application ID. If so, perform the following steps to re-authenticate the template with your Application Insights service:
- Open the Template
- File > Options and Settings > Data Source Settings
- Click “Global permissions”
- Click on anything resembling “api.logalytics.io” and Clear Permissions > Clear Permissions > Delete
- Close and Re-open the Template
- Paste your Application Insights AppId
- Click Load
- Important: Select Organizational Account > Sign In > Connect
Additional Telemetry
By default, a Virtual Assistant or Skill template based project collects personally identifiable information (e.g. Conversation drill-down and transcripts) which will lead to the respective sections in the PowerBI dashboard to function as expected. If you wish to not collect this information make the following change to appsettings.json
Change this entry:
"logPersonalInfo": true
To the following:
"logPersonalInfo": false