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

Register now to learn Fabric in free live sessions led by the best Microsoft experts. From Apr 16 to May 9, in English and Spanish.

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
Microsoft Fabric Learn Together

Microsoft Fabric Learn Together

Covering the world! 9:00-10:30 AM Sydney, 4:00-5:30 PM CET (Paris/Berlin), 7:00-8:30 PM Mexico City

PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

Check out the April 2024 Power BI update to learn about new features.

April Fabric Community Update

Fabric Community Update - April 2024

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

Top Solution Authors