Skip to content

Commit a093450

Browse files
authored
Update get-analytics-knowledge-base.md
1 parent cba884a commit a093450

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/cognitive-services/QnAMaker/How-To/get-analytics-knowledge-base.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ traces | extend id = operation_ParentId
108108
| extend question = tostring(customDimensions['Question'])
109109
| extend answer = tostring(customDimensions['Answer'])
110110
| extend score = tostring(customDimensions['Score'])
111-
| where score == "0"
111+
| where score == "0" and message == "QnAMaker GenerateAnswer"
112112
| project timestamp, KbId, question, answer, score
113113
| order by timestamp desc
114114
```

0 commit comments

Comments
 (0)