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
HKteck
New Member

cannot deserialize the current JSON object(e.g. {"Name":"value"}) in power bi translations builder

"Hello Power BI Community,

I've recently been tasked with translating several projects into different languages, and I'm utilizing the external tool within Power BI called Translations Builder (Version 2.2) for this purpose. However, I'm encountering an error message that says: "Cannot deserialize the current JSON object (e.g. {"Name":"value"})" within the Power BI Translations Builder tool.

Has anyone else experienced this issue before? If so, could you please provide some insights or guidance on how to resolve it?

 

HKteck_0-1710948702311.png

 

HKteck_1-1710948787773.png

@amitchandak @Ritaf1983 @lbendlin - Special request you all champs Please look into it.

Your assistance would be greatly appreciated!

Thank you."

 

1 REPLY 1
Anonymous
Not applicable

Hi, @HKteck 

This issue is mainly due to the fact that you are deserializing JSON that is not in the expected format. You need to check if you have set a special format for JSON strings, and if you do, you can try changing them to the following two formats:
1. Array type, e.g. [1,2,3]
2. Convert to List[T] type
If you haven't set up these JSONs, you can re-set up and install this external tool as shown in the official documentation:

TranslationsBuilder/Docs/Installation Guide.md at main · PowerBiDevCamp/TranslationsBuilder · GitHub

You can translate your report by following the official documents below:

TranslationsBuilder/Docs/Building Multi-language Reports in Power BI.md at main · PowerBiDevCamp/Tra...

Create multiple-language reports with Translations Builder - Power BI | Microsoft Learn

 

 

How to Get Your Question Answered Quickly

If it does not help, please provide more details with your desired output and pbix file without privacy information (or some sample data) .

Best Regards

Jianpeng Li

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

Helpful resources

Announcements
August Power BI Update Carousel

Power BI Monthly Update - August 2025

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

August 2025 community update carousel

Fabric Community Update - August 2025

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

Top Solution Authors