Forum Discussion
natyp
1 year agoFrequent Visitor
Overlay Timezone in a Map in Power BI Desktop
Has anyone tried to overlay a timezone in the map visual in Power BI Desktop? The visual map is a global map with data of countries outside the US. The user ask is to overlay or apply a timezone in t...
- 1 year ago
Hi natyp The problem might be because Power BI map visuals can't automatically apply time zone data without a timestamp. You can manually add a time zone column based on country or city and display it on the map. Alternatively, use custom layers with tools like ArcGIS Maps for Power BI. Creating custom measures for time zone offsets can also help adjust data.
natyp
1 year agoFrequent Visitor
Akash_Varuna Thank you for responding.
I created a table of global timezones with cities and then created a relationship between this table and my main table and used that timezone column as legend on the map.