Donut Charts

 

  • 3D Donut Chart with Radial Gradient

    Like Pie Charts, 3D Donut Chart with Radial Gradient allow you to visualize data groupings (or “slices”) proportional to the whole. Unlike Pie charts, they also allow you to view data for more than one series. There are two methods for creating 3D Pie Charts: 1. Drag and Drop Drag one column into the Dimension … Continue reading “3D Donut Chart with Radial Gradient”

  • 3D Donut Charts

    Like Pie Charts, Donut Charts allow you to visualize data groupings (or “slices”) proportional to the whole. Unlike Pie charts, they also allow you to view data for more than one series. There are two methods for creating Donut Charts: 1. Drag and Drop Drag one column into the Dimension box Drag a numeric column … Continue reading “3D Donut Charts”

  • Donut Charts

    Output There are two ways of creating charts 1. Drag and Drop Dimension (Drag one column) Measure column (Drag one numeric column) Measure column can be used aggregarated function like sum, count, avg 2. SQL Query Example: SELECT COL1, COL2 FROM TABLE GROUP BY COL1 In the above SQL query, COL1 is dimension column and … Continue reading “Donut Charts”