Don't miss your chance to take the Fabric Data Engineer (DP-600) exam for FREE! Find out how by watching the DP-600 session on-demand now through April 28th.
Learn moreJoin the FabCon + SQLCon recap series. Up next: Power BI, Real-Time Intelligence, IQ and AI, and Data Factory take center stage. All sessions are available on-demand after the live show. Register 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 April 2026 Power BI update to learn about new features.
If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.
A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.
| User | Count |
|---|---|
| 43 | |
| 37 | |
| 34 | |
| 21 | |
| 16 |
| User | Count |
|---|---|
| 65 | |
| 64 | |
| 31 | |
| 26 | |
| 25 |