Skip to main content

#Tableau Desktop & Web Authoring176 debatiendo

Hi, 

I have a Date filter, Month and year, i am showing the last month filter ex: showing the July 2026 data in Aug 2026 month , meaning previous month, if i use the relative filter as previous month in the filter, will the filter in the date(MY Month) will automatically change when month is changed ?? using this relative filter previous month automatically change the filter value in the next month, ex: Sep, it will automatically select the aug 2026 data when month starts. Anyone please clarify, Thanks 

Last month default to dashboard and month filter has to be changed automatically

 

 

 

#Tableau Desktop & Web Authoring  #Reports & Dashboards  #Tableau  #Formulas  #Tableau Prep

5 respuestas
  1. 8 ago, 0:32

    This can be done by creating the below calculation, using LOOKUP() function:This can be done by creating the below calculation, using LOOKUP() function:For now, both July and August are in the view just so you can see that July's data for Quantity now lives in August's 'date'For now, both July and August are in the view just so you can see that July's data for Quantity now lives in August's 'date', as shown above.  But, we don't want to have to select two month's data at a time and yet, two month's of data MUST be in the view. somehow.  Screenshot 2026-08-07 at 5.18.22 PM.png

     

    So, we then change the Order Date filter that you originally had into again, a Relative Date filter, again displaying only most recent two months, as I did before:

    Screenshot 2026-08-07 at 5.19.54 PM.png

     

    Then, the question remains, how to show just the current month, but only with last month's data in the current month.  Again, another filter.  BTW, both of these are Table Calculations, so certain fields must be in the view somewhere in order for them to all function correctly and display correctly.  The new calculation will now filter the above result to only the last row in the view:

    Screenshot 2026-08-07 at 5.20.33 PM.pngIt is placed onto the Filters Card and in the dialog that pops up, it is set to TRUE.  So that you end up with a single row of data displaying the most current month's 'date' with the prior months 'data':Screenshot 2026-08-07 at 5.20.58 PM.pngExample workbook attached.  Again, these are table calculations, meaning they can be challenging to work with.  So, if you add additional dimensions, certain settings might need to be adjusted depending on what you end up actually doing with this method - that is accomplished by right-clicking the table calculation in the view and selecting Edit Table Calculation.

      

     

    As to it being automatic and adjusting for next month, it should based on the Relative Date filter..it would automatically adjust to September and pick up August's data. And so on. 

     

    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

 

Custom label formatting was set in Tableau desktop, but it was not displayed correctly. For example, in the following example file, a triangle symbol is set in a certain field format, which can be displayed correctly when hovering over the mouse, but it is not displayed by default. 

The custom format of the label is not displayed correctly

 

My computer system is Windows 11, and the Tableau desktop version is 2026.2.1. 

222.png

Publishing to Tableau Public can display normally. This indicates that the custom settings in Tableau desktop are correct, but not displayed correctly. 

333.png

 

 

 

#Tableau Desktop & Web Authoring

2 respuestas
0/9000

I've installed Tableau Desktop free trial and I would like to get the file in order to follow along the sample Excel file used for this Trail  

Thanks in advance it is about furnitures (office, etc;;;) 

 

#Tableau Desktop & Web Authoring  #Tableau Prep

3 respuestas
  1. Ayer, 17:32

    Are you looking for the attached, Superstore dataset? 

     

    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

I have a question about creating a dynamic parameter view in Tableau.

I want the visualization to change based on the selected parameter value:

  • if Year is selected, show the Year-related viz,
  • if Quarter is selected, show the Quarter-related viz,
  • if Month is selected, show the Month-related viz.

I’ve already placed all three sheets inside one container, created a parameter, and used a TRUE/FALSE calculated field to control which sheet should be displayed.

The issue is that when I switch between the parameter values, the hidden sheets still leave a blank white space, so the visible chart does not expand to fill the entire container.

Has anyone experienced this before? Is there a better way to make the container resize dynamically so the selected viz uses the full available space without leaving empty white areas? 

 

#Tableau Desktop & Web Authoring

1 respuesta
0/9000

Hello, 

 

I have edited alias for some of the fields, but they dont not reflect correctly in the dashboard. 

For example: 

This is the customer tier field with edited alias  

 

Alias Issue - does not reflect current one

However, the customer field result still reflects to the old entry before I edit alias 

 

image.png

After further review: The select a Dimension field does not update 

 

image.png

 

How to fix the BCG - Select a Dimension to reflect the current Customer field that I just edited alias? 

I dont have the excel (raw) data with me, unfortunately. 

 

 

 

#Tableau Desktop & Web Authoring

3 respuestas
  1. 7 ago, 15:04

    @Javier Sutanto

     

    Javier, unfortunatelly the aliases are not passed to the calculated fields, so you would need to edit the alias in your calculated field:

    Javier, unfortunatelly the aliases are not passed to the calculated fields, so you would need to edit the alias in your calculated field: Your best option, is to create a customer* field:CASE [Custome

     

    Your best option, is to create a customer* field:

    CASE [Customer]

    WHEN "Albertsons" THEN "Classic Member"

    WHEN "BevMo!" THEN "Plus Member"

    WHEN "Kroger" THEN "Premier Member"

    WHEN "Safeway" THEN "Non-Member"

    WHEN "Target" THEN "Digital Self-Service Buyer"

    WHEN "Walmart" THEN "Advisor-Assited Client"

    ELSE [Customer]

    END

    Then replace references: 

     

    image.png

     

    image.png

     

    and finally you are good to go: 

     

    image.png

     

    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

I'm trying to setup a dashboard that will allow users to click through names from the Customer List sheet and have the map on the right side update to show that Customer which I've done successfully through Paramter Action and a calculated field.  I also added a filter for Customer Name from this sheet.  If the user selects only one customer in the filter, I want the map to automatically go to that customer instead of the user still having to click on the Customer Name in the listing sheet to trigger the Parameter Action. 

 

 

Combining Filter and Parameter to Update Map

 

 

 

#Tableau Desktop & Web Authoring

1 respuesta
  1. 7 ago, 13:33

    I think you can do that without a parameter action. Just use a global filter on customer name so the map only shows the selected customers. Then add a dashboard filter action so when you click on one or more customers in the filtered list, the map is filtered. TWBX attached. 

    I think you can do that without a parameter action. Just use a global filter on customer name so the map only shows the selected customers.

     

    image.png

     

     

     

     

0/9000

Hi, 

 

I'd like to raise a client feedback regarding Tableau's native multi-select filter behavior where user is expecting like Excel, where you can search for a value and immediately select it without having to deselect "All" first. 

 

Scenario is In a Multi-Select Filter where all values are selected by default, when a user enters a keyword into the search box, for example "Ada", Tableau narrows the list of displayed values but retains the All selection state.

Tableau Multi-Select Filter Search

The user must then first deselect All before selecting the desired values. 

 

The client's view is that the search box gives the impression that they are beginning a filtering action, similar to Excel. As a result, users expect to be able to search for a value and immediately select it. 

 

We have given the client several options based on the current capability of tableau:

  • Wildcard filter
  • Single value dropdown
  • Multi-value custom list

All of which the client has said does not resolve his original concern. 

 

I understand this appears to be Tableau's intended behavior rather than a defect, I'm unable to find any official Tableau documentation that explains the rationale behind it.

 

If anyone could share/advise any documented explanation or product guidance on:

  • Why the search box only narrows the displayed values rather than updating the selection itself
  • The design rationale behind requiring users to deselect All before selecting a subset of values

 

Thanks 

 

#Tableau Desktop & Web Authoring  #Tableau Server  #Reports & Dashboards

3 respuestas
  1. 6 ago, 17:19

    I understand, so you could create an underlying text box that essentially says 'Start by filtering in the filter selection pane to the right' and/or have a distinct starting value that is always selected as a starting point.   

     

    We don't know what you're actually working with, but those would be some options to consider.  If you have the link to the idea, could you post it in this thread so that others can upvote it? 

     

    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, 

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

2 respuestas
  1. 6 ago, 13:55

     I understand that your goal is to align the "▼" or "▲" symbols vertically.

    While I am not sure if this completely meets all your requirements, here is a method you can try:

    1.  Create separate calculated fields for the values before and after the symbol
    • Example 1 (For Numerical Value): A calculation that displays -33.0
    • Example 2 (For Symbol & Rate): A calculation that displays ▼-7.3%

    2. Split the placeholder into two fixed values

    Create two dummy fields with slightly shifted X-axis coordinates to separate the position of the "Numerical Value" and the "▼ Growth Rate".

    • Example 1 (For Numerical Value): placeholder_1 $\rightarrow$ Formula: 0
    • Example 2 (For Symbol & Rate): placeholder_2 $\rightarrow$ Formula: 0.2 (or a slightly larger value like 1 to place it on the right)

    Place both on the Columns shelf as a Dual Axis:

    Place AVG(placeholder_1) and AVG(placeholder_2) side-by-side on the Columns shelf, then set the second one to Dual Axis.

    Edit both axes and set a Fixed Range (e.g., -1 to 1).

     (Note: Using SUM on the Columns shelf can cause positions to shift depending on data row counts, so AVG is recommended. Changing placeholder to AVG only controls the layout position and will not affect the actual values displayed in your text marks.

    3. Adjust the layout (text alignment) on each Marks Card

    • placeholder_1 (Left Axis / Numerical Value):
      • Place only the "Numerical Value" into the Text mark.
      • Set alignment to Right (so numbers expand to the left).
    • placeholder_2 (Right Axis / Symbol & Rate):
      • Place only the "▲/▼ Growth Rate" into the Text mark (do not include the numerical value).
      • Set alignment to Left (so "▼" starts at the fixed 0.2 line and expands to the right).

    If the text overlaps at 0.2, please adjust the dummy value as needed. Note that changing the value might automatically reset the fixed axis range back to "Automatic," so if that happens, please re-edit the axis range to "Fixed." 

     In my test, setting placeholder_2 to 

    1.1 and fixing the axis range from -1 to 2

     worked very well.   

     

    I understand that your goal is to align the

0/9000

 I have installed Tableau version 2024.3 and placed the esri-jdbc-driver-0.76.0.jar file inside the Tableau Drivers folder. Even with an active Esri account and the correct driver in place, I am unable to connect to the URL and receive error code FAB9A2C5

. Please let me know how to fix this.  

 

#Tableau Desktop & Web Authoring

1 respuesta
  1. 4 ago, 18:47

    @shweta jadhav this question/post has been asked before on the Slack Channel for Tableau.  As already recommended, please contact Support and file a support case for resolution.  This is not immediately resolvable. Open a Support Case:  Submit a case

     

     

    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

I'm trying to build a chart in Tableau that combines a side-by-side bar chart with a line chart.

Currently, my view shows Sales as side-by-side bars:

  • Current Year Sales
  • Previous Year Sales

I would like to add a line that represents the Year-over-Year (YoY) % difference for each month, calculated as:

(Current Year Sales - Previous Year Sales) / Previous Year Sales

For example:

  • January: Compare January CY vs January PY and plot the YoY %
  • February: Compare February CY vs February PY and plot the YoY %
  • ...and so on for each month.

My goal is to build this as a Dual Axis chart, where:

  • The bars represent Current Year and Previous Year Sales.
  • The line represents the monthly YoY % difference.

However, I'm running into an issue when calculating the YoY %. The values displayed in the line chart don't seem to be correct, and I suspect it's related to the level of detail or the table calculation, but I haven't been able to figure it out.

Has anyone built a similar visualization before? Is there a recommended approach for calculating the monthly YoY % correctly in a dual-axis side-by-side bar chart? Any guidance or example workbook would be greatly appreciated. 

 

#Tableau Desktop & Web Authoring  #Tableau Cloud  #Tableau Public

3 respuestas
  1. 5 ago, 9:06

    Hi @Wiwit Setyaningsih

    I'll reiterate both yours and @Gohar Clients thoughts on the compute by - definitely on the right track. Here's where I can take things by working on that and a small tweak and additional calc: Hi I'll reiterate both yours and thoughts on the compute by - definitely on the right track.Workbook re-attached.

     

    First thing you'll see is a new calc: YoY (Latest Year  Only)

    IF LAST()=0THEN [YoY]END

    (NB: I also renamed your "Calculation 3" to YoY). 

    The new calc just says "only return a value for the last year* in the view". We do have to tell Tableau that we care about the year for this part of the calc. And what we end up with is a nested table calc where the compute by for one part is different to the other! 

    Right click and edit the table calculation pill on Rows:

    image.png

    First up I'm working on the "Latest Year Only" calc as you can see in the top drop down. And I tell it to compute by specific dimensions and year only. So the latest year should be the last (LAST()=0) in the window. 

    Now I change the drop down to the "YoY" calc and tell this to compute by specific dimensions again, but this time Year and Month (in that order)

    image.png

    NB: Show calculation assistance is quite handy here as I can check that I am indeed seeing values 13-24 in the window. Now you might be thinking "hang on, how did my lookup -1 work in that case?!?"  and you'd be right! I also changed the lookup to be a lookup by -12 so now we're looking back to the month 12 months ago. 

    The lack of an ELSE in the second calc is what supresses the previous year from showing ... it's still available to the calc as we've "filtered" using a table calc so that happens late in the order of operations ... and those are the "nulls" shown by the >12 nulls indicator. 

    Finally I CTRL+click and drag the pill from Rows onto Mark Text too so that I don't need to repeat the nested compute by there. 

    Let me know if this helps!  

    Compute by is often fiendish enough without (a) nesting; and (b) your great workaround for side-by-side without a discreet pill on Columns! 

    Ta, Steve

0/9000