Tableau Desktop snippets
How to use DATEADD function in Tableau
Suppose to start from a Tableau Desktop workbook with the data of Star Wars saga movies release date.
// Add 1 Month
DATEADD('month',1,[US Release Date])
You can download a working example of this Tableau Desktop workbook in the Resources area.