Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!Get Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now
Hi guys,
I'm loading a dataset from Google Big Query. The data looks fine in Big Query however upon loading in PBI, there are random characters generated across the column. It looks something like this :
| {"v":{"f":[{"v":"BU2"},{"v":"Outlet"},{"v":"1526"}]}} |
{"v":{"f":[{"v":"BIP"},{"v":"Outlet"},{"v":"4515"}]}} |
| {"v":{"f":[{"v":"EMP"},{"v":"Outlet"},{"v":"1649"}]}} |
The supposed value for first column is BU2, BIP and EMP, while the Outlet and Numbers are on different columns. I only have issue with this column. Any idea what is causing this random characters to appear ?
Thank you.
Solved! Go to Solution.
Hi @naufal_msr
This may be caused by the data structure in Google Big Query. If all values are in this format, you can try to transform your data in Power Query Editor by Split function.
Here I split column by positions.
Then remove the columns we don't need. Result is as below.
Best Regards,
Rico Zhou
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hello @naufal_msr,
I had the same issue when connecting Power Query to Big Query.
To solve this problem, you need to do a SQL query on the connection advanced tab.
This worked for me.
Cheers,
Hugo
Hi @naufal_msr
This may be caused by the data structure in Google Big Query. If all values are in this format, you can try to transform your data in Power Query Editor by Split function.
Here I split column by positions.
Then remove the columns we don't need. Result is as below.
Best Regards,
Rico Zhou
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Check out the November 2025 Power BI update to learn about new features.
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!