Skip to main content

#Tableau Server토론 중인 항목 89개

We are seeing a **401002** error when calling:

 

`GET /api/<api-version>/sites/<site-id>/workbooks/<workbook-id>/revisions`

 

using **Direct Trust (JWT) authentication**.

 

Our authentication flow is:

 

* `POST /api/<api-version>/auth/signin` → **Success**   * `GET /api/<api-version>/sites/<site-id>/workbooks` → **Success**   * `GET /api/<api-version>/sites/<site-id>/workbooks/<workbook-id>/revisions` → **401002**

 

The JWT is generated with the following scopes:

 

```json   "scp": [     "tableau:content:read",     "tableau:workbooks:*",     "tableau:workbooks:download",     "tableau:datasources:*"   ]   ```

 

Since other workbook APIs work with the same token, could you please confirm whether the **Workbook Revisions** endpoint is supported with Direct Trust authentication, or if it requires additional scopes or permissions?   

답변 1개
  1. 7월 14일 오후 7:42

    Hi @Pradeep Napa

     

    here is the link to the official documentation:

    https://help.tableau.com/current/api/rest_api/en-us/REST/rest_api_ref_revisions.htm#get_workbook_revisions

     

    Permissions

    Tableau Server users who are site administrators can get workbook revisions on the site that they are administrators for. Users who are not server administrators or site administrators can get workbook revisions if they have all of the following:

    • A site role of ExplorerCanPublish.
    • Read (view), Write (save), and Download (save as) permissions for the specified workbook.
    • Save (write) permissions for the project that contains the workbook.

    Access Scope

    Scope added in API 3.27 (Tableau Cloud December 2025 / Server 2025.3).

    tableau:content:read
0/9000

Mine is currently at 60  

cat /proc/sys/vm/swappiness 

60 

 

but swap always seems to be full.  

 

 

#Tableau Server

답변 1개
  1. 7월 14일 오후 7:29

    @Bradley Holmes

     

    there is no official recommendation from Tableau that I know of. 

    I usually set the swap file as big as the RAM, then let swappiness to the standard 60 or if the instance is busy, I set it 10. 

0/9000

 I am using a dynamic axis title controlled by a parameter (e.g., QTD, YTD) along with a subtitle (e.g., Actual, Prior, Growth). While it displays correctly in the default, unfiltered view, an issue occurs after publishing to Tableau Server version 2026.2.2 (20262.26.0625.1400). 

 

Specifically, the subtitle disappears under two conditions: 

 

When a user applies a filter. 

 

When a user with restricted access (Row-Level Security) views the dashboard. 

 

Under these conditions, only the main axis title is visible, and the subtitle is entirely missing. 

 

Axis subtitle disappears when filters or RLS are applied.

 

Filters or RLS applied.

Screenshot 2026-07-13 085908.png

  I am utilizing the MIN(0) dual-axis workaround. Could this setup be causing the rendering bug?  

 

Screenshot 2026-07-13 091706.png

 

 

 

#Tableau Server

0/9000

Hello,

I can't edit any flow directly on the server, yet I am the owner of the flow. When I click the edit flow button, I have the running icon running forever. The only way for me to update my flows is to download them, edit them on desktop and then upload. Any solution ?

Thank you

Unable to edit flows on server

답변 4개
  1. 2024년 7월 2일 오전 4:38

    @Victor Lagrenaudie​  May I know your Tableau server version? Try below options and see,

    1. Clear your browser cache , cookies and try different browser.
    2. Ensure web authoring for flows is enabled on your Tableau server.
    3. Try creating any simple flow and try edit that and see.
    4. Try editing the flow in a different time when server is not busy.
    5. Disable any browser extension

     

    If none of the solutions didnt work, then please reach out to Tableau support for additional help.

     

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

0/9000

I have a text table on my dashboard. It has 899 rows by 1 column and a search bar parameter. I can scroll the table and search results on the desktop application. Once I upload to the Server, I can not vertically scroll on any of my text tables. I am part of a public university, so access to a text table is a requirement of the new WCAG for all data visualization, as well. Therefore, the text tables must work. 

The Server release is 2025.3, and the Desktop app is also 2025.3. The desktop was a newer version, but the university said to keep them matching, so I de-updated the application.  

 

#Tableau Server

답변 4개
  1. 7월 13일 오후 6:23

    After being forced to talk to the Agentforce AI, I was finally directed to support with real humans. The support was helpful, and my issue was that I hid the Abc column using keyboard shortcuts lol (Ctrl right arrow twice, control left arrow 3 times). I had to create a new sheet with the same filters and rows (simple) and then hide the Abc column with a calculated field of just: "". to show the thin empty column instead of Abc. Replaced the old sheet with the new sheet, and it worked! I can scroll on the Server. 

0/9000

Hi everyone,

 

we recently upgraded our Tableau Server from 2023.3.12 to 2025.1.7 (Linux 64 Bit) on 3 nodes. What we have witnessed is that the loading times for viewing Worksheets / Dashboards has absolutely exploded (Simple dashboards regularly take 1-5 minutes to load which previously took 5 seconds to load). Nothing was changed to the infrastructure, the only change was the upgrade. The CPU usage is relatively low of the nodes, only when a worksheet / dashboard is viewed there's a huge spike in the hyperd process...

 

What we have tried so far:

  • Resaving all data sources again + full refresh of all extracts
  • Increasing VizQL server processes from 4 (in total) to 8 (hasn't really helped)
  • Increasing the data file storage process so that all 3 nodes now have this service (we thought perhaps the exchange between the nodes might be reducing performance)

 

We are becoming increasingly desperate as to how to fix this, because the current state of this is not usable...

 

Please don't make any suggestions like "we should reduce the number of rows or we should optimise our data sources". This hasn't changed at all in comparison to the 2023.3 Version and with the use of 3 nodes the system should easily be able to handle the loading of simple worksheets.

 

Does anyone know what could be helpful? Thanks in advance!

답변 17개
  1. 7월 13일 오전 7:07

    We never found a solution to the issue and the support from Tableau was horrible... We're hesitant to upgrade again for obvious reasons, but then again it's also very likely we will change BI Software, because Tableau has become just too buggy

0/9000

When we create worksheet which have RLS enabled we are unable to see an Thumbnail preview for the chart, instead of thumbnail it shows "User Specific View". 

Is there any way to enable thumbnails when RLS is enabled. 

 

Tableau Server Version: 2024.2.12 (20242.25.0623.1428) 64-bit Linux 

 

Thumbnail preview when Row level security is enabled Tableau 2024.2.12

 

 

 

#Tableau Desktop & Web Authoring  #Tableau Server

답변 4개
  1. 7월 9일 오후 10:17

    Hi @Gajanan Kadtan

     

    how did you exactly implement RLS at your workbook level ? If it is a through a published data source filter using a calculated field with user function then sorry that will not work. The User Specific View icon will stay. 

    I was referring to the simple use case where a user filter is used at the workbook level. In that case the option "Generate thumbnails as user" appears.

0/9000

We're adding a specific AD group to our Tableau Server (Windows cluster, version 2024.2), and when looking at the list of users for the group every user is duplicated. In addition, in the permissions screen, when selecting the group no users are listed in the Effective Permissions pane (screenshot below). With other groups there is no problem. 

Duplicate entries in AD Group

The only thing special about this group is that it includes over 5000 users, but other groups with over 3000 users have no problem.  

I checked in the Postgres database, and every user appears twice in the group, but licenses are counted only once. In the log files I can see that the users are added twice. 

 

We're working on an upgrade, that could solve the problem, but if anyone has encountered something similar and knows what causes this it would be helpful. 

 

Dan Chissick

Senior BI Consultant | Tableau Ambassador

 

#Tableau Server

답변 4개
  1. 7월 8일 오후 12:29

    Yes, there are two entries for each user (all 5,441 of them) in group_users, and two identical records with 5,441 in group_users_count. 

    Changing the backgrounder to debug is complicated, it's a production cluster. We'll probably try to upgrade first and see if the problem goes away, unless someone who has encountered the problem pops up over here.

0/9000

Hi Everyone,

We have a dashboard that's published and the URL is very long.  I was wondering if there is a way to publish a dashboard with a much smaller URL. 

Thanks

Diana

답변 3개
0/9000

Is there a way to have multiple user IDs associated with a single username or user account?

For example, if we have a participant with the username CH220, could that participant have multiple login user IDs, such as 220u1, 220u2

, etc., while all of those user IDs access the same participant data? 

 

#Tableau Desktop & Web Authoring  #Tableau Server

답변 1개
  1. 7월 7일 오후 3:27

    yes, usually it is possible. Only thing is that whatever is active in your active directory, it would be able to see, even if Ids are multiple.

0/9000