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

July 7 - July 17 | Round 2 of the Power BI Dataviz World Championships. Don't miss your chance! Learn more

Reply
Anonymous
Not applicable

Formula for replacing values

 Hi everyone,

 I'm trying to pull longitude and latitude data from a ship-tracking website and create the "map" visualization based on it:

https://www.myshiptracking.com/vessels/deepsea-yantai-mmsi-311000483-imo-97316383.PNG

 

And it comes in this format after some manipulation with columns:

Capture.PNG

 

Since the coordinates will be changing, I guess I need a formula that will be automatically converting this text into the decimal number (without the deg symbol °) each time I refresh the data. It should look like this I guess:

2.PNG

 

What would the fomula be? And do I replace the text with this formula or do I create a new column?

Thanks in advance 🙂

1 ACCEPTED SOLUTION
Greg_Deckler
Community Champion
Community Champion

In Power Query, select each column and do a Replace Values to replace your degree symbol with blank. Or, you could do a essentially a Left of length - 1 in a new column.



Follow on LinkedIn
@ me in replies or I'll lose your thread!!!
Instead of a Kudo, please vote for this idea
Become an expert!: Enterprise DNA
External Tools: MSHGQM
YouTube Channel!: Microsoft Hates Greg
Latest book!:
DAX For Humans

DAX is easy, CALCULATE makes DAX hard...

View solution in original post

3 REPLIES 3
Syndicate_Admin
Administrator
Administrator

Were you all able to get this working?  I'm doing something similar, and I'm experiencing a weird issue where it seems like ReplaceValue can't find the ° symbol.  I've copied and pasted it exactly like it is in Power Query but it isn't finding this character.

 

Have you all seen anything like this?

Greg_Deckler
Community Champion
Community Champion

In Power Query, select each column and do a Replace Values to replace your degree symbol with blank. Or, you could do a essentially a Left of length - 1 in a new column.



Follow on LinkedIn
@ me in replies or I'll lose your thread!!!
Instead of a Kudo, please vote for this idea
Become an expert!: Enterprise DNA
External Tools: MSHGQM
YouTube Channel!: Microsoft Hates Greg
Latest book!:
DAX For Humans

DAX is easy, CALCULATE makes DAX hard...
Anonymous
Not applicable

Thanks, Greg! Would it still work after I refreshed the data?

Helpful resources

Announcements
FabCon and SQLCon Barcelona 2026

FabCon & SQLCon – Barcelona 2026

Join us in Barcelona for FabCon and SQLCon, the Fabric, Power BI, SQL, and AI community event. Save €200 with code FABCMTY200.

60 days of Data Days Carousel

Data Days 2026

Join Data Days 2026: 60 days of free live/on-demand sessions, challenges, study groups, and certification opportunities.

Power BI DataViz World Championships carousel

Power BI DataViz World Championships - June 2026

A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.

Top Solution Authors