-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtableau-course.html
More file actions
47 lines (39 loc) · 1.96 KB
/
Copy pathtableau-course.html
File metadata and controls
47 lines (39 loc) · 1.96 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
---
layout: default
title: "Tableau Mastery"
permalink: /courses/tableau/
---
<section style="padding: 60px 20px; background-color: #1f1f1f; color: #ffffff;">
<div class="container" style="max-width: 1000px; margin: auto;">
<h1 style="color: #4CAF50;">📈 Tableau Mastery</h1>
<p style="font-size: 1.1em; color: #ccc;">
Master the art of data visualization and storytelling using Tableau. This course is designed for aspiring analysts, data scientists, and professionals who want to turn raw data into impactful dashboards.
</p>
<h2 style="color:#00BFFF;">📘 What You'll Learn</h2>
<ul style="padding-left: 20px; list-style: disc; color: #ddd;">
<li>Connecting to data sources (Excel, SQL, Cloud)</li>
<li>Building charts: bar, line, maps, tree maps</li>
<li>Creating interactive dashboards & stories</li>
<li>Using filters, parameters, and calculated fields</li>
<li>Publishing and sharing on Tableau Public/Server</li>
</ul>
<h2 style="color:#00BFFF;">📂 Course Format</h2>
<ul style="padding-left: 20px; list-style: disc; color: #ccc;">
<li>📽️ Video walkthroughs</li>
<li>📁 Practice workbook files</li>
<li>📊 Final project: Dynamic KPI Dashboard</li>
</ul>
<h2 style="color:#00BFFF;">🛠️ Tools You'll Use</h2>
<ul style="padding-left: 20px; list-style: disc; color: #ccc;">
<li>Tableau Desktop (Public or Pro)</li>
<li>Data Extracts and Calculations</li>
<li>Dashboard Actions and Filters</li>
</ul>
<h2 style="color:#00BFFF;">🎁 Bonus Materials</h2>
<ul style="padding-left: 20px; list-style: disc; color: #ccc;">
<li>Tableau dashboard layout templates</li>
<li>Cheat sheet for Tableau calculations</li>
</ul>
<a href="/toolkits/" style="display: inline-block; margin-top: 30px; background-color: #4CAF50; color: white; padding: 12px 24px; border-radius: 6px; text-decoration: none;">Go to Toolkits →</a>
</div>
</section>