Share via

Interactive dashboard for the data

Abdul Razack 0 Reputation points
2026-04-08T18:49:59.4333333+00:00

want to create an interactive dashboard. this is an example of data and the line can go upto 100000 lines.

We currently present with values, now looking to present in terms of graphical presentations with following Flux:

a Month on Month : Say, if we are checking for Mar 26 then Flux will be with Feb 26

b Quarter on Quarter : Say, if we are checking for Jan 26 which Q1 26, then the flux to be only for Oct 25 Q4 25 and if we are doing for Jan and Feb 26 then it should be Oct and Nov 25

c Year on Year: Say, if we are checking for Mar 26 then Flux will be with Mar 25

d Region wise: a region wise chart based on Month on Month criteria

e Region wise: a region wise chart based on Quarter on Quarter criteria

f Region wise: a region wise chart based on Year on Year criteria

e Function wise: a function wise chart based on Quarter on Quarter criteria.

Each graph must have GL at X axis & Values at Y axis and Difference with a bar graph.

Below is the SharePoint link for the sample data base.

[Personal information removed]

Microsoft 365 and Office | Excel | For business | Windows

2 answers

Sort by: Most helpful
  1. Hendrix-C 13,915 Reputation points Microsoft External Staff Moderator
    2026-04-08T21:14:13.9166667+00:00

    Hi @Abdul Razack,

    To better understand the issue, I have initiated a private message session to ask for more details since the information includes your personal information. When you have a moment, please click on “View message” at the top of this thread to open the private conversation and review the document.

    User's image

    Thank you for your patience and understanding throughout this process. I'm looking forward to your response.


    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread

    0 comments No comments

  2. Q&A Assist
    2026-04-08T18:50:24.3133333+00:00
    AI generated content. This question contains an answer created with AI from Q&A Assist. Learn more

    Use Excel PivotTables, PivotCharts, Slicers, and Timelines to build the interactive dashboard and support MoM/QoQ/YoY and region/function views from a large dataset.

    1. Prepare the data
    • Store all 100,000+ rows in a single Excel table (Insert > Table).
    • Ensure fields include at least: GL, Value, Date, Region, Function (and any other needed dimensions).
    1. Create a base PivotTable
    2. Select any cell in the data table.
    3. Go to Insert > PivotTable and place the PivotTable on a new worksheet.
    4. In the PivotTable Fields pane:
      • Put GL in Rows.
      • Put Value in Values (set to Sum if needed).
      • Add Region and Function as additional fields (for later filtering/slicers).
      • Add Date as a field (you can group it by Month, Quarter, Year in the PivotTable).
    5. Build separate PivotTables for each comparison type Create multiple PivotTables from the same data source (copy the first PivotTable and adjust fields):
    • Month-on-Month (MoM)
      • Rows: GL
      • Columns: Month (group Date by Months and Years).
      • Values: Sum of Value.
      • Add a calculated field or separate measure (if using Data Model/Power Pivot) to compute the difference between current month and previous month. This difference will be used for the bar chart.
    • Quarter-on-Quarter (QoQ)
      • Rows: GL
      • Columns: Quarter (group Date by Quarters and Years).
      • Values: Sum of Value.
      • Use a similar calculation to show difference vs previous quarter.
    • Year-on-Year (YoY)
      • Rows: GL
      • Columns: Year (group Date by Years).
      • Values: Sum of Value.
      • Add a calculation for difference vs same period previous year.
    • Region-wise MoM/QoQ/YoY
      • For each of the above PivotTables, add Region to Filters (or Rows/Columns depending on layout).
      • Alternatively, create separate PivotTables where Region is in Columns and GL in Rows, still using Month/Quarter/Year groupings.
    • Function-wise QoQ
      • Rows: GL
      • Columns: Quarter.
      • Filters or Columns: Function (or separate charts per Function).
      • Values: Sum of Value and difference vs previous quarter.
    1. Create PivotCharts with GL on X-axis, Values on Y-axis, and Difference as bar For each PivotTable:
    2. Click inside the PivotTable.
    3. Go to PivotTable Analyze > PivotChart.
    4. Choose a combo chart or clustered column chart:
      • Series 1: Sum of Value (e.g., line or column).
      • Series 2: Difference (MoM/QoQ/YoY) as a bar/column.
    5. Use the PivotChart Analyze, Design, and Format tabs to:
      • Ensure GL is on the X-axis.
      • Values and Difference are on the Y-axis (Difference as bar graph).
      • Format colors and styles as needed.
    6. Rename each PivotChart via PivotChart Analyze > PivotChart > Chart Name so they’re easy to identify.
    7. Add Slicers for interactive filtering
    8. Select any PivotTable.
    9. Go to PivotTable Analyze > Filter > Insert Slicer.
    10. Insert slicers for:
      • Date (or separate Year/Month fields if created).
      • Region.
      • Function.
    11. Arrange and resize slicers on the dashboard sheet.
    12. To connect slicers to all related PivotTables:
      • Select a slicer.
      • Go to Slicer > Slicer > Report Connections.
      • Check all PivotTables that should respond to that slicer (e.g., all MoM/QoQ/YoY and region/function views).
    13. Add a Timeline for date-based flux selection
    14. Select any PivotTable.
    15. Go to PivotTable Analyze > Filter > Insert Timeline.
    16. Choose the Date field.
    17. Resize and place the Timeline on the dashboard.
    18. Connect it to all PivotTables via Options (Timeline) > Report Connections.
    19. Use the Timeline to select specific months/quarters/years; the PivotTables and charts will update, enabling:
      • MoM: select a single month; calculations compare to previous month.
      • QoQ: select a quarter; calculations compare to previous quarter.
      • YoY: select a month or year; calculations compare to same period prior year.
    20. Arrange the dashboard
    • Place all PivotCharts on a single worksheet.
    • Group charts logically:
      • MoM (overall, region-wise, function-wise).
      • QoQ (overall, region-wise, function-wise).
      • YoY (overall, region-wise).
    • Align slicers and Timeline for a clean layout.
    1. Share the dashboard
    • Save the workbook to SharePoint or OneDrive.
    • Share with stakeholders; they can interact with slicers and Timeline to view GL vs Value and Difference across MoM/QoQ/YoY, Region, and Function.

    References:

    0 comments No comments

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.