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

To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount now.

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
September Power BI Update Carousel

Power BI Monthly Update - September 2025

Check out the September 2025 Power BI update to learn about new features.

August 2025 community update carousel

Fabric Community Update - August 2025

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

Top Solution Authors