'How do I subtract dates from tableau?
How do I subtract dates from tableau?
For example, I want to subtract 1 year from a date variable.
It's from the query, not the filter.
help me
Solution 1:[1]
DATEADD('year',-1,[your_field_here])
that's the best way to do it.
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|---|
| Solution 1 | cmcau |
