Create static percentile reference line in Tableau
up vote
0
down vote
favorite
I have a scatter plot with a filter that toggles between industry and client specific data. I am able to show the 80th percentile of the industry data as a reference line, but when I filter to the client data the 80th percentile reference line changes to represent the client data.
How can I filter to the client data, but keep the 80th percentile reference line static to the industry data? I basically want the reference line to show the 80th percentile of the industry data when I filter to the client data so I can compare the client data to the industry as a benchmark. Is this possible in Tableau?
tableau percentile
add a comment |
up vote
0
down vote
favorite
I have a scatter plot with a filter that toggles between industry and client specific data. I am able to show the 80th percentile of the industry data as a reference line, but when I filter to the client data the 80th percentile reference line changes to represent the client data.
How can I filter to the client data, but keep the 80th percentile reference line static to the industry data? I basically want the reference line to show the 80th percentile of the industry data when I filter to the client data so I can compare the client data to the industry as a benchmark. Is this possible in Tableau?
tableau percentile
add a comment |
up vote
0
down vote
favorite
up vote
0
down vote
favorite
I have a scatter plot with a filter that toggles between industry and client specific data. I am able to show the 80th percentile of the industry data as a reference line, but when I filter to the client data the 80th percentile reference line changes to represent the client data.
How can I filter to the client data, but keep the 80th percentile reference line static to the industry data? I basically want the reference line to show the 80th percentile of the industry data when I filter to the client data so I can compare the client data to the industry as a benchmark. Is this possible in Tableau?
tableau percentile
I have a scatter plot with a filter that toggles between industry and client specific data. I am able to show the 80th percentile of the industry data as a reference line, but when I filter to the client data the 80th percentile reference line changes to represent the client data.
How can I filter to the client data, but keep the 80th percentile reference line static to the industry data? I basically want the reference line to show the 80th percentile of the industry data when I filter to the client data so I can compare the client data to the industry as a benchmark. Is this possible in Tableau?
tableau percentile
tableau percentile
asked Nov 14 at 22:31
Zfrieden
116
116
add a comment |
add a comment |
1 Answer
1
active
oldest
votes
up vote
0
down vote
This kind of Analysis can be easily done with a highlighter instead of filter. I am treating 'Furniture' as your 'Industry' data in below example.
- Find 80 Percentile of Furniture(Industry) using calculation
IF [Category]='Furniture' THEN
{FIXED [Category]:PERCENTILE([Furniture Profit],0.8)} END
- Build the view and add the calcualation '80 Percentile Furniture' to detail
Add a reference line as below. Remeber to uncheck 'Show recalculated line for highlighted or selected data points'
Now you can highlight another category, but the reference line will still show the data for 'Furniture'.
This is helpful, but I think I'm looking for something slightly different. "Category" will be my filter, so when I filter from furniture to technology I want the reference line to stay locked at furniture and the scatter plot to only show the technology data compared to the furniture reference line.
– Zfrieden
Nov 19 at 17:06
add a comment |
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
up vote
0
down vote
This kind of Analysis can be easily done with a highlighter instead of filter. I am treating 'Furniture' as your 'Industry' data in below example.
- Find 80 Percentile of Furniture(Industry) using calculation
IF [Category]='Furniture' THEN
{FIXED [Category]:PERCENTILE([Furniture Profit],0.8)} END
- Build the view and add the calcualation '80 Percentile Furniture' to detail
Add a reference line as below. Remeber to uncheck 'Show recalculated line for highlighted or selected data points'
Now you can highlight another category, but the reference line will still show the data for 'Furniture'.
This is helpful, but I think I'm looking for something slightly different. "Category" will be my filter, so when I filter from furniture to technology I want the reference line to stay locked at furniture and the scatter plot to only show the technology data compared to the furniture reference line.
– Zfrieden
Nov 19 at 17:06
add a comment |
up vote
0
down vote
This kind of Analysis can be easily done with a highlighter instead of filter. I am treating 'Furniture' as your 'Industry' data in below example.
- Find 80 Percentile of Furniture(Industry) using calculation
IF [Category]='Furniture' THEN
{FIXED [Category]:PERCENTILE([Furniture Profit],0.8)} END
- Build the view and add the calcualation '80 Percentile Furniture' to detail
Add a reference line as below. Remeber to uncheck 'Show recalculated line for highlighted or selected data points'
Now you can highlight another category, but the reference line will still show the data for 'Furniture'.
This is helpful, but I think I'm looking for something slightly different. "Category" will be my filter, so when I filter from furniture to technology I want the reference line to stay locked at furniture and the scatter plot to only show the technology data compared to the furniture reference line.
– Zfrieden
Nov 19 at 17:06
add a comment |
up vote
0
down vote
up vote
0
down vote
This kind of Analysis can be easily done with a highlighter instead of filter. I am treating 'Furniture' as your 'Industry' data in below example.
- Find 80 Percentile of Furniture(Industry) using calculation
IF [Category]='Furniture' THEN
{FIXED [Category]:PERCENTILE([Furniture Profit],0.8)} END
- Build the view and add the calcualation '80 Percentile Furniture' to detail
Add a reference line as below. Remeber to uncheck 'Show recalculated line for highlighted or selected data points'
Now you can highlight another category, but the reference line will still show the data for 'Furniture'.
This kind of Analysis can be easily done with a highlighter instead of filter. I am treating 'Furniture' as your 'Industry' data in below example.
- Find 80 Percentile of Furniture(Industry) using calculation
IF [Category]='Furniture' THEN
{FIXED [Category]:PERCENTILE([Furniture Profit],0.8)} END
- Build the view and add the calcualation '80 Percentile Furniture' to detail
Add a reference line as below. Remeber to uncheck 'Show recalculated line for highlighted or selected data points'
Now you can highlight another category, but the reference line will still show the data for 'Furniture'.
answered Nov 15 at 21:20
Jose Cherian
3,09812227
3,09812227
This is helpful, but I think I'm looking for something slightly different. "Category" will be my filter, so when I filter from furniture to technology I want the reference line to stay locked at furniture and the scatter plot to only show the technology data compared to the furniture reference line.
– Zfrieden
Nov 19 at 17:06
add a comment |
This is helpful, but I think I'm looking for something slightly different. "Category" will be my filter, so when I filter from furniture to technology I want the reference line to stay locked at furniture and the scatter plot to only show the technology data compared to the furniture reference line.
– Zfrieden
Nov 19 at 17:06
This is helpful, but I think I'm looking for something slightly different. "Category" will be my filter, so when I filter from furniture to technology I want the reference line to stay locked at furniture and the scatter plot to only show the technology data compared to the furniture reference line.
– Zfrieden
Nov 19 at 17:06
This is helpful, but I think I'm looking for something slightly different. "Category" will be my filter, so when I filter from furniture to technology I want the reference line to stay locked at furniture and the scatter plot to only show the technology data compared to the furniture reference line.
– Zfrieden
Nov 19 at 17:06
add a comment |
Thanks for contributing an answer to Stack Overflow!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Some of your past answers have not been well-received, and you're in danger of being blocked from answering.
Please pay close attention to the following guidance:
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f53309710%2fcreate-static-percentile-reference-line-in-tableau%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown