Last Modified Date: 19 Jan 2019
Environment
Tableau DesktopAnswer
The following example uses Superstore sample data.- Go to Analysis > Create Calculated Field. Name the field First Order Date, enter the following formula, then click OK:
{FIXED [Customer Name] : MIN([Order Date])}
- Create another calculated field named First Purchased Product, enter the following formula, then click OK:
{ FIXED [Customer Name]:
MIN(IF [First Order Date] = [Order Date]
THEN [Product Name] END)} - Place Customer Name, First Order Date and Order Date on Rows.
- Place First Purchased Product on Text.
Additional Information
Discuss this article... Feedback Forum
Thank you for providing your feedback on the effectiveness of the article.
Open new Case
Continue Searching
Knowledge Base
Community
Product Help
Training and Tutorials