-
Notifications
You must be signed in to change notification settings - Fork 526
Dialog context not showing up in Power Bi report #3612
Description
What project is affected?
Power Bi report for Virtual Assistant and skills
What language is this in?
TypeScript
What happens?
We are unable to get any dialog context to show up in the power Bi dashboard. We have updated the telemetry logger to record PII but are still not getting any dialog context in the report. All other tabs are populating correctly we are just unable to see any output on the dialog tabs
What are the steps to reproduce this issue?
Create Virtual Assistant,
Add the Boolean value "true" to the telemetry logger
const telemetryLoggerMiddleware = new TelemetryLoggerMiddleware(telemetryClient, true);
const telemetryInitializerMiddleware = new TelemetryInitializerMiddleware(telemetryLoggerMiddleware, true);
check the "All Dialogs Overview" and "Dialog Overview" tabs in the power Bi report
What were you expecting to happen?
Dialog information to be populated in the report
Can you share any logs, error output, etc.?
No errors are present
