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

Get Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Learn more

Reply
Anonymous
Not applicable

How to find why's Errors?

How to find where is the error?  it's nothing under the table. 

CRM.PNG

5 REPLIES 5
Phil_Seamark
Microsoft Employee
Microsoft Employee

Hi @Anonymous

 

So are you clicking here to get that view?  (no filters set?)

 

Errors.png

 


To learn more about DAX visit : aka.ms/practicalDAX

Proud to be a Datanaut!

Anonymous
Not applicable

@Phil_Seamark Yes, i did, but nothing there.   thanks.

Some errors may not show up in the Query Editor, but are still reported as error when data is loaded into the data model.

 

An example would be that you have decimals in numbers that should be whole numbers as demonstrated in this short video.

 

I reported this as an issue with Microsoft and was told this is by design... Smiley Frustrated

 

 

 

 

Specializing in Power Query Formula Language (M)

Hi @MarcelBeug

 

Yes that is true, because when data is loaded into the Query Editor it only Samples the first 200 rows.


Whilst when you load the data from the Query Editor into your Power BI Model it loads the entire dataset, and it is sometimes only then that it will then produce an error.

 

What I can suggest is if you know that your data has got, then format the column data type accordingly, as Power BI is doing a best educated guess.

 

Alternatively you could change the column to Text to see what different data types there are, and then once you know how to resolve the issue, go back into the Query Editor, resolve the data issue and try again?





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

Proud to be a Super User!







Power BI Blog

@GilbertQ

Adding a column has nothing to do with loading data into the query editor; otherwise both can result in data mismatching the column's data type.

 

@Anonymous

So our best guess is that you have data somewhere in your table/query that doesn't match the column type, which could have  happened  at data load or by adding a column.

 

Specializing in Power Query Formula Language (M)

Helpful resources

Announcements
Fabric Data Days Carousel

Fabric Data Days

Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!

October Power BI Update Carousel

Power BI Monthly Update - October 2025

Check out the October 2025 Power BI update to learn about new features.

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.

Top Solution Authors