Don't miss your chance to take the Fabric Data Engineer (DP-600) exam for FREE! Find out how by watching the DP-600 session on-demand now through April 28th.
Learn moreJoin the FabCon + SQLCon recap series. Up next: Power BI, Real-Time Intelligence, IQ and AI, and Data Factory take center stage. All sessions are available on-demand after the live show. Register now
Hi
I am creating a DataSet using an Oracle DataSource and I'm trying to add Query Parameters.
The substitution syntax is different
WHERE MyField = @MyParam in a SQL Server query
becomes
WHERE MyField = &MyParam in an Oracle query.
MyField one is NUMBER(4)
MyParam is an Integer
I've tried amending the syntax of the Query to use the Oracle format but can't get it to work properly - I keep getting Invalid Number errors.
Does anyone have any experience of this, or any examples of how they have used Query Parameters with Oracle datasources?
Thanks,
Mark
Solved! Go to Solution.
Hi,
thanks for the reply. I worked out the problem
when using query parameters for an Oracle query in Paginated Reports
Where Field1 = :Parameter
i.e. use ':' where SQL Server query would use '@'
This will help on thi subject. For creating a parameter from Orcale source or using a parameter in Orcale query.
Hi,
thanks for the reply. I worked out the problem
when using query parameters for an Oracle query in Paginated Reports
Where Field1 = :Parameter
i.e. use ':' where SQL Server query would use '@'
The post below may be helpful:
Proud to be a Super User!
Check out the April 2026 Power BI update to learn about new features.
If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.
A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.
| User | Count |
|---|---|
| 43 | |
| 37 | |
| 34 | |
| 21 | |
| 16 |
| User | Count |
|---|---|
| 65 | |
| 65 | |
| 30 | |
| 26 | |
| 25 |