Which of the following user roles on Tableau Server allows a user to publish new workbooks to a project?
Think about the role that can interact with content and also publish new workbooks.
The Publisher role allows users to interact with content and publish new workbooks to projects where they have permission. Viewer cannot publish. Interactor is not a standard Tableau Server role. Explorer cannot publish.
You want to publish a Tableau workbook to Tableau Server so that users can refresh the data without entering credentials. Which publishing option should you select?
Think about how to allow automatic data refresh without user input.
Embedding credentials allows Tableau Server to use stored login information to refresh data sources automatically. Publishing without credentials requires users to enter them. Packaged workbooks bundle data but do not affect credentials. User prompt requires manual entry.
Given a Tableau data source with sales data by region and date, which LOD expression correctly calculates total sales per region regardless of filters?
{FIXED [Region] : SUM([Sales])}Consider which LOD expression fixes the calculation at the region level ignoring filters.
{FIXED [Region] : SUM([Sales])} calculates total sales per region ignoring other filters except context filters. INCLUDE adds detail, EXCLUDE removes detail, and plain SUM respects all filters.
You try to publish a workbook to Tableau Server but get an error: 'You do not have permission to publish to this project.' What is the most likely cause?
Focus on the permission message in the error.
The error message clearly indicates a permissions issue. Outdated software or unsupported data sources usually cause different errors. Server offline would prevent connection, not permission denial.
You want to create a dashboard that clearly shows sales trends and allows users on Tableau Server to filter by region and date. Which design practice is best?
Think about user experience and filter efficiency on Tableau Server.
A single dashboard with global filters provides a smooth user experience and efficient filtering. Multiple small charts with separate filters confuse users. Separate dashboards increase maintenance. Text tables alone do not show trends well.