Forum Discussion
Anonymous
7 years agoNot applicable
Query Banding
Hi Team, I am looking for how to define "Query Banding" in Power BI desktop. Query band statements run during connection and helpful for database team to identify the query coming from different ...
migs
2 years agoFrequent Visitor
I tried settting the Teradata query band parameter through data source settings. There is a SQL Statement field within Advanced Options in the same dialog box where you enter the Teradata server name. I entered a statement like the following:
SET QUERY_BAND='LoginUser=my_user_1;ProxyUser=my_proxy_user;' FOR SESSION;
When I click on Apply changes, I'm getting the following error message:
"This native database query isn't currently supported."
Is there any other way to use query banding?