fellipeao
New Contributor III

Hello.
I tried this approach a few days ago, and the parameters work fine on my local machine using my token databricks. I got the expected result after run the query.

fellipeao_0-1759846434321.png

The main issue is that I'm building this object to be published on Power BI Report Server, which only supports connections to Databricks via an ODBC driver.
After publishing the object, I’m able to switch the connection to ODBC, test it successfully, and I can also see the parameters. However, when executing the query, it returns an error.

Testing odbc connection (ok):

fellipeao_1-1759846505593.png

checking my parameters (ok)

fellipeao_2-1759846531751.png

opening the report (ok)

fellipeao_3-1759846574082.png

Runnin the report (not ok)

fellipeao_4-1759846601263.png

I have tried many configurations, but I'm still have trouble.
Thanks for the suggestion.