Forum Discussion
Powerbi Last refresh date and time
- Anonymous6 years ago
Hi Anonymous,
AFAIK, power bi service always converts your date fields to UTC formula after you publish it. Currently, it does not support to dynamic change date range based on the user region.
I'd like to suggest you create user table with offset fields based on user regions, then you can add a calculated field to your table to manually calculate out the local time based on related offset field.
Regards,
Xiaoxin Sheng
Hi Anonymous,
AFAIK, power bi service always converts your date fields to UTC formula after you publish it. Currently, it does not support to dynamic change date range based on the user region.
I'd like to suggest you create user table with offset fields based on user regions, then you can add a calculated field to your table to manually calculate out the local time based on related offset field.
Regards,
Xiaoxin Sheng
- Anonymous6 years agoNot applicable
Thank you for the solution.
I have created a custom column to offset the time by the required difference according to the country filter.