scenario:
I have a filter using which user can select country
Now once country is selected I want to modify all dates to timezone of that country
I have created measures which works fine as they work within context of selection, however this measures will not help as I want to show charts where i show rowcount within hour band which is based on date in appropriate timezone.
Calculated columns nor working as it considers whole timezone table while calculating and will not consider selected timezone
Any idea how can i achieve this?