Hi! Trying to re-create this. It uses the superstore data set. Heres . . . Create a new parameter as I've done below Duplicate (aka make a copy of) this parameter and rename the copy [Metric Selection2] Create two new calculated fields, [Metric 1] and [Metric 2], both equal to what I have below (but using [Metric Selection2] for [Metric 2]'s formula)**the commented out lines are ones in which I wasn't sure how the metric was calculated, so you'll need to figure this
Files - The Tableau Community 8 items • Sorted by Last Modified • Updated a few seconds ago List View Controls Refresh
Help Required. . !!! 1. ) How to show the products which are selling more . . . Excel spreadsheet Sample - Superstore_2022 Download file Sample - Superstore_2022Download Show more actions Unknown file typesuperstore_2022 Unknown file type superstore_2022 Download file superstore_2022Download Show more actions Using Tableau UpvoteUpvotedDownvoted Answer Share 2 answers 137 views chris monger (Member) Edited December 7, 2022
Feed Detail - The Tableau Community Here's a v9 solution for Superstore to create a Date that always includes the current year: DATEADD ('year',YEAR (TODAY ())- {YEAR (MAX ( [Order Date]))}, [Order Date]) In earlier versions of Tableau I've used a similar calc, replacing the LOD calc with whatever the max year in the data source is Jonathan
The Tableau Community Jayanth, Even though you posted a packaged workbook ( twbx), it still had a live connection Unless you extract the data, none of us can open it I have attached a sample workbook that demonstrates one possible way of binning time into 30 minute increments It uses this calculation: DATEADD ('minute', IF DATEPART ('minute', [Date]) >= 30 THEN 30 ELSE 0 END, DATETRUNC ('hour', [Date])) which
Need Data Set - The Tableau Community If you want any data set, then you can always work with the Tableau Superstore or the World Indicators data set Otherwise, just do a Google search