Forum Discussion
Oracle SQL Queries
I'm receiving SQL queries from our IT. However they are massive and written for the Oracle database. Functions like decode or the symbol (+) are not supported, but it is a pain to rewrite them.
I was hoping there exists a tool that transforms Oracle SQL queries to SQL queries supported by Power Query.
Edit: (+) is supported.
5 Replies
- v-juanli-msftCommunity Support
Hi DouweMeer
As far as i known, there is no such tool.
There are some articles about SQL to DAX or Power Query
https://www.sqlbi.com/articles/from-sql-to-dax-joining-tables/
https://sqlserverbi.blog/2018/05/12/sql-m-or-dax/
If the SQL queries limit the data when importing to Power BI, you could paste the SQL queries in "Sql statement" window
Best Regards
MaggieCommunity Support Team _ Maggie Li
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.- DouweMeerImpactful Individual
Hello Maggie,
Was what I meant. When I copy paste the SQL query in the SQL statement it doesn't work, thus having me to rewrite it.
- v-juanli-msftCommunity Support
- Vanessa250919Helper V
Hello, DECODE is not supported in PowerBI ? Really ?