Page 2
Create “Monthly Signups” Line Chart
Visual Type: Line chart
X-Axis: SignupDate
(use "Month hierarchy")
Y-Axis: Count of UserID
➡️ This shows how many new users are signing up over time.
✅ 2. Create “Users by Country” Chart
Visual Type: Stacked bar chart or Map
Axis/Legend: Country
Values: Count of UserID
➡️ Understand where most of your users are coming from.
✅ 3. Create “Active vs Inactive Users” Pie Chart
Visual Type: Pie or Donut Chart
Legend: IsActive
Values: Count of UserID
➡️ This shows how many users are currently active vs. not.
✅ 4. Create “Users by Plan Type” Chart
Visual Type: Stacked bar or column
Axis: PlanType
Values: Count of UserID
➡️ Helps you compare how many are on Free, Pro, or Enterprise plans.
Last updated