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



!! Microsoft Fabric !!
Microsoft Power BI Learning Resources, 2023 !!
Learn Power BI - Full Course with Dec-2022, with Window, Index, Offset, 100+ Topics !!
Did I answer your question? Mark my post as a solution! Appreciate your Kudos !! Proud to be a Super User! !!

Helpful resources

Announcements
May 2023 update

Power BI May 2023 Update

Find out more about the May 2023 update.

Submit your Data Story

Data Stories Gallery

Share your Data Story with the Community in the Data Stories Gallery.

Top Solution Authors