Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
6 years ago

Supporting Multiple Timezones in Power BI Report

Background:

  • We have are building a SaaS solution that is pulling data from a 3rd party system and storing all of the extracted data inside of an Azure SQL DB. 
  • The source system is multi-lingual and supports all TimeZones, so any user can login to the platform and run a report or view data in their local TimeZone.  
  • In Power BI, we need to be able to present the data, metrics and calculations in the TZ of the user so the data will match what they see in the App

Problem:

  • How the heck do I do this?
  • We're able to manipulate the Source Queries to receive a TZ Parameter and convert DateTime in T-SQL but that is still limited to 1 TimeZone

Any Thoughts:

  • I considered summarizing data by TZ, which will create a fair number of extra rows and then using a Slicer for the user to view the data in their local TZ

4 Replies