I have table - NBA teams that display their Win% each game.
So the table looks like below
Nov11 Nov12 Nov13
Bulls 43% 50%
Celtics 60% 45%
Suns 55%
So I would like a table in tableau which will display one column, with the latest win%
Win%
Bulls 50%
Celtics 45%
Suns 55%
The latest date each team played is not necessarily the same, so I couldn't use a date filter. I tried some max(date) calculation, but it's not working as I envisioned.
Any advise? thanks. Gemmo