Get certified for free when you join Fabric Data Days 2026 and dive into Fabric, Power BI, SQL, AI, and other essential data skills.
Join nowJuly 7 - July 17 | Round 2 of the Power BI Dataviz World Championships. Don't miss your chance! Learn more
Hello,
I am having this abnormal behavior in Power Query editor the first. The first screenshot below from Oracle SQL DB.
when I import it into Power Query editor it does not display data. It shows null meanwhile in SQL it shows data.
Any idea on how to fix this problem
Solved! Go to Solution.
Hi @mjsystemss ,
Thank you for your patience.
Since you’re working with Oracle Database in Microsoft Power BI.
Please consider following points:
You can refer to Microsoft’s official documentation for more details:
https://learn.microsoft.com/en-us/power-query/query-folding-basics
Best Regards,
Abdul Rafi
Hi @mjsystemss ,
We wanted to check if your question has been resolved or if you are still facing any confusion feel free to reach out. Providing an update can be beneficial for others who might be experiencing similar challenges.
Thank you.
Hi @mjsystemss ,
Thank you for reaching out to Microsoft Fabric Community and Thanks to @danextian and @Juan-Power-bi for Sharing valuable insights.
Just wanted to check if you had the opportunity to review the information provided. Please feel free to contact us if you have any further questions.
Best Regards,
Abdul Rafi.
I used the paste Query window in the import mode but when I converted the query to a View and imported the data showed. I need to change the data source to a view but it is breaking the work I have done.
I dont have any applied steps in the source.
Have you verified whether you're connecting to the same data source (same server, database, table/view) and not another one with the same schema? Do you have applied steps in the query editor other than data source connection that might be causing the issue? Are there data left if you filter out the nulls?
I have resolved this. I deleted the table and imported it again. I am still interested to know how to resolve the query folding problem.
Hi @mjsystemss ,
Could you please confirm if the issue has been resolved? If not, feel free to reach out if you have any further questions.
Your update would be helpful for other members who may face a similar issue.
Best Regards,
Abdul Rafi
Hi @mjsystemss ,
Thank you for your patience.
Since you’re working with Oracle Database in Microsoft Power BI.
Please consider following points:
You can refer to Microsoft’s official documentation for more details:
https://learn.microsoft.com/en-us/power-query/query-folding-basics
Best Regards,
Abdul Rafi
This is most likely a query folding or data type issue with the Oracle connector.
Perhaps you can see if you're importing a view or a query with complex logic (CASE statements, functions, etc.), Oracle sometimes returns nulls when Power BI pushes certain operations back to the database that the source can't handle cleanly.
Try adding a step right after Source to disable query folding: Table.Buffer(Source) — this forces Power Query to pull all the data locally before applying any transformations. If data shows up after that, query folding is the culprit.
Also check the data type Power Query assigned to those columns. If it's detecting the wrong type and casting nulls, removing the "Changed Type" step temporarily will tell you if that's the issue.
Join us in Barcelona for FabCon and SQLCon, the Fabric, Power BI, SQL, and AI community event. Save €200 with code FABCMTY200.
Join Fabric Data Days 2026: 60 days of free live/on-demand sessions, challenges, study groups, and certification opportunities.
| User | Count |
|---|---|
| 23 | |
| 19 | |
| 18 | |
| 17 | |
| 13 |
| User | Count |
|---|---|
| 60 | |
| 52 | |
| 47 | |
| 40 | |
| 38 |