Board Dashboard Due Tomorrow
SprintNewFrom Salesforce → Tableau workbooks in minutes. Templates + .twbx publish for executive reporting.
Note: Templates mean assembly from pre-built viz types (bar, line, table), not free-form dashboard creation.
The Slack Message
Board meeting is Monday. I need pipeline by stage, revenue trend, and top 10 deals as Tableau charts on the Executive project. Can you have it by end of day tomorrow?
The Prompt
Three minutes later, this is in Claude Code.
We need Tableau workbooks for tomorrow's board meeting showing: - Pipeline by stage (bar chart) - Revenue trend last 6 months (line chart) - Top 10 deals by amount (table) Pull fresh data from Salesforce and publish to our 'Executive' project in Tableau Cloud.
Template-Based Viz Creation
Templates use canonical column naming (Dimension, Metric, Date) — we rename your CSV columns to match, then package as .twbx for reliable Tableau Cloud publishing. This approach eliminates brittle XML manipulation while enabling rapid dashboard assembly from pre-built viz types.
How It Works
Query Salesforce
Extract opportunity data with aggregations for each visualization.
Select Templates
Auto-match data to bar_chart, line_chart, and table templates.
Bind Data
Map CSV columns to canonical template roles. Create .twbx packages.
Publish to Tableau
Upload .twbx workbooks to Tableau Cloud Executive project.
"Board meeting needs 3 viz types. Let me query Salesforce for pipeline, revenue trend, and top deals."
"Data ready. Now binding to templates: pipeline → bar_chart, revenue → line_chart, top deals → table."
3 Tableau workbooks published to Executive project. Links sent to Slack.
Outputs Supported
Visualization Formats
- Tableau Cloud — .twbx workbooks published directly
- Google Sheets — CSV data exported to spreadsheets
- CSV export — Raw data files for local analysis
Template Library
- bar_chart — Category + metric (2-50 values)
- line_chart — Date + metric (time series)
- table — Multi-dim + multi-metric views
Results
Cost: Depends on your Salesforce and Tableau Cloud API limits and data volume.