Skip to main content

Tableau Feed

与其他 Trailblazer 联系。

We're building combo charts (bars plus a reference/cumulative line) and running into an issue: the line label does not inherit the underlying field's default format, so it displays full precision (e.g. 6,211,694.79)  - we can format bar labels (e.g. 8.6M). Same chart, two very different-looking numbers for related figures. 

 

We've tested overriding the calculated field's format directly, but that doesnt work.  

 

Has anyone come across a setting we're missing, or is this a genuine gap in Tableau Next right now  

 

I have raised as an idea in the meanwhile, so would appreciate an upvote 

https://ideas.salesforce.com/s/idea/a0BHp000017JmKVMA0/independent-number-formatting-for-reference-line-labels-in-tableau-next-charts

 

 

 

Has anyone found a way to format a reference line label  in Tableau Next?

 

 

 

#Tableau Next

2 个回答
  1. 7月31日 12:34

    @Fiona Crocker

     

    Hi, you may create a double axis chart (synchronized axis) and use the Range option to simulate a reference line:

    Hi, you may create a double axis chart (synchronized axis) and use the Range option to simulate a reference line: Range Option basically is used to create like a gannt chart, where you can set the siz

     

    Range Option basically is used to create like a gannt chart, where you can set the size of the bar (In this example I used AVG(-1000), however I recommend some kind of calculated field. Why? If the value is small the bar/line will not be rendered, if it is really big, it will look like a bar, not like a line) 

     

    Thus, this is a workaround!! The right solution is to create the idea like you have done. 

     

    If this post resolves the question, would you be so kind to "Accept this Answer"?. This will help other users find the same answer/resolution and help community keep track of answered questions. Thank you. 

     

    Regards, 

     

    Diego Martinez 

    Tableau Visionary and Tableau Ambassador 

0/9000

Hello,

I am experiencing a technical issue with Tableau Public that I have not been able to resolve.

I was working on a project with several completed dashboards. At some point, the Data Source tab became completely greyed out, which prevented me from modifying the data source, creating new joins, or adding calculations.

However, the dashboards themselves were still accessible and editable, so I continued working using the data already present in the visualizations.

The problem occurred when saving the project:

  • an Internal Error appears when activating the extract
  • I cannot export the project as a .twbx file
  • I cannot reconnect to the data source
  • after closing Tableau and reopening the file, the dashboards disappear and the project cannot be accessed

Important details:

  • the data files were never moved or renamed
  • they still open normally outside Tableau
  • the dashboards were working before the error occurred

What I have already tried:

  • reloading the data files
  • removing and reconnecting the data source
  • restarting Tableau
  • several other attempts, but the Data Source tab remains greyed out

Has anyone encountered this issue before or knows what could cause it?

Thank you very much for your help. 

 

#Tableau Public

3 个回答
0/9000

Hello 

SnowFlake offers 2 types of OAuth  -  Standard OAuth and External OAuth with an IDP 

 

OnPrem Tableau Server 2025.1 requires user upon expiration to refresh Credentials under MyAccountSettings. 

 

Is there any configurations/alternatives  where users do

not

have to refresh tokens manually in MyAccountSettings with OAuth?  

 

#Tableau Server

5 个回答
  1. 昨天,13:27

    With v. 2025.1, no difference for expiration mechanism; For example between EntraId and Snowflake as authorization server. You have a 90 days hard limit and that's it. With v. 2025.3 you can enable single-use refresh token to have at least 90 days rolling limit. With v. 2026.2 you can enable client credentials. It all depends on your use case and Tableau Server version. So External OAuth, like EntraId, is always better.

0/9000

I have this use case where I need to have an Apply All Filters button in all of my dashboards within a single workbook. The ask is if i select something on Dsb1 and click Apply All Filters, it should filter both Dsb 1 and Dsb 2. Also, if I go and do some new/change selection in dsb 2 and click on Apply All Filters, it should filter both Dsb 2 and Dsb 1. 

I can achieve one way Dsb 1->2...but when I applying the reverse it is weirdly navigating to the next dsb. Attaching a wbk, if anyone can solve this for me. 

2 个回答
  1. 7月31日 06:41

     Try using filter actions instead of navigation actions. Make sure both dashboards share the same filter fields and check the button action settings to avoid triggering dashboard navigation. 

0/9000

This pop-up appears when I select one or more cells from a dimension in a table. I would like it to show just the AVG, rather than the SUM of AVG, which is mathematically misleading.Can I modify the aggregation displayed in the mark selection summary pop-up in Tableau?I have tried:

  • Setting the measure’s default property aggregation to average
  • Using a calculation (i.e. AVG([field])) with the default property total set to average
  • From the Analysis menu, setting Total All Using to average

Thanks. 

 

 

#Tableau Desktop & Web Authoring

2 个回答
  1. 7月31日 13:35

    The tooltip displayed is known as an 'uber' tooltip and is not modifiable by design.  If you do a search on the Ideas Exchange for 'uber' you can upvote the existing idea there to allow for modification of it, and as most people desire, the removal of it in some cases. 

     

    If this response answered your question, please mark it as an Accepted Answer? 

    This way, others searching for similar solutions will find the answer faster in the future.

     

    Best, Don Wise (Tableau Ambassador)

0/9000

Hi,

 

I am trying to apply filter to a worksheet in dashboard so that the worksheet is visible only when we select the filter. When the filter is "ALL", i want to hide the worksheet. I am not sure if this is possible or not.

 

I have Dimensions "category" and "subcategory" as filter. On the dashboard, I want a view where category bar chart is visible and hide the subcategory bar chart. and Sub-category is visible only after we select "category" filter.

 

So, in my initial view I want this part hidden.

View Worksheet on a Dashboard only after a filter is selected

2 个回答
  1. 7月31日 11:54

    I understand this topic might have already been resolved, but as part of my own learning and practice, I would love to share a solution that worked perfectly for me. I hope this adds value to the thread! 

     

    Yes, this is absolutely possible using Tableau’s standard features! You can achieve this dynamic layout where the Category chart automatically stretches to 100% width and then shrinks to make room for the Sub-category chart.

    The secret lies in combining a Horizontal Container, a Dashboard Filter Action, and carefully managing the container properties (specifically, unpinning the fixed widths).

    Here is the complete step-by-step guide to setting this up:

    Step 1: Build the Dashboard Layout

    1. Create a new Dashboard.
    2. From the Objects pane on the left, drag and drop a Horizontal Container onto the dashboard.
    3. Drag your Category chart into this container.
    4. Drag your Sub-category chart and drop it inside the same Horizontal Container, right next to the Category chart.
    5. Crucial Step 1: Right-click the title of the Sub-category chart and select Hide Title. (If the title remains visible, the worksheet will not shrink completely to 0 pixels).
    6. Crucial Step 2: Click on your Category chart on the dashboard, click its drop-down menu (the small inverted triangle), and make sure Fix Width is NOT checked (unpinned). Do the exact same for the Sub-category chart. This allows both sheets to resize dynamically based on data availability.

    Step 2: Configure the Dashboard Action

    1. Go to the top menu and select Dashboard > Actions...
    2. Click Add Action > Filter...
    3. Configure the settings as follows:
      • Source Sheets: Check only your Category chart.
      • Run action on: Select Select (Click).
      • Target Sheets: Check only your Sub-category chart.
      • Clearing the selection will: Select Exclude all values (This is the rule that completely empties the sheet when unselected).
      • Target Fields: Select All Fields.
    4. Click OK.

    Pro-Tip for Perfect Layout:

    If you want both charts to take up exactly 50% and 50% of the space when a category is selected, select the Horizontal Container itself (the outer blue frame), click its drop-down menu, and select Distribute Contents Evenly.

    How it works:

    • Initial/Default View: Since no specific category is clicked, the Sub-category chart has 0 rows of data. Because the title is hidden and "Fix Width" is unchecked, its width drops to 0 pixels. This forces the Category chart to automatically expand to fill 100% of the container.
    • When Clicked: The Sub-category chart populates with bars and naturally takes up its fair share of the container, causing the Category chart to gently shrink and sit beautifully side-by-side with it.

    Hope this helps, and I'd love to hear if this approach works for your future dashboard designs as well! 

     

    Best regards, 

    Keisuke TASAKA / DATA Saber Apprentice

0/9000

Unable to complete action 

Authentication failed. 

Error Code: 84223ADA 

Tableau received an OAuth error from your request.  Please see the error message for more information: 400 Bad Request 

POST

https://oauth2.googleapis.com/token

 

  "error": "invalid_request", 

  "error_description": "Could not determine client ID from request." 

}. 

 

#Tableau Desktop & Web Authoring

1 个回答
0/9000

 Hi, 

Could you please give me a

hint

on how to center (if possible) all values in the table? 

I want to

align them all vertically. Right now it depends on

the width of the numbers. 

I know it's not strictly a table as it's continuous, but it must stay as is  

 

#Tableau Desktop & Web Authoring  #Trailhead  #Salesforce

1 个回答
0/9000

Hi Team, 

Requirement: Display data dynamically based on the selected Period Type parameter

  • Day
    • When the user selects Day in the Period Type parameter, the Order Date parameter should display all available dates.
    • The most recent available date should be selected by default.
  • Week
    • When the user selects Week, the Order Date parameter should display only the Monday date of each available week (e.g., 27-Jul-2026, 20-Jul-2026, 13-Jul-2026).
    • Upon selecting a week, the report should display data for the entire Monday-to-Sunday period corresponding to that week.
  • Month
    • When the user selects Month, the Order Date parameter should display all available months.
    • The latest available month (e.g., Jul-2026) should be selected by default.
  • Quarter
    • When the user selects Quarter, the Order Date parameter should display all available quarters.
    • The latest available quarter (e.g., 2026-Q3) should be selected by default.
  • Custom Dates
    • When the user selects Custom Dates, the following parameters should be displayed: 
      • Start Date
      • End Date
    • Report data should be filtered based on the chosen date range.
  • Lifetime
    • When the user selects Lifetime, all available data should be displayed without applying any date filters.
  • #Tableau Agent

#Tableau Desktop & Web Authoring  #Tableau Server  #Tableau Cloud  #Tableau Public  #Tableau  #Tableau Prep  #Tableau Community Updates

5 个回答
0/9000

Hi 

I need some help. Does anyone have any idea how I can go about this error.   

It's not allowing me to open the sheet that was send over.

 

#Tableau Desktop & Web Authoring

0/9000