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

View all the Fabric Data Days sessions on demand. View schedule

Reply
asamr
Helper I
Helper I

Text.Select - No Emojis but keep æ ø å

Dear Community

 

I am pulling facebook lead ads into PQ.

 

There is some coincidences where people have emojies in there name.

 

I am using: Text.Select([First Name],{"a".."z","A".."Z","0".."9"," "}

 

When I am using this formula it also removes the æ ø å from people names in Denmark.

How can I keep Æ Ø Å æ ø å?

 

Anders 🧚🏽‍♀️

Hans Sjøtlov

1 ACCEPTED SOLUTION
AlanHarman-Box
Frequent Visitor

Hi Anders,

 

The quickest solution is probably to add in all the characters you want to keep to your selectChars argument

(everything in the curly braces). To keep the characters you've mentioned, your Text.Select line would look like:

 

Text.Select([Column1],{"a".."z","A".."Z","0".."9"," ", "Æ", "Ø", "Å", "æ", "ø", "å"})

View solution in original post

2 REPLIES 2
Jakinta
Solution Sage
Solution Sage

Or you can try by referencing to this Unicode characters table with

 

Text.Select([First Name],{"a".."z","A".."Z","0".."9"," ", "À".."ÿ"})

 

AlanHarman-Box
Frequent Visitor

Hi Anders,

 

The quickest solution is probably to add in all the characters you want to keep to your selectChars argument

(everything in the curly braces). To keep the characters you've mentioned, your Text.Select line would look like:

 

Text.Select([Column1],{"a".."z","A".."Z","0".."9"," ", "Æ", "Ø", "Å", "æ", "ø", "å"})

Helpful resources

Announcements
November Power BI Update Carousel

Power BI Monthly Update - November 2025

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

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!

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.