Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!The Power BI Data Visualization World Championships is back! Get ahead of the game and start preparing now! Learn more
Hello ,
I am trying to pass the parameter in Oracle SQL in pagianted report using Oracle Database conneciton. But i am getting missing expression error or syntax errors. where ABC = @ParameterName
the expression is working with ODBC conneciton (preview).
Could you please help me with the correct paramterter expression with Oracle database.
Thank you,
Paramjit
Solved! Go to Solution.
Hi @Paramjit ,
Please use ":" instead of "@" like so:
where ABC = :ParameterName.
SQL Server uses an @ sign for the parameters, but Oracle uses a : (colon) to prefix it’s parameters.
Reference: defining oracle query parameters - Report Designer (SSRS) (microsoft.com)
Best Regards,
Icey
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi @Paramjit ,
Please use ":" instead of "@" like so:
where ABC = :ParameterName.
SQL Server uses an @ sign for the parameters, but Oracle uses a : (colon) to prefix it’s parameters.
Reference: defining oracle query parameters - Report Designer (SSRS) (microsoft.com)
Best Regards,
Icey
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Is there a way to pass multiple parameters? So I want to do a direct query to the Oracle database through Paginated reports but I want the user to be able to query on Order Number OR Customer name or both. I got it to run but it returns no results because if I enter an Order number but not a customer name, it sends null to the customer name and then returns no results for the query because the customer name is populated for that order number I tried to lookup. Thanks.
Hi @moldepc
Did you ever get queries to work with the option of having user input multiple parameters for ex. Customer and Country, where either might be left blank ?
Hi Everyone,
Any help on this pls.
Thank you.
The Power BI Data Visualization World Championships is back! Get ahead of the game and start preparing now!
Check out the November 2025 Power BI update to learn about new features.
| User | Count |
|---|---|
| 69 | |
| 47 | |
| 44 | |
| 28 | |
| 19 |
| User | Count |
|---|---|
| 200 | |
| 125 | |
| 102 | |
| 69 | |
| 53 |