> ## Content Index
> Fetch the complete content index at: https://www.vizney.com/llms.txt
> Use this file to discover other available public pages before exploring further.

# Analyzing Tableau Public Dashboards (feat. Claude)
- URL: https://www.vizney.com/analyzing-tableau-public-dashboards-with-claude/
- Published: 2026-09-18T13:25:26.000Z
- Updated: 2026-09-18T13:27:28.000Z
- Author: Yehwan Hwang
- Tags: Tips & Tricks

A well-built Tableau Public dashboard is a study resource in itself. With Tableau Public MCP connected, Claude can download the `.twbx` from a URL and inspect its calculated fields, LOD expressions, and sheet structure. The catch is that asking Claude to "analyze this dashboard" usually returns a list of calculated fields and little else. Most of the quality comes down to how the request is framed. 

---

**0\. For the connection setup**, see [How to Connect Tableau Public MCP to Claude Desktop](https://www.vizney.com/connect-tableau-public-mcp-to-claude-desktop/).

[How to Connect Tableau Public MCP to Claude DesktopConnecting the Tableau Public Model Context Protocol (MCP) server to Claude Desktop allows you to explore public dashboards, retrieve metadata, download .twbx workbooks, and reverse-engineer calculation fields and LOD expressions directly through natural language. This setup is based on the open-source project created and maintained by Tableau Visionary![](https://storage.ghost.io/c/6a/50/6a50f03c-1922-4e90-bf18-c5abd0f819d4/content/images/icon/vizney_icon_b_v2-4883db9d-b899-44db-80b9-b488af22ee63.png)VizneyYehwan Hwang![](https://storage.ghost.io/c/6a/50/6a50f03c-1922-4e90-bf18-c5abd0f819d4/content/images/thumbnail/Screenshot-0d018eee-0e30-44b4-9fd2-030ef75284dd.png)](https://www.vizney.com/connect-tableau-public-mcp-to-claude-desktop/)

**1\. State what the analysis is for**  
Workbooks with more than 50 calculated fields are common. Without a stated purpose, you get all of them — and most are supporting fields several layers removed from the technique you actually care about. One added line changes the output considerably.

```
Analyze this workbook. I want to build something similar in my own dashboard.
Focus on the core techniques rather than listing every calculated field.
https://public.tableau.com/views/...
```

**2\. Ask it to separate confirmed facts from inference ★**  
This is the most valuable tip. The MCP tools read calculated fields and parameters accurately, but dashboard zone layouts and the bodies of some upstream calculations don't always come through. Without this instruction, inference gets presented as fact.

```
Mark clearly which findings came directly from the tools and which are
inferred from structure. For anything unconfirmed, tell me what to check.
```

**3\. Ask for the result as a Markdown file**  
An analysis left in the chat is hard to return to. Requested as a file, it can be kept, shared with a team, and used as the reference point for follow-up questions.

```
Write the analysis to a Markdown file.
```

**4\. Narrow down instead of asking for everything at once**  
Treat the first response as an overview, then follow up only on the parts that matter.

```
Go deeper on the LOD expressions, and explain how filters interact
with them in this view.
```

---

Below is the Markdown output from running this on the [**Documentary Boom**](https://www.vizney.com/documentary-boom/) workbook.

![](https://storage.ghost.io/c/6a/50/6a50f03c-1922-4e90-bf18-c5abd0f819d4/content/images/2026/09/-------------2026-09-18-214608.png)

One thing worth noting: if an author has disabled data downloads, the `.twbx` can't be retrieved and formula-level analysis isn't possible. Metadata and sheet structure remain available. It's also a setting worth considering for your own published workbooks.

💡

When analyzing someone else's workbook, keep the purpose clearly educational — and if you share the result, credit the original author and link back to the source.