Forum Discussion
Anonymous
4 years agoNot applicable
How do I view native query with Impala connection?
I am connecting into our Impala Server am pulling in one table. The only step I added was "remove other columns". Why am I not able to see the SQL code behind the scene here? This does not happen whe...
- 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.
Vijay_A_Verma
4 years agoMost Valuable Professional
Right click on that cell - Drill down and now you will have complete display of that cell which you can copy.
- Anonymous4 years agoNot applicable
Perfect! That worked.