It will most likely fail because because its a different connector which i dont think would work with powerbi server.Your only bet is to try with positional arguments since you are using ODBC.Select * from table where columnx = ? And columny = ?Check...
@fellipeao This is the only way I found that works well with databricks since positional arguments (?) was a fail for me. This is the latest version of paginated report builder.https://learn.microsoft.com/en-us/power-bi/paginated-reports/report-build...