To prepare for this recipe, do the following:
- Open Power BI Desktop and create a table called R09_Timezones by importing the Timezones.csv file from GitHub here: https://github.com/PacktPublishing/DAX-Cookbook/tree/master/Chapter03.
- Use an Enter Data query to create a table called R09_Table with the following data:
Time |
Timezone |
1:00:00 PM |
EST |
- Ensure that the data type for the Time column is set to Time.
- Create a relationship between the Timezone column in the R09_Table table and the Abbr. column in the R09_Timezones table.