See Use Background Images in Your Views for directions. Please note, this option is not dynamic, meaning if the parameter values change, the background will have to be manually adjusted.
MIN(
IF [Quadrant] = "data"
THEN { FIXED [Customer Name] : SUM([Profit]) }
ELSEIF [Quadrant] = "lower left"
OR [Quadrant] = "upper left"
THEN
IF [Corner] = 1
OR [Corner] = 2
THEN { FIXED : MIN( { FIXED [Customer Name]: SUM([Profit])})}
ELSE [x-axis parameter]
END
ELSE
IF [Corner] = 1
OR [Corner] = 2
THEN { FIXED : MAX( { FIXED [Customer Name]: SUM([Profit])})}
ELSE [x-axis parameter]
END
END
)MIN(
IF [Quadrant] = "data"
THEN { FIXED [Customer Name] : SUM([Sales]) }
ELSEIF [Quadrant] = "lower left"
OR [Quadrant] = "lower right"
THEN
IF [Corner] = 1
OR [Corner] = 4
THEN { FIXED : MIN( { FIXED [Customer Name]: SUM([Sales])})}
ELSE [y-axis parameter]
END
ELSE
IF [Corner] = 1
OR [Corner] = 4
THEN { FIXED : MAX( { FIXED [Customer Name]: SUM([Sales])})}
ELSE [y-axis parameter]
END END )IF [Quadrant] = "data"
THEN [Customer Name]
ENDNotes on Option 2
To voice your support for the inclusion of this feature request in a future product release, add your vote to the following Idea: Reference Line Quadrant Shading
001453790
8 KB
1218 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.