Forum Discussion
syn_ga
10 years agoNew Member
PowerBI map show correct location
Hi, i'm trying to show a map with a location, i have the following table: I'm using just one line with Lat and Long because i'm just testing, i'll do something using Azure Stream Analytics to ge...
- 10 years ago
Not sure without having the file myself, but how about making sure the data type is a Whole Number (after importing the data) and then creating new columns that divide the numbers by 100000?
asocorro
10 years agoSkilled Sharer
Not sure without having the file myself, but how about making sure the data type is a Whole Number (after importing the data) and then creating new columns that divide the numbers by 100000?
syn_ga
10 years agoNew Member
Turns out i wasn't dividing it by 100000, i've done this and it's working now and my map is showing it. Thank you so much.