Skip to content

Commit ebf483e

Browse files
Updated per dev review
1 parent 34b2479 commit ebf483e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

powerquery-docs/odbc-troubleshooting.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,8 @@ Here are steps you can take for initial testing in Power BI Desktop:
4848
7. Expressions that fail to fold will result in a warning bar. Note the failure, remove the step, and move to the next test case. Details about the cause of the failure should be emitted to the trace logs.
4949
8. Close Power BI Desktop.
5050
9. Copy the trace files to a new directory.
51-
10. Use the recommend Power BI workbook to parse and analyze the trace files.
51+
10. Open the trace files in your text editor of choice.
52+
11. Search for `OdbcQuery/FoldingWarning` entries in the trace files. These entries should contain more information as to why the query engine believes that query folding isn't possible for this operation.
5253

5354
Once you have simple queries working, you can then try DirectQuery scenarios (for example, building reports in the Report Views). The queries generated in DirectQuery mode are significantly more complex (that is, use of sub-selects, COALESCE statements, and aggregations).
5455

0 commit comments

Comments
 (0)