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

Calling all Data Engineers! Fabric Data Engineer (Exam DP-700) live sessions are back! Starting October 16th. Sign up.

Reply
jmillsjmills
Helper III
Helper III

Can I extract the error message as a text string?

I'm getting an error message that when I click into it, it says:

 

DataFormat.Error: We found extra characters at the end of JSON input. 

Details:
Value=;
Position=805732

 

I would like to convert this error message from being along the yellow bar to being text in a table with one row and one column. That's all I need to know how to do - do you have any ideas please?

 

Thanks!

 

For what it's worth, it's because this number in my error message can also be my solution to the error. If I can extract 805732 - a number that will change each time I run the query - I can dynamically handle this error. If I extract "805732" and convert it to a number, I can then change the original JSON input using the Text.Start function (trimming off the extra characters that cause the error).

 

So all I need to do is take the error message and have it returned in the table, so I can manipulate the output.

1 ACCEPTED SOLUTION
Anonymous
Not applicable

Hi @jmillsjmills ,

 

Here's a blog about how to extract the error message in Power Query, you could have a try.

https://www.sumproduct.com/blog/article/power-query-blogs/power-query-trying-to-extract-errors

Use the try function to extract error message. For example,

add a custom column with try function.

vstephenmsft_1-1652345109636.png

You'll get a column with records. Expand the error.

vstephenmsft_2-1652345157731.png

vstephenmsft_3-1652345197418.png

vstephenmsft_5-1652345222413.png

Continue to expand the message.

vstephenmsft_4-1652345214268.png

vstephenmsft_6-1652345259507.png

 

You can expand what you want according to your needs.

 

 

 

Best Regards,

Stephen Tao

 

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
Anonymous
Not applicable

Hi @jmillsjmills ,

 

Here's a blog about how to extract the error message in Power Query, you could have a try.

https://www.sumproduct.com/blog/article/power-query-blogs/power-query-trying-to-extract-errors

Use the try function to extract error message. For example,

add a custom column with try function.

vstephenmsft_1-1652345109636.png

You'll get a column with records. Expand the error.

vstephenmsft_2-1652345157731.png

vstephenmsft_3-1652345197418.png

vstephenmsft_5-1652345222413.png

Continue to expand the message.

vstephenmsft_4-1652345214268.png

vstephenmsft_6-1652345259507.png

 

You can expand what you want according to your needs.

 

 

 

Best Regards,

Stephen Tao

 

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

 

Thanks so much!

Anonymous
Not applicable

Check out Ben Gribaudo's article here:

 

https://bengribaudo.com/blog/2022/02/21/6561/enhancing-an-errors-detail#more-6561 

 

--Nate

Helpful resources

Announcements
FabCon Global Hackathon Carousel

FabCon Global Hackathon

Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes!

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 Kudoed Authors