0
0
Tableaubi_tool~20 mins

Publishing to Tableau Server - Practice Problems & Coding Challenges

Choose your learning style9 modes available
Challenge - 5 Problems
🎖️
Tableau Server Publishing Master
Get all challenges correct to earn this badge!
Test your skills under time pressure!
🧠 Conceptual
intermediate
2:00remaining
Understanding Tableau Server Publishing Permissions

Which of the following user roles on Tableau Server allows a user to publish new workbooks to a project?

APublisher
BViewer
CExplorer
DInteractor
Attempts:
2 left
💡 Hint

Think about the role that can interact with content and also publish new workbooks.

🎯 Scenario
intermediate
2:00remaining
Publishing a Workbook with Data Source Credentials

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?

APublish with user prompt for credentials
BPublish with embedded credentials
CPublish as a packaged workbook (.twbx)
DPublish without credentials
Attempts:
2 left
💡 Hint

Think about how to allow automatic data refresh without user input.

dax_lod_result
advanced
2:30remaining
Calculating Total Sales per Region Using LOD Expressions

Given a Tableau data source with sales data by region and date, which LOD expression correctly calculates total sales per region regardless of filters?

Tableau
{FIXED [Region] : SUM([Sales])}
A{EXCLUDE [Region] : SUM([Sales])}
B{INCLUDE [Region] : SUM([Sales])}
C{FIXED [Region] : SUM([Sales])}
DSUM([Sales])
Attempts:
2 left
💡 Hint

Consider which LOD expression fixes the calculation at the region level ignoring filters.

🔧 Formula Fix
advanced
2:00remaining
Troubleshooting Tableau Server Publishing Failure

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?

AYou lack publishing permissions on the target project
BThe server is offline
CThe workbook contains unsupported data sources
DYour Tableau Desktop version is outdated
Attempts:
2 left
💡 Hint

Focus on the permission message in the error.

visualization
expert
3:00remaining
Designing a Dashboard for Publishing to Tableau Server

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?

APublish separate dashboards for each region
BUse multiple small charts with separate filters for each
CUse only text tables to simplify data
DCreate a single dashboard with global filters for region and date
Attempts:
2 left
💡 Hint

Think about user experience and filter efficiency on Tableau Server.