Skip to main content

Posts

Showing posts with the label Max date tableau

Select Max of Date in Tableau Filter selections

Select Max of Date in Tableau Filter selections Option 1 (Tableau Desktop 10.3 and newer versions) Use the  Latest Date Preset  feature. Unlike the additional options listed below, this option will allow for the use of the filters card to select additional dates. Option 2 Select  Analysis  >  Create Calculated Field . In the Calculated Field dialog box that opens, enter a name for the field. In the formula field, create a calculated field similar to the following: [Order Date] = {FIXED : MAX([Order Date])} Drag the newly created calculated field from the Measures pane to the  Filter  shelf. In the Filter dialog box that opens, select  True ,   and then click  OK .   Option 3 (if LOD calculations are not possible): Select  Analysis  >  Create Calculated Field . In the Calculated Field dialog box that opens, enter a name for the field. In the formula field, create a calculate...