ShowMeMore
WebsiteAll products
  • Introduction
    • Getting started with ShowMeMore
      • Guide to the first VizExtension
      • Getting started with dashboard extension
  • Visualization Types
  • Sankey Diagram
    • Data strucuture
    • Configuration Screen
    • Format
    • Color formatting
      • Text and background
      • Color Nodes
      • Color Links
    • Text formatting
      • Labels
      • Tooltips
      • Measures
    • Legend
    • Dashboard Actions
  • Source Target Sankey Diagram
    • Data strucuture
    • Configuration Screen
    • Format
    • Color formatting
      • Text and background
      • Color Nodes
      • Color Links
    • Text formatting
      • Labels
      • Tooltips
      • Measures
    • Dashboard Actions
  • Waterfall Chart
    • Data structure
    • Configuration Screen
    • Format
    • Labels
    • Measures
    • Color
    • Dashboard Actions
  • Geo Sankey Diagram
    • Data structure
    • Configuration Screen
    • Format
    • Tooltips
    • Labels
    • Dashboard Actions
    • Color
  • Network Diagram 2.0
    • Data structure
    • Configuration Screen
    • Analytics Options
    • Labels
    • Tooltip
    • Measures
    • Color
    • Format
    • Dashboard Actions
  • Radar Chart
    • Data structure
    • Configuration Screen
    • Format
    • Labels
    • Tooltips
    • Measures
    • Color
    • Legend
    • Dashboard Actions
  • Venn Diagram
    • Data structure
    • Configuration Screen
    • Format
    • Color
    • Labels
    • Tooltips
    • Measures
    • Legend
    • Dashboard Actions
  • Sunburst New Diagram
    • Data structure
    • Configuration Screen
    • Format
    • Tooltips
    • Measures
    • Labels
    • Color
    • Legend
    • Dashboard Actions
  • Sunburst diagram
    • Data structure
    • Configuration Screen
    • Format
    • Tooltips
    • Measures
    • Labels
    • Color
    • Legend
  • Chord Diagram
    • Data structure
    • Configuration Screen
    • Format
    • Color
    • Tooltips
    • Measures
    • Labels
    • Legend
    • Dashboard Actions
  • Circular Sankey Diagram
    • Data structure
    • Configuration Screen
    • Format
    • Tooltips
    • Measures
    • Labels
    • Dashboard Actions
    • Color
    • Legend
  • Ridgeline Plot
    • Data strucutre
    • Configuration Screen
    • Format
    • Color
    • Tooltips
    • Labels
    • Dashboard Actions
  • Horizon Chart
    • Data structure
    • Configuration Screen
    • Format
    • Labels
    • Color
    • Labels
  • Organization Chart
    • Data structure
    • Configuration Screen
    • Format
    • Color
    • Tooltips
    • Measures
    • Labels
    • Dashboard Actions
  • Calendar Chart
    • Configuration Screen
    • Labels
    • Measures
    • Color
    • Format
  • Network Diagram
  • Export Visualization
  • Troubleshot
    • Sankey Diagram crashes or fails to load
  • FAQ
    • Is the Waterfall Chart built directly from the data, or do I need custom calculations?
Powered by GitBook
On this page
  1. Venn Diagram

Data structure

PreviousVenn DiagramNextConfiguration Screen

Last updated 9 months ago

A Venn diagram requires a data structure similar to identity tables in set theory. The "In" and "Out" are binary values that determine if an element belongs to a specific set or not. To create a Venn diagram, users need to create sets in Tableau.

Instructions to Create Sets in Tableau

  1. Open Tableau: Launch Tableau and open your workbook.

  2. Connect to Data: Connect to the data source that you want to use for creating the Venn diagram.

  3. Create Sets:

    • Go to the Data pane on the left.

    • Right-click on the dimension you want to use for your set.

    • Select "Create" and then "Set."

    • In the Create Set dialog box, you can define the criteria for the set. Select the members or conditions to include the elements in the set.

    • Click "OK" to create the set.

Next, use the sets to create a table which looks similar to identity tables in set theory. Its also fine to drag and drop the sets in detail, however this way its easier to verify data.

Now proceed with the next steps