Forum Discussion
How do I view native query with Impala connection?
- 4 years ago
In Power BI Desktop when you invoke PQ - Go to Tools - Start Diagnostics - Refresh preview your query - Stop Diagnostics - Now, few logs will be generated which are simple to read. One of the column name is Data Source Query. That column will show you if SQL statement is being executed. If SQL statement is not executed, then the statement will not be shown against that step.
In Power BI Desktop when you invoke PQ - Go to Tools - Start Diagnostics - Refresh preview your query - Stop Diagnostics - Now, few logs will be generated which are simple to read. One of the column name is Data Source Query. That column will show you if SQL statement is being executed. If SQL statement is not executed, then the statement will not be shown against that step.
Thanks this was new info for me... However when I did that I am not able to see the full SQL query. It cuts off with just "..." at the end. FYI below.... I need to be able to read the full SQL query being run so I can hand it off to developers to generate VIEW tables in SQL for us...