Don't miss your chance to take the Fabric Data Engineer (DP-600) exam for FREE! Find out how by attending the DP-600 session on April 23rd (pacific time), live or on-demand.
Learn moreNext up in the FabCon + SQLCon recap series: The roadmap for Microsoft SQL and Maximizing Developer experiences in Fabric. 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.
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.
Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.
| User | Count |
|---|---|
| 48 | |
| 45 | |
| 41 | |
| 20 | |
| 17 |
| User | Count |
|---|---|
| 69 | |
| 63 | |
| 32 | |
| 31 | |
| 25 |