Venn Diagram

Hi All,

Is there anyway that I can create customized Venn Diagram inside QuickSight?

For example, I have some students and 3 course - A, B, C. I want to show how many student select individual course A, B, C, how many students select AB, AC, BC and how many students select all 3 coursed ABC?

Thanks,

Ce Wu

There is no visual for that.

You might be able to do multiple pie charts / donut charts.

In regards to grouping, you could make an ifelse statement

ifelse({course}=‘A’ or {course}=‘B’,‘AB’,etc…)

I can mark a venn diagram as a feature request.

1 Like

Hi Max,

Thanks for the help. Looks like the pie chart is the only solution for now.

Thanks,

Ce Wu

There’s no native venn diagram yet in QS, but I was able to create a pseudo venn diagram by using a PNG file of a circle and overlapping/labeling several of them. And then manually calculating the different scenarios of a venn diagram either through the filters on a visual (KPI) or in the sql. Then just get rid of all the formatting for the kpi box (title, border, background) and position the respective KPI’s to the location in the venn diagram it corresponds to.

1 Like

Thanks for sharing this info with the QuickSight Community @Lucas_Bassoli!