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

Get Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now

Reply
Anonymous
Not applicable

Convert Israeli cordianets to use them in dashboard

Hi,

i got cordinates like those:

Y  X

644796.768174265

 

how can i convert them to use it in power bi map?
thanks.

 

4 REPLIES 4
Anonymous
Not applicable

Hi,

i got cordinates like those:

Y                                  X

644796.768174265    199575.078316823

644717.913914994    199367.247692828
646360.979701126    201283.760900855

How can i convert them to use it in power bi map?
I cant use python, i can use Power Query, SQL or ADF.
thanks.

The coordinates you provided seem to be in the Israeli Transverse Mercator (ITM) coordinate system, and you likely want to convert these to a global coordinate system such as WGS84 (which uses latitude and longitude) to be able to use them in a map visual.

Here is a repo that you can use it : https://github.com/zvizvi/ITM-to-WGS84

Another link to help you : https://stackoverflow.com/questions/14329691/convert-latitude-longitude-point-to-a-pixels-x-y-on-mer...


Proud to be a Power BI Super User !

Microsoft Community : https://docs.microsoft.com/en-us/users/AmiraBedhiafi
Linkedin : https://www.linkedin.com/in/amira-bedhiafi/
StackOverflow : https://stackoverflow.com/users/9517769/amira-bedhiafi
C-Sharp Corner : https://www.c-sharpcorner.com/members/amira-bedhiafi
Power BI Community :https://community.powerbi.com/t5/user/viewprofilepage/user-id/332696
Anonymous
Not applicable

thank for your answer.

as I said, i cant use any programming language' only SQL or Azure Data Factory.

can I do it with this tools?

While it is not the adequate platform to ask about SQL/Azure, here is a link to guide you : https://gis.stackexchange.com/questions/214833/convert-nztm-to-latitude-longitude-in-sql


Proud to be a Power BI Super User !

Microsoft Community : https://docs.microsoft.com/en-us/users/AmiraBedhiafi
Linkedin : https://www.linkedin.com/in/amira-bedhiafi/
StackOverflow : https://stackoverflow.com/users/9517769/amira-bedhiafi
C-Sharp Corner : https://www.c-sharpcorner.com/members/amira-bedhiafi
Power BI Community :https://community.powerbi.com/t5/user/viewprofilepage/user-id/332696

Helpful resources

Announcements
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!

October Power BI Update Carousel

Power BI Monthly Update - October 2025

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

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.

Top Kudoed Authors