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

Enhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.

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
July PBI25 Carousel

Power BI Monthly Update - July 2025

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

Join our Fabric User Panel

Join our Fabric User Panel

This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.

June 2025 community update carousel

Fabric Community Update - June 2025

Find out what's new and trending in the Fabric community.