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
newpbiuser01
Helper V
Helper V

#N/A Value in Excel File

Hello,

I have a data table that's being imported from an excel file that will be updated on a monthly basis. Occasionally, the email field contains - #N/A as the value which throws an error when the data refresh is run. I could go to the excel file each month to replace the #N/A value in excel manually, but I'd much rather not touch the raw data we receive, and update it in Power Query. I've been trying to do the Replace Values in Power Query to replace #N/A with "" or even "Unknown" but that doesn't seem to work. I still get an error. Is there a way I can fix this error in Power Query? 

NameEmail
ABC[email protected]
BCD[email protected]
EFG[email protected]
GVC[email protected]
AAA#N/A

 

newpbiuser01_0-1668440703886.png

Thank you for all your help!

1 ACCEPTED SOLUTION
v-xiaosun-msft
Community Support
Community Support

Hi @newpbiuser01 ,

 

When you import your excel files to Power BI Desktop and edit it in Power Query, "#N/A" will show as "error".

Expand the errors, you may see the message as below.

vxiaosunmsft_0-1668477364668.png

When encountering any cell-level errors, Power Query provides a set of functions to handle them either by removing, replacing, or keeping the errors.

You can try to remove the errors.

vxiaosunmsft_1-1668477576366.png

Or you can select "replace errors".

vxiaosunmsft_2-1668477665436.pngvxiaosunmsft_3-1668477683109.pngvxiaosunmsft_4-1668477716385.png

Please reference the following document which will be helpful to you.

Dealing with errors - Power Query | Microsoft Learn

 

Best Regards,
Community Support Team _ xiaosun

If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

View solution in original post

3 REPLIES 3
v-xiaosun-msft
Community Support
Community Support

Hi @newpbiuser01 ,

 

When you import your excel files to Power BI Desktop and edit it in Power Query, "#N/A" will show as "error".

Expand the errors, you may see the message as below.

vxiaosunmsft_0-1668477364668.png

When encountering any cell-level errors, Power Query provides a set of functions to handle them either by removing, replacing, or keeping the errors.

You can try to remove the errors.

vxiaosunmsft_1-1668477576366.png

Or you can select "replace errors".

vxiaosunmsft_2-1668477665436.pngvxiaosunmsft_3-1668477683109.pngvxiaosunmsft_4-1668477716385.png

Please reference the following document which will be helpful to you.

Dealing with errors - Power Query | Microsoft Learn

 

Best Regards,
Community Support Team _ xiaosun

If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

Thanks @v-xiaosun-msft! This worked. 

amitchandak
Super User
Super User

@newpbiuser01 , replace #N/A with null (null all small cap) and try 

Share with Power BI Enthusiasts: Full Power BI Video (20 Hours) YouTube
Microsoft Fabric Series 60+ Videos YouTube
Microsoft Fabric Hindi End to End YouTube

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 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.

Top Solution Authors