How to compare line charts from a common starting point rather than over an absolute timeline.
INDEX()2. Create a calculated field and name it Days.
DATEDIFF('day',TODAY(),[Order Date])
3. Create parameters to specify the starting point as follows;[Parameters].[Starting Point 1]
[Parameters].[Starting Point 2]
[Parameters].[Starting Point 3]
[Parameters].[Starting Point 4]7. Create a calculated field and name it Color.
IF [Order Date] >= [Starting Point 1] AND [Order Date] < [Starting Point 2] THEN "Starting Point 1" ELSEIF [Order Date] >= [Starting Point 2] AND [Order Date] < [Starting Point 3] THEN "Starting Point 2" ELSEIF [Order Date] >= [Starting Point 3] AND [Order Date] < [Starting Point 4] THEN "Starting Point 3" ELSEIF [Order Date] >= [Starting Point 4] THEN "Starting Point 4" END8. Add Days Elapsed to Columns.
001468218
1211 KB

We use three kinds of cookies on our websites: required, functional, and advertising. You can choose whether functional and advertising cookies apply. Click on the different cookie categories to find out more about each category and to change the default settings.
Privacy Statement
Required cookies are necessary for basic website functionality. Some examples include: session cookies needed to transmit the website, authentication cookies, and security cookies.
Functional cookies enhance functions, performance, and services on the website. Some examples include: cookies used to analyze site traffic, cookies used for market research, and cookies used to display advertising that is not directed to a particular individual.
Advertising cookies track activity across websites in order to understand a viewer’s interests, and direct them specific marketing. Some examples include: cookies used for remarketing, or interest-based advertising.