KNOWLEDGE BASE

The embedded relative date filter "Today" in Flow Editing Window on Tableau Cloud always returns a Today Date in UTC Time Zone


Published: 05 Nov 2023
Last Modified Date: 20 Nov 2023

Issue

When using the embedded relative date filter "Today" in Flow Editing Window on Tableau Cloud like below, the filter always return a Today Date in UTC Time Zone, even if We are using non UTC time zone.

For example, we use JST time zone and when we open the flow in Flow Editing Window and apply the embedded relative date filter "Today" to a date type field between 0:00 AM ~ 9:00AM JST, the filter returns the yesterday date as "Today".

User-added image

Environment

  • Tableau Cloud

Resolution

Create a calculation field based on NOW() function to caculate the correct Today like below to filter your data, instead of using the embedded relative date filter "Today".
=====
[My Date] >= DATE(NOW())
=====
User-added image

Cause

This is a known issue that is under investigation. 
 
Did this article resolve the issue?