Forum Discussion
Anonymous
6 years agoNot applicable
power query data issue
Hi,
I am reading data from google big query through power bi connector. My data in bigquery is like this for platform column.
Platform
web
android
ios
But power query is returning like following
{"v":{"f":[{"v":"ios"},{"v":"ios"},{"v":"app"}]}}
{"v":{"f":[{"v":"web"},{"v":"web"},{"v":"web"}]}}
Need help.
Thanks
Hi Anonymous
Try the solution on the attached.
Best Regards,
Mariusz
If this post helps, then please consider Accepting it as the solution.
Please feel free to connect with me.
LinkedIn
3 Replies
- AnonymousNot applicable
Hello @nsatyabrat7 ,
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