Forum Discussion
UTC time zone work around help
- 7 years ago
Hi STS_Joshua
Please check if below formula could help.
today = SUMX ( FILTER ( 'Open', 'Open'[DocDate] = LASTDATE ( 'Open'[DocDate] ) ), 'Open'[Quantity] * 'Open'[Price] * 'Open'[DocRate] )Regards,
Hi STS_Joshua
There're two workarounds for you.One in dax and the other in query editor.Please check if below posts could help.
https://radacad.com/solving-dax-time-zone-issue-in-power-bi
For 3rd party Links:
Please understand that this link is provided “AS IS” with no warranties or guarantees of content changes, and confers no rights.
Regards,
As I mentioned above, I changed all the TODAY() to NOW()-(6/24) and that is displays the time in the right time zone. The strange thing is that when I went to access the report sales for the day went to (Blank) after 1800MST (UTC-6) while the time still showed as correct for the time zone.
- v-cherch-msft7 years agoMicrosoft Employee
Hi STS_Joshua
Please check if below formula could help.
today = SUMX ( FILTER ( 'Open', 'Open'[DocDate] = LASTDATE ( 'Open'[DocDate] ) ), 'Open'[Quantity] * 'Open'[Price] * 'Open'[DocRate] )Regards,