cancel
Showing results for 
Search instead for 
Did you mean: 
Reply
michaljk
New Member

Is there a way to check if a Canadian postal code is in the correct format?

I have mailing addresses within a file and I'm trying to check the postal codes to ensure they follow the right format of A#A #A#. With Excel, I'd use the MID formula to return the specific character and manually review. Is there a Power Query function to check the format of postal codes and ensure they follow the guidelines of A#A #A#?

 

Thank you in advance! I've tried searching for this but couldn't find any solutions.

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

Hi, @michaljk 

In powerbi, I would suggest you create a calculated column or measure.

You can use the MID function  to return the specific character and manually review.

Please check this official document.

mid-function-dax 

 

You  can also try "split" feature in query editor as below:

95.png

96.png

 

 

Best Regards,
Community Support Team _ Eason

View solution in original post

3 REPLIES 3
v-easonf-msft
Community Support
Community Support

Hi, @michaljk 

In powerbi, I would suggest you create a calculated column or measure.

You can use the MID function  to return the specific character and manually review.

Please check this official document.

mid-function-dax 

 

You  can also try "split" feature in query editor as below:

95.png

96.png

 

 

Best Regards,
Community Support Team _ Eason

Thanks for this! Going to try it out and hopefully can get it to work.

amitchandak
Super User
Super User

@michaljk , You can create a string with the format and compare, but not sure that can help https://docs.microsoft.com/en-us/powerquery-m/text-format

 

Text.Start Text.Middle and Text.End are good to use

Helpful resources

Announcements
PBI Sept Update Carousel

Power BI September 2023 Update

Take a look at the September 2023 Power BI update to learn more.

Learn Live

Learn Live: Event Series

Join Microsoft Reactor and learn from developers.

Dashboard in a day with date

Exclusive opportunity for Women!

Join us for a free, hands-on Microsoft workshop led by women trainers for women where you will learn how to build a Dashboard in a Day!

MPPC 2023 PBI Carousel

Power Platform Conference-Power BI and Fabric Sessions

Join us Oct 1 - 6 in Las Vegas for the Microsoft Power Platform Conference.

Top Solution Authors