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

Get Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Learn more

Reply
jnrezk
Helper III
Helper III

Google Big Query date

Well I have 2 isses with Google Big Query. 

One was I keep trying to make a change to my code where I added the dataset and it is just saying waiting for google big query for hours. 

 

Since it is not working, I was wondering if you could help me fomat the date in PowerBI instead. Currently, I am unable to join the date to my calendar table because the date I have is Date Time or Date which is in a weird format. Currently it shows as 20220120 and I need it to be like 28/01/2022. Can you help with both or at least one of these issues? Thanks!

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

Hi, @jnrezk 

Select the column and choose Change Type from the right-click menu.
Use Change Type with Locale

vangzhengmsft_0-1643338911598.png

In the sample example, select the locale that works for you. 

Hope this helps.

 

 

Best Regards,
Community Support Team _ Zeon Zheng

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

4 REPLIES 4
v-angzheng-msft
Community Support
Community Support

Hi, @jnrezk 

Select the column and choose Change Type from the right-click menu.
Use Change Type with Locale

vangzhengmsft_0-1643338911598.png

In the sample example, select the locale that works for you. 

Hope this helps.

 

 

Best Regards,
Community Support Team _ Zeon Zheng

If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

This was an easy and very useful fix thank you!

amitchandak
Super User
Super User

@jnrezk , A new column in Power Query

= Date.FromText([Datecolumn])

or

= #date(Text.Start([Datecolumn],4), Text.Middle([Datecolumn],4,2),Text.End([Datecolumn],2) )

Share with Power BI Enthusiasts: Full Power BI Video (20 Hours) YouTube
Microsoft Fabric Series 60+ Videos YouTube
Microsoft Fabric Hindi End to End YouTube

@amitchandak Do you mind being a bit more specific in your examples - like what do I change out of what you sent - it doesn't work ... 

DateText = Date.FromText([Is this date my date in the data set?])
this is what I tried and it won't work

jnrezk_0-1643187349004.png

 

Helpful resources

Announcements
Fabric Data Days Carousel

Fabric Data Days

Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!

October Power BI Update Carousel

Power BI Monthly Update - October 2025

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

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.

Top Solution Authors