Reputation: 109
I need to model below query in tableau.
Select * from table where date = (Select max(Date) from table);
I have created a calculated field to filter data as below but its not working. I am selecting only true table.
max(Date)== Total(Max(Date))
Please suggest on the above.
Upvotes: 0
Views: 1521