Join us for an expert-led overview of the tools and concepts you'll need to pass exam PL-300. The first session starts on June 11th. See you there!
Get registeredPower BI is turning 10! Let’s celebrate together with dataviz contests, interactive sessions, and giveaways. Register now.
Hello there , I am unable to pull Google BIG QUERY (GCP) Datetime columns to Power BI , How do we workaround this issue.
Seeing the following error . Issue is mentioned in the official site (https://learn.microsoft.com/en-us/power-query/connectors/google-bigquery#unable-to-authenticate-with...
just seeing if there is any update on this
It worked only once , i tried to do again , it threw the same error.
Hi @kmanyam ,
Do you still get the same error message even if you use custom query and load into Power BI after converting all the fields that were originally of datetime type to date or text type? Could you please provide the related SQL query and screenshot with error message for further troubleshooting? Thank you.
Best Regards
Hi @kmanyam ,
You can use a custom SQL query within Power BI to convert the datetime columns into a format that Power BI can handle(for example: Date or Text).
Convert the type of datetime column as Text:
SELECT
CAST(datetime_column AS STRING) AS datetime_column_str,
other_columns
FROM
your_table
Convert the type of datetime column as Date:
SELECT
CONVERT(date,datetime_column) AS datetime_column_str,
other_columns
FROM
your_table
Best Regards
This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.
Check out the June 2025 Power BI update to learn about new features.
User | Count |
---|---|
76 | |
75 | |
54 | |
37 | |
31 |
User | Count |
---|---|
99 | |
56 | |
50 | |
42 | |
40 |