/
Cool Tips and Tricks
Cool Tips and Tricks
Wanna edit like a pro? Take a gander through some of these tips and tricks to help boost your Tableau toolbox
Found a cool tip you would like to share? Stick it in the comments below, I'll add it and credit you
Requirement | Explanation (Optional) | Solution |
---|---|---|
Need to identify the first or last order date each month? | This elegant solution first truncates each day in each month back to MM/YYYY and then identifies the Max or Min date. Functionally identical to a scoped Window_Max or an SQL Max(Order_Date) Over(Partition By DatePart... | {Fixed DateTrunc('month',[Order Date]) : Max([Order Date])} |
, multiple selections available,
Related content
Recipes
Recipes
Read with this
New Hire Process: Technical Assessment
New Hire Process: Technical Assessment
More like this
Tableau Knowledge Base
Tableau Knowledge Base
Read with this
Visualisation Success with Tableau
Visualisation Success with Tableau
More like this
Waterfalling with Tableau
Waterfalling with Tableau
Read with this
Where Can I Find Superstore Sales?
Where Can I Find Superstore Sales?
More like this