I have data using trimester as a filter. The issue is tableau show me T1 T2 T3 T4 but i need to show T1 and when the trimester change T2. When T2 ends, i need to use T3....
Which should be the right solution to use in tableau to show information of the current period? So, today i need to show T2 trimester
12 answers
my bad @FEDERICO ROZADOS
I reversed dates places:
DATEDIFF('month',[Dia Trabajado],Today())<=6Now it is working like a charm.
thanks,
Adrian