Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Register now to learn Fabric in free live sessions led by the best Microsoft experts. From Apr 16 to May 9, in English and Spanish.

Reply
forzajuve21
New Member

Importing BigQuery Table through ODBC Connection

Hello,

 

I am importing a simple view from BigQuery into Power BI Desktop using an ODBC Connection.

The view only consists of 5 records of distinct item counts grouped by item ID.

The view runs fine on BigQuery, displaying a 5 rows by 2 columns table with numerical values.

However, when I import to Power BI, the item ID column displays without a problem, but the item count column shows something like the following:

{"v":{"f":[{"v":"###"},{"v":"####"}]}}

The first string (###) is the item ID, and the second (####) is the distinct count.

 

Could you please let me know how I can get the item count column to show only the #### string?

 

Thank you!

1 ACCEPTED SOLUTION
v-chuncz-msft
Community Support
Community Support

@forzajuve21,

 

You may add a custom column.

Json.Document([Column2])[v][f]{1}[v]
Community Support Team _ Sam Zha
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

View solution in original post

1 REPLY 1
v-chuncz-msft
Community Support
Community Support

@forzajuve21,

 

You may add a custom column.

Json.Document([Column2])[v][f]{1}[v]
Community Support Team _ Sam Zha
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

Helpful resources

Announcements
Microsoft Fabric Learn Together

Microsoft Fabric Learn Together

Covering the world! 9:00-10:30 AM Sydney, 4:00-5:30 PM CET (Paris/Berlin), 7:00-8:30 PM Mexico City

PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

Check out the April 2024 Power BI update to learn about new features.

April Fabric Community Update

Fabric Community Update - April 2024

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