Deepak nigam
Deepak nigam

Reputation: 109

Date equal to max date is not working in Tableau

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

Answers (1)

Deepak nigam
Deepak nigam

Reputation: 109

Issue resolved by below calculated field:

{FIXED:MAX(Date)}

Upvotes: 1

Related Questions