Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

July 7 - July 17 | Round 2 of the Power BI Dataviz World Championships. Don't miss your chance! Learn more

Reply
mjsystemss
Resolver I
Resolver I

Abnormal data display in Query Editor

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

mjsystemss_2-1776888730929.png

 

 

mjsystemss_0-1776888583897.png


 

 

 

1 ACCEPTED SOLUTION

Hi @mjsystemss ,

 

Thank you for your patience.

 

Since you’re working with Oracle Database in Microsoft Power BI.

Please consider following points:

  • Check or remove the “Changed Type” step, as type conversions can impact how queries are executed at the source
  • Use View Native Query to identify where folding starts causing problems

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

View solution in original post

8 REPLIES 8
v-moharafi-msft
Community Support
Community Support

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.

v-moharafi-msft
Community Support
Community Support

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.

mjsystemss
Resolver I
Resolver I

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.

danextian
Super User
Super User

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?





Dane Belarmino | Microsoft MVP | Proud to be a Super User!

Did I answer your question? Mark my post as a solution!


"Tell me and I’ll forget; show me and I may remember; involve me and I’ll understand."
Need Power BI consultation, get in touch with me on LinkedIn or hire me on UpWork.
Learn with me on YouTube @DAXJutsu or follow my page on Facebook @DAXJutsuPBI.

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:

  • Check or remove the “Changed Type” step, as type conversions can impact how queries are executed at the source
  • Use View Native Query to identify where folding starts causing problems

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

Juan-Power-bi
Super User
Super User

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.

Helpful resources

Announcements
FabCon and SQLCon Barcelona 2026

FabCon & SQLCon – Barcelona 2026

Join us in Barcelona for FabCon and SQLCon, the Fabric, Power BI, SQL, and AI community event. Save €200 with code FABCMTY200.

60 days of Data Days Carousel

Data Days 2026

Join Fabric Data Days 2026: 60 days of free live/on-demand sessions, challenges, study groups, and certification opportunities.

Power BI DataViz World Championships carousel

Power BI DataViz World Championships - June 2026

A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.