Forum Discussion
Query works in Oracle SQL Developer, but not in Power BI
- Anonymous4 years ago
Hi Anonymous
The SQL part will need to be re written
as One query per call is excutes and all the statements begining with define is a statement in itself.
Also, "&&value1" will need an input in Developer and if you have provided it once it may not ask untill session is reset. However, this cannot be carried over to PBO query editor.You may need to work on parameters instead to achieve the "&&" functionality.
Hi Anonymous
The SQL part will need to be re written
as One query per call is excutes and all the statements begining with define is a statement in itself.
Also, "&&value1" will need an input in Developer and if you have provided it once it may not ask untill session is reset. However, this cannot be carried over to PBO query editor.
You may need to work on parameters instead to achieve the "&&" functionality.