Area Charts

 

  • Stacked Area Charts

    Output A Stacked Area Chart is similar to a Pie Chart in that it show what percentage of a data element accounts for the whole. Unlike a Pie Chart, however, it can break out this data across a dimension. There are two methods of creating a Stacked Area Charts 1. Drag and Drop Drag one … Continue reading “Stacked Area Charts”

  • Area 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 “Area Charts”