diff --git a/Makefile b/Makefile index c78d6b5..33b598f 100644 --- a/Makefile +++ b/Makefile @@ -18,46 +18,34 @@ COVER_IMAGE := images/cover.jpg COVER_IMAGE_EPUB := images/cover.jpg HIGHLIGHT := highlight/pygments.theme CSS_FILE = styles.css -EBOOK_CONVERT := /Volumes/Extreme\ SSD/Applications/calibre.app/Contents/MacOS/ebook-convert +EBOOK_CONVERT := /Applications/calibre.app/Contents/MacOS/ebook-convert # ARGS PDF_ARGS = -f markdown-raw_tex \ --pdf-engine=xelatex \ - --pdf-engine-opt=-shell-escape \ -V geometry:margin=1in \ -V papersize:a4 \ -V documentclass=book \ -V colorlinks \ -V urlcolor=NavyBlue \ - --filter /Users/devarajns/Library/Python/3.9/bin/pandoc-latex-environment \ + --filter .venv/bin/pandoc-latex-environment \ --variable linestretch=1.2 \ --include-before-body others/cover.tex \ -V header-includes="\\usepackage{fontspec} \ - \\usepackage{graphicx} \ - \\usepackage{caption} \ - \\usepackage{float} \ - \\usepackage{wallpaper} \ - \\setmainfont[Path=$(CURRENT_DIR)/fonts/, Extension=.ttf, UprightFont=Merriweather-Regular, BoldFont=Merriweather-Bold, ItalicFont=Merriweather-Italic]{Merriweather} \ - \\setsansfont[Path=$(CURRENT_DIR)/fonts/, Extension=.ttf, UprightFont=OpenSans-Regular, BoldFont=OpenSans-Bold, ItalicFont=OpenSans-Italic]{OpenSans} \ + \\usepackage{wallpaper} \ + \\setmainfont{Merriweather}[Path=./fonts/,Extension=.ttf,UprightFont=*-Regular,BoldFont=*-Bold,ItalicFont=*-Italic] \ + \\setsansfont{OpenSans}[Path=./fonts/,Extension=.ttf,UprightFont=*-Regular,BoldFont=*-Bold,ItalicFont=*-Italic,BoldItalicFont=*-BoldItalic] \ \\usepackage{titlesec} \ \\titleformat{\\chapter}[display]{\\normalfont\\bfseries\\large}{\\thechapter}{10pt}{\\raggedright} \ \\titlespacing*{\\chapter}{0pt}{0pt}{10pt} \ + \\usepackage{graphicx} \ \\usepackage{fancyhdr} \ - \\usepackage{xcolor} \ - \\definecolor{purplebackground}{HTML}{8A6BAC} \ \\pagestyle{fancy} \ \\fancyhf{} \ - \\fancyfoot[C]{\\colorbox{purplebackground}{\\textcolor{white}{\\leftmark}}} \ - \\fancyhead[R]{\\colorbox{purplebackground}{\\textcolor{white}{\\thepage}}} \ - \\fancyhead[L]{\\colorbox{purplebackground}{\\textcolor{white}{Inforiver Analytics+}}} \ + \\fancyfoot[C]{\\leftmark} \ + \\fancyhead[R]{\\thepage} \ \\renewcommand{\\headrulewidth}{0pt} \ - \\renewcommand{\\footrulewidth}{0.4pt} \ - \\usepackage{pagecolor} \ - \\pagecolor{white} \ - \\usepackage{mdframed} \ - \\newmdenv[linecolor=purplebackground,linewidth=2pt,topline=true,bottomline=true,leftline=true,rightline=true,innerleftmargin=15pt,innerrightmargin=15pt,innertopmargin=15pt,innerbottommargin=15pt]{customframe} \ - \\AtBeginDocument{\\begin{customframe}} \ - \\AtEndDocument{\\end{customframe}}" \ + \\renewcommand{\\footrulewidth}{0.4pt}" \ $(ARGS) \ $(METADATA_ARG) @@ -84,14 +72,6 @@ all: output output/book.pdf output/html-epub pdf: output output/book.pdf -# Generate PDF with image placeholders to avoid LaTeX errors -pdf-no-images: output - ./fix-pdf.sh - -# Generate PDF with optimized images -pdf-with-images: output - ./generate-pdf-with-images.sh - epub: output output/book.epub latex: output output/book.tex @@ -104,7 +84,7 @@ output: @mkdir -p ./output output/%.pdf: Makefile $(CHAPTERS) | output - pandoc $(CHAPTERS) $(PDF_ARGS) --resource-path=.:images --wrap=none -o $@ + pandoc $(CHAPTERS) $(PDF_ARGS) -o $@ output/%.epub: Makefile $(CHAPTERS) $(FONTS) $(HIGHLIGHT) $(COVER_IMAGE) | output pandoc $(CHAPTERS) $(ARGS) $(HIGHLIGHT_ARGS) $(EPUB_ARGS) -o $@ @@ -116,8 +96,8 @@ output/%.html: Makefile $(CHAPTERS) | output pandoc $(CHAPTERS) $(HTML_ARGS) -s -o $@ output/html-epub: Makefile $(CHAPTERS) | output - pandoc $(CHAPTERS) $(HTML_ARGS) -s -o output/book.html - $(EBOOK_CONVERT) output/book.html output/book.epub --extra-css styles.css --embed-all-fonts --cover $(COVER_IMAGE_EPUB) --level1-toc //h:h1 --level2-toc //h:h2 --level3-toc //h:h3 + pandoc $(CHAPTERS) $(HTML_ARGS_FOR_EPUB) -s -o output/book.html + $(EBOOK_CONVERT) output/book.html output/book.epub --chapter //h:h1 --extra-css styles.css --embed-all-fonts --cover $(COVER_IMAGE_EPUB) --level1-toc //h:h1 --level2-toc //h:h2 --level3-toc //h:h3 clean: phony @rm -rf ./output @@ -127,4 +107,4 @@ open-pdf: phony output/book.pdf zathura output/book.pdf & open-epub: phony output/book.epub - ebook-viewer output/book.epub & + ebook-viewer output/book.epub & \ No newline at end of file diff --git a/README.md b/README.md index 94266cf..29bce6e 100644 --- a/README.md +++ b/README.md @@ -11,3 +11,9 @@ You need to have installed: * [pandoc-latex-environment](https://github.com/chdemko/pandoc-latex-environment) If you have a problem or a question, please open a new issue and try to be as descriptive as possible. +brew install make +brew install pandoc +brew install calibre +brew install --cask basictex +pipx install pandoc-latex-environment +sudo tlmgr update --self && sudo tlmgr install xelatex fontspec environ trimspaces tcolorbox wallpaper titlesec \ No newline at end of file diff --git a/chapters/030_chapter1_introduction_to_inforiver_analytics_plus.md b/chapters/030_chapter1_introduction_to_inforiver_analytics_plus.md index e163c8d..0b96592 100644 --- a/chapters/030_chapter1_introduction_to_inforiver_analytics_plus.md +++ b/chapters/030_chapter1_introduction_to_inforiver_analytics_plus.md @@ -4,7 +4,7 @@ Inforiver Analytics+ is a unified platform for data visualization, planning and Inforiver Analytics+ delivers key features that are available in other BI tools, but are missing in Power BI, thus facilitating migration and consolidation in the Microsoft stack. -![Analytics Overview](https://github.com/user-attachments/assets/b7a5f235-95a1-4485-b8d8-bc324f1a24b3) +![Analytics Overview](images/storyboarding-no-code-self-service-dashboards-tools.png) ## Core Components of Analytics+ diff --git a/chapters/050_chapter2_product_architecture_components.md b/chapters/050_chapter2_product_architecture_components.md index be116f1..775a2a1 100644 --- a/chapters/050_chapter2_product_architecture_components.md +++ b/chapters/050_chapter2_product_architecture_components.md @@ -7,31 +7,31 @@ Inforiver Analytics+ features a sophisticated architecture designed to deliver e Inforiver Analytics+ is structured as a layered architecture that extends and enhances the Power BI environment: ``` -┌─────────────────────────────────────────────────────────────┐ -│ User Interface Layer │ -│ ┌──────────────┐ ┌──────────────┐ ┌──────────────────┐ │ -│ │ Configuration│ │ Visualization│ │ Interaction │ │ -│ │ Panels │ │ Canvas │ │ Controls │ │ -│ └──────────────┘ └──────────────┘ └──────────────────┘ │ -├─────────────────────────────────────────────────────────────┤ -│ Business Logic Layer │ -│ ┌──────────────┐ ┌──────────────┐ ┌──────────────────┐ │ -│ │ Calculation │ │ Formatting │ │ Event │ │ -│ │ Engine │ │ Engine │ │ Handler │ │ -│ └──────────────┘ └──────────────┘ └──────────────────┘ │ -├─────────────────────────────────────────────────────────────┤ -│ Data Processing Layer │ -│ ┌──────────────┐ ┌──────────────┐ ┌──────────────────┐ │ -│ │ Data │ │ Cache │ │ State │ │ -│ │ Transformer │ │ Manager │ │ Manager │ │ -│ └──────────────┘ └──────────────┘ └──────────────────┘ │ -├─────────────────────────────────────────────────────────────┤ -│ Integration Layer │ -│ ┌──────────────┐ ┌──────────────┐ ┌──────────────────┐ │ -│ │ Power BI │ │ Data │ │ Export/Import │ │ -│ │ Connector │ │ Connector │ │ Manager │ │ -│ └──────────────┘ └──────────────┘ └──────────────────┘ │ -└─────────────────────────────────────────────────────────────┘ ++-------------------------------------------------------------+ +| User Interface Layer | +| +--------------+ +--------------+ +------------------+ | +| | Configuration| | Visualization| | Interaction | | +| | Panels | | Canvas | | Controls | | +| +--------------+ +--------------+ +------------------+ | ++-------------------------------------------------------------+ +| Business Logic Layer | +| +--------------+ +--------------+ +------------------+ | +| | Calculation | | Formatting | | Event | | +| | Engine | | Engine | | Handler | | +| +--------------+ +--------------+ +------------------+ | ++-------------------------------------------------------------+ +| Data Processing Layer | +| +--------------+ +--------------+ +------------------+ | +| | Data | | Cache | | State | | +| | Transformer | | Manager | | Manager | | +| +--------------+ +--------------+ +------------------+ | ++-------------------------------------------------------------+ +| Integration Layer | +| +--------------+ +--------------+ +------------------+ | +| | Power BI | | Connector | | Export/Import | | +| | Connector | | Connector | | Manager | | +| +--------------+ +--------------+ +------------------+ | ++-------------------------------------------------------------+ ``` These layers work together to provide a comprehensive analytics experience while maintaining compatibility with the Power BI environment. diff --git a/chapters/060_chapter2_installation_licensing_options.md b/chapters/060_chapter2_installation_licensing_options.md index 3586ab0..ef6f8ee 100644 --- a/chapters/060_chapter2_installation_licensing_options.md +++ b/chapters/060_chapter2_installation_licensing_options.md @@ -13,12 +13,12 @@ The simplest and most common installation method is through Microsoft AppSource: 1. **Navigate to AppSource**: Visit the Microsoft AppSource marketplace (appsource.microsoft.com) 2. **Search for Inforiver**: Enter "Inforiver" in the search bar 3. **Select Analytics+**: Choose the Inforiver Analytics+ visual from the search results - ![Analytics](https://github.com/user-attachments/assets/9bd53f21-8288-4f35-9267-a7bce9744f70) + ![Analytics](images/power-bi-visuals-inforiver-analytics-reporting-writeback.png) 5. **Get It Now**: Click the "Get it now" button to initiate the installation 6. **Authentication**: Sign in with your Microsoft account if prompted 7. **Confirm Installation**: Approve the installation in your Power BI organization 8. **Verification**: Confirm the visual appears in your Power BI Desktop visualization pane -![Verification](https://github.com/user-attachments/assets/7b8f862d-6a14-415b-a473-3e173ba9a3eb) +![Verification](images/visualization-tools-data-fields-drill-through-options.png) This method ensures you receive the official, certified version of Inforiver Analytics+ and simplifies the update process through AppSource's update mechanisms. @@ -30,12 +30,12 @@ For organizations with specific deployment requirements, direct import in Power 2. **Open Power BI Desktop**: Launch your local Power BI Desktop application 3. **Import Custom Visual**: Click the "..." in the Visualizations pane - ![Custom Visual](https://github.com/user-attachments/assets/481abd66-28c9-4757-a1d1-0639d1a6034a) + ![Custom Visual](images/import-visual-from-file-menu-options.png) 5. **Select "Import from file"**: Browse to the downloaded .pbiviz file 6. **Confirm Import**: Approve any security prompts that appear 7. **Verify Installation**: Check that the Inforiver icon appears in your visualization pane - ![Installation](https://github.com/user-attachments/assets/15fc179e-1180-4b85-8079-dc98c986e8a2) + ![Installation](images/visualization-tools-data-fields-drill-through-options.png) This method is useful for controlled environments where AppSource access may be restricted or for testing specific versions before organizational deployment. diff --git a/chapters/070_chapter2_first_steps_with_analytics_plus.md b/chapters/070_chapter2_first_steps_with_analytics_plus.md index b33003a..32f1122 100644 --- a/chapters/070_chapter2_first_steps_with_analytics_plus.md +++ b/chapters/070_chapter2_first_steps_with_analytics_plus.md @@ -13,7 +13,7 @@ The first step in using Inforiver Analytics+ is to add it to your Power BI repor 5. **Add to Canvas**: Click on the Inforiver Analytics+ icon to add it to your report canvas 6. **Resize Visual**: Adjust the size and position of the visual on your canvas -![Useful Links](https://github.com/user-attachments/assets/69483d35-f618-4190-8be0-d8ce12168736) +![Useful Links](images/infoviewer-analytics-visualization-software-interface.png) Use the links in the visual for additional information: @@ -26,7 +26,7 @@ Use the links in the visual for additional information: The Analytics+ visual ships with different modes - chart, card, table, and Gantt. Each mode has a dedicated toolbar that contains customization options specific to it. -![Selection](https://github.com/user-attachments/assets/2223e6dc-9bed-4d69-bf19-d6f1a2d4c67d) +![Selection](images/infoview-analytics-charts-cards-tables-interface.png) ## Assign Data @@ -38,27 +38,27 @@ For starters, you can assign the Axis and Values visual parameters. We've added | | |:--------:| | **Chart mode** | -| ![Chart Mode](https://github.com/user-attachments/assets/40ec8644-6abc-400f-8592-ec7a7f2544a6) | +| ![Chart Mode](images/2022-actuals-by-sub-region-bar-chart.png) | | | |:--------:| | **Card mode** | -| ![Card Mode](https://github.com/user-attachments/assets/dc73c627-76f2-4283-a4a8-4510a4cc1077) | +| ![Card Mode](images/data-visualization-kpi-card-chart-elements.png) | | | |:--------:| | **Table mode** | -| ![Table Mode](https://github.com/user-attachments/assets/52890a84-d100-4659-9b11-e81395515fd2) | +| ![Table Mode](images/2023-actuals-by-subcategory-data-table.png) | | | |:--------:| | **Gantt mode** | -| ![Gantt Mode](https://github.com/user-attachments/assets/9d454400-18bf-4b16-a1d2-5b27187c4f1a) | +| ![Gantt Mode](images/gantt-chart-employee-project-schedule-2024-2025-1.png) | By following these first steps and guidance, you'll quickly become comfortable with Inforiver Analytics+ and begin creating powerful, insightful visualizations that exceed the capabilities of native Power BI visuals. diff --git a/chapters/080_chapter2_interface_overview_navigation_principles.md b/chapters/080_chapter2_interface_overview_navigation_principles.md index a33a177..2c72e32 100644 --- a/chapters/080_chapter2_interface_overview_navigation_principles.md +++ b/chapters/080_chapter2_interface_overview_navigation_principles.md @@ -7,16 +7,16 @@ Inforiver Analytics+ features a sophisticated yet intuitive interface designed t The Inforiver Analytics+ interface consists of several key components organized in a logical structure: ``` -┌───────────────────────────────────────────────────────────────┐ -│ Toolbar and Global Controls │ -├───────────┬───────────────────────────────────┬───────────────┤ -│ │ │ │ -│ Field │ │ Configuration │ -│ Selection │ Visualization Area │ Panel │ -│ Panel │ │ │ -├───────────┴───────────────────────────────────┴───────────────┤ -│ Status Bar / Information Area │ -└───────────────────────────────────────────────────────────────┘ ++---------------------------------------------------------------+ +| Toolbar and Global Controls | ++-----------+-----------------------------------+---------------+ +| | | | +| Field | | Configuration | +| Selection | Visualization Area | Panel | +| Panel | | | ++-----------+-----------------------------------+---------------+ +| Status Bar / Information Area | ++---------------------------------------------------------------+ ``` This layout is designed to provide easy access to all necessary tools while maximizing the space available for your visualization. diff --git a/chapters/120_chapter3_introduction_to_visualization_framework.md b/chapters/120_chapter3_introduction_to_visualization_framework.md index b11e1cf..329739c 100644 --- a/chapters/120_chapter3_introduction_to_visualization_framework.md +++ b/chapters/120_chapter3_introduction_to_visualization_framework.md @@ -6,19 +6,19 @@ Analytics+ has been built as a complete storytelling platform that enables even 1. **Chart Mode**: Offers a diverse library of over 100 chart types including Waterfall, Marimekko, Bullet charts, and boxplots, suitable for virtually any data visualization scenario. -![Chart mode](/images/2025-05-26_15h06_30.png) +![Chart mode](images/2025-05-26_15h06_30.png) 2. **Card Mode**: Provides KPI cards with embedded charts, text, and image support to showcase metrics in a compact, information-rich format. -![Card mode](/images/2025-05-26_15h09_40.png) +![Card mode](images/2025-05-26_15h09_40.png) 3. **Table Mode**: Delivers a bird's eye view of data categories and relationships with advanced tabular visualizations including small multiples tables. -![Table mode](/images/2025-05-26_15h13_14.png) +![Table mode](images/2025-05-26_15h13_14.png) 4. **Gantt Mode**: Enables users to visualize task schedules, identify dependencies, allocate resources, and track deadlines with a best-in-class Gantt chart implementation. -![Gantt mode](/images/GanttMode.png) +![Gantt mode](images/GanttMode.png) 5. **Storyboard Mode**: Allows rapid design of captivating dashboards with a single visual and a single query, incorporating charts, text, images, slicers, KPI cards, and tables without importing separate visuals. @@ -98,7 +98,7 @@ Reference lines add context and highlight important thresholds or benchmarks: These reference lines help users quickly identify performance against key metrics and thresholds. -![Reference Lines](/images/referencelines.png) +![Reference Lines](images/referencelines.png) #### Reference Bands @@ -112,7 +112,7 @@ Reference bands highlight ranges or zones within visualizations: Reference bands provide visual context that helps users interpret data within established parameters. -![Reference bands](/images/2025-05-20_09h31_32.png) +![Reference bands](images/2025-05-20_09h31_32.png) #### Error Bars @@ -126,7 +126,7 @@ Error bars communicate data uncertainty and variability: These error indicators help users understand data reliability and make more informed decisions. -![Error bars](/images/error-bars-stacked-cluster-charts.png) +![Error bars](images/error-bars-stacked-cluster-charts.png) #### Trend Lines @@ -141,7 +141,7 @@ Trend lines reveal underlying patterns and future directions: Trend analysis helps users distinguish between random fluctuations and meaningful directional changes. -![Trend line](/images/TrendLine.png) +![Trend line](images/TrendLine.png) #### Additional Series @@ -155,7 +155,7 @@ Analytics+ allows the addition of derived or supplementary data series: These additional series enhance comparative analysis and provide richer context for data interpretation. -![Additional series](/images/Movingaverage.png) +![Additional series](images/Movingaverage.png) ### Data Processing Layer @@ -163,23 +163,23 @@ The foundation layer that prepares data for visualization: - **Aggregation Engine**: Summarization of data at different levels -![Aggregation engine](/images/Aggregation.png) +![Aggregation engine](images/actuals-plan-chart-year-quarter-aggregation.png) - **Filtering System**: Selection of relevant data subsets -![Aggregation engine](/images/filter.png) +![Aggregation engine](images/filter.png) - **Sorting Mechanism**: Arrangement of data in meaningful sequences -![Sorting engine](/images/Sort.png) +![Sorting engine](images/Sort.png) - **Calculation Engine**: Execution of visualization-specific calculations -![Calculation engine](/images/Calcmeasues.png) +![Calculation engine](images/Calcmeasues.png) - **Pivoting Engine**: Reorganization of data for different analytical perspectives -![Pivoting engine](/images/PivotingEngine.png) +![Pivoting engine](images/PivotingEngine.png) These layers work together to provide a seamless visualization experience that balances analytical power with ease of use. @@ -193,15 +193,15 @@ Analytics+ offers multiple paths to dashboard creation: 1. **Auto-create Reports**: Leverages AI to automatically generate dashboards based on the data structure, creating appropriate visualizations without manual intervention. -![Auto create](/images/autocreate.png) +![Auto create](images/autocreate.png) 2. **Template-Based Dashboards**: Provides a library of pre-built templates for common scenarios including IBCS-compliant dashboards, financial reports, and KPI dashboards. -![Template](/images/templatestore.png) +![Template](images/templatestore.png) 3. **Custom Layouts**: Enables users to build dashboards from scratch, defining the number and arrangement of elements through an intuitive interface. -![CustomLayout](/images/customLayout.png) +![CustomLayout](images/customLayout.png) The Viz-data-ink ratio slider allows users to quickly adjust the information density of dashboards, balancing visual appeal with analytical depth. @@ -211,27 +211,27 @@ Storyboard mode supports a comprehensive set of dashboard elements: - **Visualization Components**: Charts, cards, and tables with full customization capabilities -![VisualizationComponents](/images/VisualizationComponents.png) +![VisualizationComponents](images/VisualizationComponents.png) - **Navigation Controls**: Tabs, boards, and play axes for multi-page dashboards -![NavigationControls](/images/Navigation.png) +![NavigationControls](images/Navigation.png) - **Annotation System**: Comments and highlights to explain insights -![Annotation](/images/Annotations.png) +![Annotation](images/chart-data-visualization-2024-2023-annotations.png) - **Design Elements**: Shapes, text boxes, and images for visual organization -![DesignElements](/images/shapesimagestextboxes.png) +![DesignElements](images/shapesimagestextboxes.png) - **Interactive Controls**: Slicers and filters for data exploration -![SlicersFilters](/images/slicer.png) +![SlicersFilters](images/slicer.png) - **Layering System**: Z-order control for complex visual arrangements -![Layers](/images/Layers.png) +![Layers](images/Layers.png) Each element maintains its full functionality and customization options, with dedicated toolbars appearing contextually when elements are selected. @@ -252,20 +252,20 @@ Analytics+ includes a comprehensive theming system for visual consistency: - **Pre-built Themes**: Library of professionally designed color schemes -![CustomLayout](/images/StoryboardThemes.png) +![CustomLayout](images/StoryboardThemes.png) - **Theme Customization**: Ability to modify existing themes or create new ones -![CustomStoryboardTheme](/images/CustomStoryboardTheme.png) +![CustomStoryboardTheme](images/CustomStoryboardTheme.png) - **Element-Level Theming**: Application of different themes to individual dashboard elements -![Individual Element Theme](/images/IndividualElementThemes.png) +![Individual Element Theme](images/IndividualElementThemes.png) - **Color Palette Management**: Control of primary, secondary, and accent colors - **Accessibility Considerations**: High-contrast themes for improved readability -![Color blind Themes](/images/ColorBlindTheme.png) +![Color blind Themes](images/ColorBlindTheme.png) - **Corporate Branding**: Support for organization-specific color schemes @@ -309,27 +309,27 @@ Analytics+ provides specialized IBCS-compliant chart types: - **Integrated Variance Column**: Showing actuals, plans, and variances in a standardized format -![Integrated Variance Column](/images/IntegratedVarianceColumn.png) +![Integrated Variance Column](images/integrated-variance-column-monthly-data-chart.png) - **IBCS Waterfall**: Visualizing financial statements with proper notation -![IBCS Waterfall](/images/ColumnsWithWaterfall.png) +![IBCS Waterfall](images/ColumnsWithWaterfall.png) - **Variance Bridge**: Connecting start and end values with standardized variance representation -![Variance Bridge](/images/HierarchicalrowswithIntegratedBar.png) +![Variance Bridge](images/HierarchicalrowswithIntegratedBar.png) - **IBCS-Compliant Tables**: Implementing proper notation in tabular formats -![IBCS-Compliant Tables](/images/IBCSTable.png) +![IBCS-Compliant Tables](images/IBCSTable.png) - **Tables with integrated waterfalls**: Measure rows and integrated waterfalls -![Tables with integrated waterfalls](/images/TablesWithIntegratedWaterfalls.png) +![Tables with integrated waterfalls](images/TablesWithIntegratedWaterfalls.png) - **Semantic KPI Cards**: Displaying key metrics with standardized visual elements -![IBCS KPI cards](/images/IBCSCards.png) +![IBCS KPI cards](images/IBCSCards.png) These specialized chart types ensure that business reporting adheres to consistent standards, improving clarity and comparability. diff --git a/chapters/130_chapter3_chart_type_gallery.md b/chapters/130_chapter3_chart_type_gallery.md index 02f823c..fd05f34 100644 --- a/chapters/130_chapter3_chart_type_gallery.md +++ b/chapters/130_chapter3_chart_type_gallery.md @@ -14,35 +14,35 @@ The foundation of comparison visualization, these charts include: - **Overlapped Column/Bar Chart**: For basic category comparison -![Overlapped](/images/OverlappeColumn.png) +![Overlapped](images/overlapped-column-chart-data-analysis-2022.png) - **Clustered Column/Bar Chart**: For comparing multiple measures across categories -![Clustered](/images/ClusteredColumn.png) +![Clustered](images/cluster-column-chart-data-comparison-2020-2022.png) - **Stacked Column/Bar Chart**: For showing both individual and total values -![Stacked](/images/StackedColumn.png) +![Stacked](images/stacked-column-chart-drink-consumption-2022.png) - **100% Stacked Column/Bar Chart**: For comparing percentage contributions -![100%StackedColumn](/images/HundredPercentStackedColumn.png) +![100%StackedColumn](images/stacked-column-chart-drinks-consumption-2022.png) - **Column +Column Chart**: For hierarchical category comparison -![Column+Column](/images/Column+Column.png) +![Column+Column](images/Column+Column.png) - **Win Loss Chart**: For depicting categories that are performing well against those that are under-performing -![WinLossColumn](/images/WinLossColumn.png) +![WinLossColumn](images/win-loss-column-chart-data-analysis.png) - **Side by Side Bar Chart**: For showing two measures side-by-side in horizontal orientation -![SidebySideBar](/images/SidebySideBar.png) +![SidebySideBar](images/side-by-side-bar-chart-2021-2022-actuals.png) - **Stacked Measure Chart**: For showing the contribution of each measure to the total -![StackedMeasure](/images/StackedMeasure.png) +![StackedMeasure](images/StackedMeasure.png) Column charts are particularly effective for time-based comparisons, while horizontal bar charts excel at comparing values across numerous categories or those with long descriptive labels. @@ -74,23 +74,23 @@ Specialized for actual vs. target/plan/prior period comparisons: - **Integrated Variance Column**: Showing actual and plan with variance -![Integrated Variance Column](/images/IntegratedVarianceColumnChart.png) +![Integrated Variance Column](images/integrated-variance-column-monthly-data-chart.png) - **Variance Line**: Displaying cumulative variance over time -![Variance Line](/images/VarianceLine.png) +![Variance Line](images/VarianceLine.png) - **Variance Area**: Area chart displaying cumulative variance over time -![Variance Area](/images/VarianceArea.png) +![Variance Area](images/VarianceArea.png) - **Waterfall Variance Chart**: Visualizing how variances contribute to final results -![Variance Waterfall](/images/VarianceWaterfall.png) +![Variance Waterfall](images/variance-waterfall-chart-2020-2021-actuals.png) - **Bullet Chart**: Comparing actual performance against targets and ranges -![Bullet chart](/images/IBCSBulletBar.png) +![Bullet chart](images/IBCSBulletBar.png) These variance-focused charts are particularly valuable for financial reporting, performance monitoring, and planning/forecasting scenarios. @@ -102,23 +102,23 @@ Charts specifically designed to highlight rank order: - **Range Bar Chart**: Vertical bars ordered by value -![Range chart](/images/RangeBar.png) +![Range chart](images/RangeBar.png) - **Slope Chart**: Comparing rankings between two time periods -![Slope chart](/images/SlopeGraph.png) +![Slope chart](images/slope-graph-data-analysis-chart-example.png) - **Lollipop Chart**: Combining bar and point for clearer ranking -![Lollipop chart](/images/Lollipop.png) +![Lollipop chart](images/Lollipop.png) - **Dot Plot**: Emphasizing position in a distribution -![dotplot chart](/images/dotplot.png) +![dotplot chart](images/dotplot.png) - **Dumbbell Chart**: Showing change between two points while maintaining rank context -![dumbbell chart](/images/dumbbell.png) +![dumbbell chart](images/dumbbell.png) These charts excel at communicating competitive position, market share rankings, and performance standings. @@ -132,27 +132,27 @@ The standard for time series analysis: - **Basic Line Chart**: For showing trends over time -![Line](/images/LineChart.png) +![Line](images/LineChart.png) - **Clustered-Line Chart**: For comparing multiple series over time -![ClusteredLine](/images/ClusteredLine.png) +![ClusteredLine](images/ClusteredLine.png) - **Stepped Line Chart**: For visualizing discrete changes -![SteppedLine](/images/SteppedLine.png) +![SteppedLine](images/SteppedLine.png) - **Curved Line Chart**: For smoothed trend visualization -![Spline](/images/Spline.png) +![Spline](images/Spline.png) - **Stacked Line Chart**: For showing both individual contributions and totals over time -![Stacked Line](/images/StackedLine.png) +![Stacked Line](images/StackedLine.png) - **100% Stacked Line Chart**: For visualizing changing percentage composition -![100% Stacked Line](/images/HundredPercentStackedLine.png) +![100% Stacked Line](images/HundredPercentStackedLine.png) Line charts are the cornerstone of time-based analysis, providing clear visualization of trends, patterns, and relationships over time. @@ -162,19 +162,19 @@ Analytics+ offers several specialized implementations of area charts: - **Stacked Area Chart**: Shows multiple measures stacked on top of each other, allowing users to see both individual contributions and the total. -![Stacked Area](/images/StackedArea.png) +![Stacked Area](images/sum-of-actuals-by-month-stacked-area-chart.png) - **100% Stacked Area Chart**: Normalizes the data to show percentage contributions of each measure to the total. -![100% Stacked Area](/images/HundredPercentStackedArea.png) +![100% Stacked Area](images/HundredPercentStackedArea.png) - **Cluster Area Chart**: Highlight both differences and similarities between categories or groups. -![ClusterArea](/images/ClusterArea.png) +![ClusterArea](images/ClusterArea.png) - **Base Area Chart**: Depict the variations of a particular measure with the high-performing portions in green and the low-performing portions in red. -![Base Area](/images/BaseArea.png) +![Base Area](images/BaseArea.png) #### Customization Options @@ -197,23 +197,23 @@ Classic approaches to showing composition: - **Pie Chart**: For simple part-to-whole relationships -![Pie](/images/Pie.png) +![Pie](images/Pie.png) - **Donut Chart**: For part-to-whole with space for central metrics -![Donut](/images/Donut.png) +![Donut](images/donut-chart-sum-of-cogs-by-country.png) - **Exploded Pie/Donut**: For emphasizing specific segments -![Pie explosion](/images/PieExplosion.png) +![Pie explosion](images/PieExplosion.png) - **Waterfall Chart**: For building up/breaking down a total -![Waterfall Chart](/images/BreakdownWaterfall.png) +![Waterfall Chart](images/stacked-breakdown-waterfall-chart-data-analysis.png) - **Mekko Chart (Marimekko)**: For showing composition with two variables -![Marimekko Chart](/images/Marimekko.png) +![Marimekko Chart](images/Marimekko.png) While simple pie charts are often criticized in data visualization literature, Analytics+ implements best practices (limited segments, clear labeling) to ensure they are used appropriately. @@ -225,11 +225,11 @@ Visualizations for multi-level compositional data: - **Treemap**: For hierarchical part-to-whole relationships -![Treemap](/images/Treemap.png) +![Treemap](images/treemap-chart-sum-of-actuals-and-plan.png) - **Sunburst Chart**: For visualizing hierarchical data as concentric rings -![sunburst](/images/sunburst.png) +![sunburst](images/sunburst.png) These charts are particularly valuable for visualizing hierarchical structures like organizational data, product categories, or budget allocations. @@ -283,15 +283,15 @@ Specialized charts for distribution analysis: - **Histogram**: For showing frequency distribution -![Histogram](/images/histogram.png) +![Histogram](images/histogram.png) - **Box Plot (Box and Whisker)**: For visualizing statistical summary -![Boxplot](/images/boxplot.png) +![Boxplot](images/boxplot.png) - **Bee Swarm**: For distribution with individual point visibility -![Swarm plot](/images/swarm-plot.png) +![Swarm plot](images/swarm-plot-data-by-country-and-value.png) These statistical visualizations are particularly valuable for quality control, research analysis, and understanding data characteristics. @@ -532,15 +532,15 @@ Sophisticated tabular visualizations: - **Single measure bar charts**: To visualize the magnitude of single measure values -![Inline bar chart](/images/InlineBar.png) +![Inline bar chart](images/InlineBar.png) - **Lollipop charts**: To visualize the magnitude of single-measure values -![Inline Lollipop](/images/InlineLollipop.png) +![Inline Lollipop](images/InlineLollipop.png) - **Waterfall charts**: To visualize the breakdown of measure values -![Inline Waterfall](/images/InlineWaterfall.png) +![Inline Waterfall](images/InlineWaterfall.png) These enhanced tables combine the precision of tabular data with visual cues that highlight patterns and exceptions. @@ -568,7 +568,7 @@ Analytics+ tables offer sophisticated capabilities beyond basic data presentatio 5. **Cross-Tabulation**: Create pivot-style tables with multiple dimensions and measures. -![Pivot Table](/images/PivotTables.png) +![Pivot Table](images/PivotTables.png) 7. **Interactive Sorting and Filtering**: Enable users to sort and filter data directly in the table. diff --git a/chapters/140_chapter3_ibcs_certification_implementation.md b/chapters/140_chapter3_ibcs_certification_implementation.md index 42dcc1a..b9a4bf9 100644 --- a/chapters/140_chapter3_ibcs_certification_implementation.md +++ b/chapters/140_chapter3_ibcs_certification_implementation.md @@ -92,21 +92,21 @@ Analytics+ provides a flexible approach to IBCS implementation, allowing users t - **IBCS Standards Toggle**: A simple switch that enables full IBCS compliance -![image](https://github.com/user-attachments/assets/e86c70d4-b89f-45c6-a436-faed3afe1367) +![image](images/pivot-data-ibcs-standards-2023-actuals-chart.png) - **Flexible Implementation**: Can be applied at both dashboard and individual visualization levels - **Automatic Notation Conversion**: Field names automatically convert to IBCS notation (AC, PY, PL, FC) -![IBCS naming convention](/images/ACPYPLNotation.png) +![IBCS naming convention](images/monthly-data-analysis-py-pl-fc-ac.png) - **Variance Calculation**: Automatic generation of absolute and relative variances -![Variance Calculation](/images/IBCSVarianceCalculation.png) +![Variance Calculation](images/chart-card-table-variance-format-settings.png) - **Visual Transformation**: Immediate visual conversion to IBCS-compliant representation - **Template Integration**: One-click application of IBCS-compliant templates -![image](https://github.com/user-attachments/assets/e7de3b04-e80c-472f-972d-019682fbb423) +![image](images/choose-template-explore-import-options.png) - **Preservation of Customization**: Maintains user customizations while ensuring standards compliance @@ -178,11 +178,11 @@ Analytics+ includes specialized chart types designed specifically for IBCS-compl - **Integrated Variance Column**: Combines actuals, plan, and variance in a single column with standardized notation -![IntegratedVarianceColumn](/images/IntegratedVarianceColumn.png) +![IntegratedVarianceColumn](images/integrated-variance-column-monthly-data-chart.png) - **IBCS Bullet Chart**: Tracks progress against targets with standardized visual encoding -![image](https://github.com/user-attachments/assets/d71829c7-f3ab-4ab9-9bf8-8aa1018e62ed) +![image](images/multi-measure-bullet-bar-chart-data-analysis.png) - **IBCS Waterfall**: Visualizes financial statements with proper notation for increases and decreases @@ -192,7 +192,7 @@ Analytics+ includes specialized chart types designed specifically for IBCS-compl - **Semantic KPI Cards**: Displays key metrics with standardized visual elements and variance indicators -![IBCS Cards](/images/IBCSCards.png) +![IBCS Cards](images/data-visualization-kpi-cards-bar-chart.png) Each chart type automatically implements the appropriate IBCS notation, ensuring consistent communication across different visualization formats. diff --git a/chapters/150_chapter3_small_multiples_capabilities.md b/chapters/150_chapter3_small_multiples_capabilities.md index bfb2f1a..2ad1237 100644 --- a/chapters/150_chapter3_small_multiples_capabilities.md +++ b/chapters/150_chapter3_small_multiples_capabilities.md @@ -57,19 +57,19 @@ Analytics+ offers several layout options for chart small multiples: - **Grid**: Displays data in a row-column grid with panels of equal size and uniform scaling -![Grid](/images/GridLayout-Charts.png) +![Grid](/images/chart-sum-of-actuals-by-quarter-trellis.png) - **Grid Auto-fit**: Maximizes data display in available canvas space without scrolling or pagination -![GridAutoFit](/images/GridAutoFitCharts.png) +![GridAutoFit](/images/charts-data-analysis-trellis-visualization.png) - **Scaled Rows**: Scales row height according to the top-performing panel (for vertical chart orientations) -![Scaled Rows](/images/ScacledRowsCharts.png) +![Scaled Rows](/images/analytics-chart-scaling-total-bar-by-month.png) - **Ranked Panels**: Varies panel size based on measure magnitude (for single small multiple parameter assigned to column) -![Ranked Panels](/images/RankedPanelsCharts.png) +![Ranked Panels](/images/data-visualization-ranking-slider-chart.png) Interactive resizing is available in grid and grid auto-fit layouts, allowing users to drag panel sides to adjust dimensions. @@ -120,19 +120,19 @@ Analytics+ provides specialized layouts for table small multiples: - **Grid**: Standard row-column grid with equal-sized panels -![Grid](/images/GridLayoutTables.png) +![Grid](/images/2024-plan-2023-actuals-quarterly-data-grid.png) - **Scaled Table**: Panel size determined by the number of rows and columns in each table -![Scaled Table](/images/ScaledTable.png) +![Scaled Table](/images/monthly-data-chart-with-color-scale.png) - **Single Row**: All small multiple tables arranged side-by-side in one row -![Single Row](/images/SingleRow.png) +![Single Row](/images/data-table-layout-profit-sales-summary.png) - **Single Column**: All small multiple tables stacked vertically in one column -![Single Column](/images/SingleColumn.png) +![Single Column](/images/beverage-sales-data-juices-soda-water-coffee.png) ### Cards and KPIs @@ -187,6 +187,8 @@ Analytics+ extends the small multiples concept with advanced techniques that enh ### Hierarchical Small Multiples +![Hierarchical Small Multiples](/images/hierarchical-small-multiples-4d-charts-data.png) + Analytics+ supports hierarchical small multiples: - **Nested Dimensions**: Creating multiples based on multiple dimensional levels @@ -216,6 +218,8 @@ These reference elements enhance the comparative power of small multiples by pro ### Advanced Layout Options +![Advanced Layout Options](/images/data-visualization-chart-layout-settings.png) + Analytics+ provides sophisticated layout control: - **Display Options**: Choose between scroll or pagination when content exceeds canvas size @@ -277,6 +281,8 @@ The small multiples capabilities in Analytics+ enable sophisticated comparative ### Sales Analysis +![Sales Analysis](/images/data-visualization-sales-analysis-dashboard.png) + Small multiples for sales analysis: - **Regional Sales Comparison**: Comparing sales trends across regions @@ -293,6 +299,8 @@ These applications help sales teams identify performance patterns, optimization ### Financial Analysis +![Financial Analysis](/images/financial-performance-executive-summary-dashboard.png) + Small multiples for financial analysis: - **Divisional Performance**: Comparing financial performance across divisions diff --git a/chapters/160_chapter3_pivot_data_interface.md b/chapters/160_chapter3_pivot_data_interface.md index e4ab55e..3775594 100644 --- a/chapters/160_chapter3_pivot_data_interface.md +++ b/chapters/160_chapter3_pivot_data_interface.md @@ -1,15 +1,21 @@ # 3.5 Pivot Data Interface +![3.5 Pivot Data Interface](images/pivot-data-fields-visualization-interface.png) + The pivot data interface is a cornerstone of Analytics+, providing powerful capabilities for organizing, analyzing, and visualizing hierarchical and multi-dimensional data. Going beyond the basic pivoting functionality available in Power BI, the Analytics+ pivot interface combines the analytical flexibility of Excel-like pivoting with the visual power of interactive business visualizations. This section explores the pivot interface fundamentals, data manipulation capabilities, and advanced techniques that enable sophisticated data analysis. Analytics+ offers two interfaces for data management: the standard Pivot Data window and the Advanced Pivot interface. Both provide the same core functionality, but the Advanced Pivot offers an enhanced user experience with real-time visualization updates and additional filtering capabilities. ## Pivot Interface Fundamentals +![Pivot Interface Fundamentals](images/pivot-data-beverages-juices-soda-quarterly-summary.png) + The Analytics+ pivot interface provides a structured yet flexible approach to data organization and analysis. ### Core Pivot Concepts +![Core Pivot Concepts](images/pivot-data-table-2024-actuals-plans-summary.png) + The fundamental concepts underpinning the pivot interface include: - **Rows**: Dimensions displayed vertically, often representing hierarchical structures @@ -38,6 +44,8 @@ This familiar interface significantly reduces the learning curve, enabling users ### Pivot-to-Visualization Integration +![Pivot-to-Visualization Integration](images/data-visualization-pivot-chart-juices-soda-water.png) + A distinguishing feature of Analytics+ is the seamless integration between pivot tables and visualizations: - **Synchronized Analysis**: Changes to pivot structure automatically update visualizations @@ -52,6 +60,8 @@ This integration enables users to fluidly move between tabular analysis and visu ## Advanced Pivot Interface +![Advanced Pivot Interface](images/pivot-data-analysis-sales-reports-dashboard.png) + The Advanced Pivot interface represents a significant enhancement to the data management experience in Analytics+, providing a more integrated and efficient approach to data configuration. ### Designer View Integration @@ -68,6 +78,8 @@ The Advanced Pivot interface automatically activates when the Analytics+ visual ### Advanced Pivot Components +![Advanced Pivot Components](images/pivot-data-analysis-chart-table-summary.png) + The Advanced Pivot interface is organized into several functional areas: #### Search and Filter Panel @@ -84,6 +96,8 @@ This panel streamlines the process of locating and selecting relevant fields fro #### Fields Configuration Area +![Fields Configuration Area](images/pivot-data-manage-data-fields-settings.png) + The fields configuration area provides drag-and-drop management of data relationships: - **Data Wells**: Dedicated areas for measures (Actuals, Plan, Prior Year, Forecast) @@ -111,6 +125,8 @@ This filtering capability is exclusive to the Advanced Pivot interface, providin #### Advanced Settings +![Advanced Settings](images/chart-settings-advanced-sorting-months-visualization.png) + The advanced settings section provides access to specialized configuration options: - **IBCS Standards**: Toggle for International Business Communication Standards compliance @@ -125,6 +141,8 @@ These advanced settings provide fine-grained control over both the analytical ap ### Disabling Advanced Pivot +![Disabling Advanced Pivot](images/pivot-data-table-2024-actuals-comparisons.png) + While the Advanced Pivot interface offers significant advantages, Analytics+ provides the flexibility to disable this feature if preferred: - **User Preference**: Some users may prefer the popup dialog approach @@ -137,6 +155,8 @@ This option ensures that users can choose the data management interface that bes ## Data Manipulation Capabilities +![Data Manipulation Capabilities](images/pivot-data-2024-actuals-regional-comparison-chart.png) + The Analytics+ pivot interface provides extensive capabilities for manipulating and analyzing data. ### Dimension Management @@ -156,6 +176,8 @@ These capabilities enable flexible organization of data to support specific anal ### Measure Management +![Measure Management](images/pivot-data-visualization-charts-and-measures.png) + Extensive measure handling capabilities include: - **Measure Placement**: Positioning measures in rows or columns @@ -184,6 +206,8 @@ These capabilities enable users to focus on the most relevant data subsets and o ### Layout and Display Options +![Layout and Display Options](images/custom-layout-pivot-data-table-settings.png) + Extensive control over pivot appearance includes: - **Column Width/Row Height**: Adjusting space allocation for better readability @@ -198,6 +222,8 @@ These options ensure that pivot tables not only provide analytical capabilities ## Hierarchical Data Visualization +![Hierarchical Data Visualization](images/data-visualization-pivot-chart-quarterly-2024.png) + The Analytics+ pivot interface excels at working with hierarchical data structures common in business analysis. ### Multi-level Hierarchy Support @@ -245,6 +271,8 @@ These features provide flexible, powerful summarization capabilities that adapt ### Relative Comparison +![Relative Comparison](images/pivot-data-2024-actuals-regional-comparison-chart-1.png) + Advanced comparative analysis capabilities include: - **Parent-Child Comparison**: Analyzing contributions to parent aggregates @@ -263,6 +291,8 @@ Analytics+ supports advanced asymmetric reporting requirements that go beyond ba ### Custom Row Structures +![Custom Row Structures](images/custom-layout-pivot-data-table-configuration.png) + Capabilities for non-uniform row arrangements include: - **Mixed Hierarchy Levels**: Showing different hierarchy levels in the same report @@ -278,6 +308,8 @@ These capabilities enable the creation of sophisticated, business-specific repor ### Custom Column Structures +![Custom Column Structures](images/pivot-data-combine-row-column-fields-chart.png) + Support for complex column arrangements includes: - **Mixed Time Periods**: Combining different time granularities (years, quarters, months) @@ -306,6 +338,8 @@ These matrix capabilities enable rich, information-dense presentations that comb ### Financial Statement Formats +![Financial Statement Formats](images/financial-statement-2024-data-analysis.png) + Specialized support for financial reporting includes: - **Income Statement Format**: Standard profit and loss statement structure @@ -320,6 +354,8 @@ These specialized formats ensure that financial reports conform to standard acco ## Advanced Pivot Techniques +![Advanced Pivot Techniques](images/pivot-data-chart-united-states-international-1.png) + Analytics+ extends beyond basic pivoting with advanced analytical capabilities. ### Dynamic Calculations @@ -378,6 +414,8 @@ Analytics+ provides sophisticated data focusing capabilities that go beyond stan #### Advanced Sorting Capabilities +![Advanced Sorting Capabilities](images/settings-chart-advanced-sorting-options-display.png) + The pivot interface includes powerful sorting options that enhance data organization: - **Multi-level Sorting**: Apply nested sorts across multiple fields simultaneously @@ -424,6 +462,8 @@ The pivot data interface in Analytics+ supports sophisticated analysis across bu ### Financial Analysis and Reporting +![Financial Analysis and Reporting](images/charts-data-analysis-financial-reporting-visualization.png) + Applications for finance include: - **Financial Statement Analysis**: Examining income statements, balance sheets, cash flow @@ -438,6 +478,8 @@ These applications provide finance teams with the detailed, accurate analysis ne ### Sales and Marketing Analysis +![Sales and Marketing Analysis](images/data-analysis-pivot-table-sales-summary.png) + Applications for sales and marketing include: - **Sales Performance Analysis**: Examining sales across regions, products, channels diff --git a/chapters/170_chapter3_annotations_analytical_storytelling.md b/chapters/170_chapter3_annotations_analytical_storytelling.md index add7b8c..9359c63 100644 --- a/chapters/170_chapter3_annotations_analytical_storytelling.md +++ b/chapters/170_chapter3_annotations_analytical_storytelling.md @@ -59,6 +59,8 @@ Analytics+ makes it easy to create and manage annotations: #### Annotation Customization +![Annotation Customization](images/chart-customization-sum-actuals-quarterly-data.png) + Analytics+ provides extensive customization options for annotations: - **Indicator Types**: Choose from markers only, text with arrows, or floating text @@ -87,6 +89,8 @@ These positioning capabilities ensure that annotations remain properly placed an ### Conditional Annotations +![Conditional Annotations](images/sales-data-conditional-formatting-chart.png) + Dynamic annotation capabilities include: - **Value-Triggered Annotations**: Appearing when values meet criteria @@ -101,6 +105,8 @@ These conditional capabilities transform annotations from static elements to dyn ## Reference Lines and Bands +![Reference Lines and Bands](images/ac-by-year-line-chart-with-reference-lines.png) + Analytics+ provides comprehensive reference elements that add analytical context to visualizations. These elements help viewers quickly assess whether values are above or below certain targets, goals, or historical averages, and identify trends and patterns in the data. ### Basic Reference Elements @@ -119,6 +125,8 @@ These basic elements provide essential context for understanding data in relatio #### Reference Line Configuration +![Reference Line Configuration](images/ac-by-year-line-chart-with-reference-lines.png) + Analytics+ offers extensive customization options for reference lines: - **Position Options**: Choose between horizontal (y-axis) or vertical (x-axis) orientation @@ -132,6 +140,8 @@ Analytics+ offers extensive customization options for reference lines: #### Reference Band Configuration +![Reference Band Configuration](images/chart-ac-by-year-with-reference-band.png) + Reference bands provide additional context by highlighting ranges rather than single values: - **Position Options**: Create horizontal or vertical reference bands @@ -143,6 +153,8 @@ Reference bands provide additional context by highlighting ranges rather than si #### Time Series References +![Time Series References](images/sales-and-discount-chart-timeseries-analysis.png) + For time-based data, Analytics+ provides specialized reference capabilities: - **Date-Based References**: Create reference lines or bands for specific dates @@ -169,6 +181,8 @@ These advanced capabilities enable more sophisticated analytical context for com ### Trend Lines +![Trend Lines](images/gross-sales-trend-chart-by-month.png) + Analytics+ provides powerful trend line capabilities to visualize and highlight trends within data: - **Trend Line Types**: Choose from linear, exponential, logarithmic, and polynomial trend lines @@ -183,6 +197,8 @@ Trend lines help users quickly identify patterns, predict future values, and und ### Error Bars +![Error Bars](images/sales-data-visualization-error-bars-2024.png) + Error bars provide visual representation of data variability and uncertainty: - **Measure Selection**: Apply error bars to specific measures @@ -212,10 +228,14 @@ These interactive capabilities transform reference elements from static visual g ## Deviation Analysis Visualization +![Deviation Analysis Visualization](images/deviation-chart-2024-2023-subregions-analysis.png) + Analytics+ provides specialized capabilities for visualizing and analyzing deviations from expected values, benchmarks, or historical patterns. These features are essential for evaluating performance, identifying anomalies, and planning future actions. ### Deviation Lines +![Deviation Lines](images/monthly-actuals-plan-deviation-chart.png) + Analytics+ offers powerful deviation line capabilities to highlight changes between data points: - **Built-in Deviation Types**: Apply preset options like First-to-Last, Min-to-Max, or Penultimate-to-Last @@ -229,6 +249,8 @@ Analytics+ offers powerful deviation line capabilities to highlight changes betw ### Variance Visualization Types +![Variance Visualization Types](images/variance-icon-kpi-chart-settings.png) + Comprehensive variance visualization options include: - **Variance Columns/Bars**: Showing positive and negative deviations @@ -244,6 +266,8 @@ These visualization types provide clear, intuitive representations of business v ### Additional Series Analysis +![Additional Series Analysis](images/data-table-measure-series-analysis.png) + Analytics+ enables advanced analysis through additional series visualization: - **Pareto Analysis**: Visualize the 80/20 principle with cumulative percentage lines @@ -286,10 +310,14 @@ These threshold capabilities automatically direct attention to the most importan ## Storyboard Capabilities +![Storyboard Capabilities](images/data-analytics-software-storyboarding-tools.png) + Analytics+ provides a powerful Storyboard mode that enables users to create comprehensive dashboards with multiple visualization elements, all within a single visual and using a single query. This feature transforms Analytics+ from a visualization tool into a complete dashboard creation platform. ### Storyboard Elements +![Storyboard Elements](images/data-visualization-card-design-elements.png) + The Storyboard mode supports a wide range of elements: - **Charts**: Include any of the 50+ chart types available in Analytics+ @@ -306,6 +334,8 @@ These elements can be freely arranged, sized, and styled to create professional, ### Dashboard Creation +![Dashboard Creation](images/kpi-dashboard-sales-data-2022-2024.png) + The Storyboard provides multiple approaches to dashboard creation: - **Templates**: Choose from pre-built dashboard templates for common scenarios @@ -380,6 +410,8 @@ The annotation and storytelling capabilities in Analytics+ support sophisticated ### Executive Communication +![Executive Communication](images/financial-performance-executive-summary-dashboard.png) + Applications for leadership communication include: - **Performance Summaries**: Highlighting key metrics and variances @@ -394,6 +426,8 @@ These applications help executives communicate complex business situations clear ### Financial Analysis and Reporting +![Financial Analysis and Reporting](images/charts-data-analysis-financial-reporting-visualization.png) + Applications for finance include: - **Variance Explanations**: Documenting reasons for budget deviations @@ -408,6 +442,8 @@ These applications help finance professionals communicate not just what happened ### Sales and Marketing Analysis +![Sales and Marketing Analysis](images/sales-data-table-forecast-analysis.png) + Applications for sales and marketing include: - **Campaign Performance**: Highlighting successful tactics and outcomes diff --git a/chapters/180_chapter3_direct_manipulation_interface.md b/chapters/180_chapter3_direct_manipulation_interface.md index b9dc4cb..86731ec 100644 --- a/chapters/180_chapter3_direct_manipulation_interface.md +++ b/chapters/180_chapter3_direct_manipulation_interface.md @@ -2,6 +2,8 @@ Analytics+ is distinguished by its innovative direct manipulation interface that enables users to interact with data visualizations in intuitive, immediate ways. This approach moves beyond the traditional form-based configuration of business intelligence tools to provide a more natural, immediate connection between users and their data. As demonstrated throughout the Analytics+ documentation, users can directly manipulate charts, tables, and dashboard elements with simple gestures and clicks, making complex data visualization accessible to business users of all skill levels. This section explores the direct manipulation philosophy, interactive selection and filtering techniques, and in-situ editing capabilities that make Analytics+ uniquely accessible and powerful. +![Analytics+ Interface](images/analytics-plus-visualization-interface-screenshot.png) + ## Direct Manipulation Philosophy The Analytics+ direct manipulation approach is built on fundamental principles that enhance user experience and analytical effectiveness. @@ -55,6 +57,9 @@ Analytics+ provides sophisticated capabilities for selecting and filtering data Comprehensive selection capabilities include: + +![Data Selection](images/sales-profit-chart-by-region-data-selection.png) + - **Click Selection**: Selecting individual data points, series, or categories in charts and tables - **Rectangle Selection**: Dragging to select multiple elements, as demonstrated in the "14. Data selection" documentation - **Categorical Selection**: Selecting all items in a category, particularly useful in hierarchical visualizations @@ -109,6 +114,9 @@ The documentation showcases these techniques in action, such as the Gantt chart' Analytics+ enables direct editing and configuration within the visualization itself, eliminating the need to switch between views or open separate configuration panels. +![Chart Editing View](images/data-visualization-chart-editing-view.png) + + ### Direct Property Manipulation Comprehensive in-place editing capabilities include: @@ -168,6 +176,9 @@ The documentation provides specific examples of these mapping capabilities, such Analytics+ implements sophisticated interaction patterns that support complex analytical workflows. +![Data Visualization Interface](images/data-visualization-tools-interface.png) + + ### Multi-Touch and Gesture Support Comprehensive touch interaction capabilities include: diff --git a/chapters/190_chapter4_in_visual_calculations_without_dax.md b/chapters/190_chapter4_in_visual_calculations_without_dax.md index c5f2c8f..eb1d5b6 100644 --- a/chapters/190_chapter4_in_visual_calculations_without_dax.md +++ b/chapters/190_chapter4_in_visual_calculations_without_dax.md @@ -34,6 +34,9 @@ The formula editor provides an intuitive environment for creating calculations w - **Formula validation**: Real-time syntax checking and error highlighting - **AutoComplete**: Intelligent suggestions as you type (use the '#' key to open suggestions) +![Formula Editor Interface](images/data-visualization-chart-with-formula.png) + + ### Basic Arithmetic Operations Create custom measures using simple arithmetic: ``` @@ -51,6 +54,9 @@ MIN(DeliveryTime) MAX(OrderSize) ``` +![Aggregations](images/actuals-plan-chart-year-quarter-aggregation.png) + + ### Time Intelligence Perform time-based comparisons without complex DAX time intelligence functions: - Year-over-year growth (PREVIOUS_YEAR function) @@ -67,6 +73,9 @@ Calculate and visualize variances in multiple formats: - Performance against targets - Variance against benchmarks +![Variance Analysis](images/monthly-actuals-plan-variance-chart.png) + + ### Ranking and Filtering Create dynamic rankings and filters: - Top/Bottom N performers (TOP_N, BOTTOM_N functions) @@ -74,6 +83,9 @@ Create dynamic rankings and filters: - Percentile-based segmentation (PERCENTILE, PERCENTRANK functions) - Conditional rankings (RANK, RANK_DENSE functions) +![Ranking and Filtering](images/data-visualization-ranking-slider-chart.png) + + ### Advanced Analytics Analytics+ also supports more sophisticated calculations: - Running totals (RUNNING_SUM function) @@ -84,6 +96,9 @@ Analytics+ also supports more sophisticated calculations: ## Practical Example: Sales Performance Dashboard +![Sales Performance Dashboard](images/2024-sales-actuals-vs-plan-dashboard.png) + + Let's walk through creating a sales performance analysis that would typically require multiple DAX measures: 1. **Start with base metrics**: Revenue and Units from your dataset @@ -92,6 +107,9 @@ Let's walk through creating a sales performance analysis that would typically re 4. **Calculate YoY %**: Create a percentage measure with `=[YoY]/PREVIOUS_YEAR([Revenue])*100` 5. **Add conditional formatting**: Select the YoY% column → Format → Conditional Formatting → Configure thresholds (positive values green, negative values red) +![Conditional Formatting](images/conditional-formatting-settings-example.png) + + This entire process takes approximately 2 minutes in Analytics+ compared to writing, testing, and debugging multiple DAX measures that might require: ```DAX diff --git a/chapters/200_chapter4_visual_formula_engine.md b/chapters/200_chapter4_visual_formula_engine.md index 4ca6951..7a2d864 100644 --- a/chapters/200_chapter4_visual_formula_engine.md +++ b/chapters/200_chapter4_visual_formula_engine.md @@ -20,7 +20,7 @@ This architecture allows business users to work directly with their data in a ta The formula editor provides an intuitive environment for creating calculations, as demonstrated in the Analytics+ documentation: -![Formula Editor Interface](images/formula_editor.png) +![Formula Editor Interface](images/data-visualization-chart-with-formula.png) Key components include: diff --git a/chapters/210_chapter4_conditional_formatting_and_business_rules.md b/chapters/210_chapter4_conditional_formatting_and_business_rules.md index abc9a2e..b1b9caf 100644 --- a/chapters/210_chapter4_conditional_formatting_and_business_rules.md +++ b/chapters/210_chapter4_conditional_formatting_and_business_rules.md @@ -39,7 +39,7 @@ These one-click options provide a quick way to highlight important data points w Color scales apply a gradient of colors to represent value ranges, making it easy to identify high and low values at a glance. As shown in the documentation, users can create heatmaps "either based on the same column or driven by a different column." -![Color Scale Example](images/color_scale.png) +![Color Scale Example](images/monthly-data-chart-with-color-scale.png) - **Two-color scales**: Transition from one color to another (e.g., red to green) - **Three-color scales**: Include a midpoint color for additional context (e.g., red-yellow-green) @@ -56,7 +56,7 @@ The documentation demonstrates how users can: Data bars display a horizontal bar in each cell proportional to its value, combining the precision of numbers with the visual impact of a bar chart: -![Data Bars Example](images/data_bars.png) +![Data Bars Example](images/progress-bar-sales-data-visualization-dashboard.png) Options include: - Bar orientation (left-to-right or right-to-left) @@ -70,7 +70,7 @@ Options include: Icon sets place intuitive symbols next to values based on thresholds, providing instant classification of data points: -![Icon Sets Example](images/icon_sets.png) +![Icon Sets Example](images/variance-icon-kpi-chart-settings.png) Analytics+ includes: - Traffic lights (red/yellow/green) diff --git a/chapters/220_chapter4_interactive_what_if_analysis.md b/chapters/220_chapter4_interactive_what_if_analysis.md index 96d7c65..f4d7a0f 100644 --- a/chapters/220_chapter4_interactive_what_if_analysis.md +++ b/chapters/220_chapter4_interactive_what_if_analysis.md @@ -27,7 +27,7 @@ Based on the documentation, Analytics+ provides integration with Power BI's what Analytics+ can leverage Power BI's native what-if parameters to create interactive visualizations: -![Parameter Sliders](images/parameter_sliders.png) +![Parameter Sliders](images/data-visualization-ranking-slider-chart-1.png) As documented in the "Dynamic ranking with numeric parameters" section, Analytics+ can work with Power BI numeric range parameters to enable what-if analysis. The documentation states: @@ -42,7 +42,7 @@ This integration allows users to: Analytics+ provides context-aware visualizations that respond to parameter changes: -![Context-Aware Visualization](images/direct_editing.png) +![Context-Aware Visualization](images/comments-pane-styling-financial-performance-dashboard.png) The documentation describes how Analytics+ supports context awareness: @@ -57,7 +57,7 @@ This context awareness extends to: Analytics+ offers robust comparative analysis capabilities that enhance what-if scenarios: -![Comparative Analysis](images/scenario_manager.png) +![Comparative Analysis](images/data-visualization-variance-chart-analysis.png) The documentation highlights how Analytics+ supports comparative analysis through: - Side-by-side visualization of different scenarios @@ -127,7 +127,7 @@ Analytics+ provides robust comparative analysis capabilities that can be used fo Based on the documentation, here's a practical example of using Analytics+ for what-if analysis with dynamic ranking: -![Dynamic Ranking Analysis](images/marketing_whatif.png) +![Dynamic Ranking Analysis](images/data-visualization-ranking-slider-chart.png) In this example: @@ -166,6 +166,8 @@ The documentation describes how context-aware conditional formatting can enhance 4. **Apply formatting through the color picker's CF Rules tab** to create sophisticated visual feedback +![Context-Aware Conditional Formatting](images/conditional-formatting-data-visualization-chart.png) + ### Small Multiple Visualizations The documentation highlights how small multiples can be used for comparative analysis: @@ -178,6 +180,8 @@ The documentation highlights how small multiples can be used for comparative ana 4. **Use the "Split" button in the toolbar** to quickly create small multiple views +![Small Multiple Visualizations](images/hierarchical-small-multiples-4d-charts-data.png) + ### Hierarchical Data Exploration The documentation shows how hierarchical data exploration can enhance what-if analysis: @@ -190,6 +194,8 @@ The documentation shows how hierarchical data exploration can enhance what-if an 4. **Configure zoom levels** to control the level of detail shown in time-based visualizations +![Hierarchical Data Exploration](images/filtercontext-data-table-category-hierarchy.png) + ## Best Practices for Effective What-If Analysis To maximize the value of what-if capabilities: diff --git a/chapters/230_chapter4_template_driven_development.md b/chapters/230_chapter4_template_driven_development.md index 94e48a5..221ae69 100644 --- a/chapters/230_chapter4_template_driven_development.md +++ b/chapters/230_chapter4_template_driven_development.md @@ -36,7 +36,7 @@ Based on the documentation, Analytics+ includes several types of templates to ad As shown in the Storyboard documentation, Analytics+ offers plug-and-play dashboard templates for a wide range of use cases: -![Dashboard Templates](images/financial_templates.png) +![Dashboard Templates](images/dashboard-templates-financial-performance-reports.png) - **IBCS Templates**: Standards-compliant dashboard layouts - **Financial Templates**: Pre-configured financial reporting layouts @@ -54,6 +54,8 @@ Beyond static templates, Analytics+ offers an "Auto-create report" feature that This AI-driven approach analyzes your data structure and automatically creates appropriate visualizations, which can then be customized as needed. +![Auto-Create Options](images/storyboard-options-auto-create-custom-layout-template.png) + ### Custom Layout Builder For more flexibility, Analytics+ provides a custom layout builder: @@ -62,11 +64,13 @@ For more flexibility, Analytics+ provides a custom layout builder: This approach allows users to quickly define the structure of their dashboard while maintaining design consistency. +![Custom Layout Builder](images/custom-layout-elements-configuration-preview.png) + ## IBCS-Certified Templates A major differentiator for Analytics+ is its IBCS certification and implementation of IBCS standards. The International Business Communication Standards provide rigorous guidelines for clear, consistent business reporting. -![IBCS Template Example](images/ibcs_template.png) +![IBCS Template Example](images/ibcs-certified-visuals-quarterly-data-analysis.png) As documented in the Analytics+ guides, the platform is "an IBCS-certified visual" that allows users to "create charts, KPI cards, and tables that are fully IBCS compliant" by simply enabling the IBCS standards toggle. @@ -129,6 +133,8 @@ The documentation describes a powerful template feature for tables: This template row feature allows users to create consistent calculated rows across hierarchical data with a single definition. +![Template Row Example](images/data-analysis-template-row-subcategory-report.png) + ## Additional Template Features The documentation highlights several additional template-related features in Analytics+: @@ -143,6 +149,8 @@ The Chart Discoverability documentation describes how Analytics+ helps users sel This scenario-based approach acts as a template system for chart selection, guiding users to the most appropriate visualization for their specific business needs. +![Chart Template Selection](images/choose-template-explore-import-options.png) + ### Analytical Templates The documentation also describes pre-built analytical templates: diff --git a/chapters/240_chapter4_comparative_analysis_analytics_vs_dax.md b/chapters/240_chapter4_comparative_analysis_analytics_vs_dax.md index af3f2a7..6009483 100644 --- a/chapters/240_chapter4_comparative_analysis_analytics_vs_dax.md +++ b/chapters/240_chapter4_comparative_analysis_analytics_vs_dax.md @@ -76,6 +76,8 @@ In this example, the DAX approach requires: The Analytics+ approach uses intuitive time intelligence functions directly in the visualization, with no need to modify the data source. +![](images/2023-2022-actuals-monthly-comparison-chart.png) + ### Scenario 2: Sales vs. Budget Variance Analysis **DAX Approach:** @@ -117,6 +119,8 @@ Additionally, Analytics+ offers one-click conditional formatting options: The DAX approach requires three separate measures defined in the data model, while Analytics+ accomplishes the same with direct formulas plus built-in conditional formatting that can be applied with a single click. +![](images/chart-variance-by-month-actuals-plan.png) + ### Scenario 3: Running Total **DAX Approach:** @@ -146,6 +150,8 @@ The documentation includes animated examples showing how users can select "Runni The DAX version requires understanding of filter manipulation and date relationships, while the Analytics+ version offers both a purpose-built function and a no-code option through the Additional Series feature. +![](images/gross-sales-monthly-chart-pareto-analysis.png) + ### Scenario 4: Top N Analysis with Others **DAX Approach:** @@ -183,6 +189,8 @@ This approach not only simplifies the initial implementation but also enables dy The DAX approach requires complex measure definitions and separate measures for the "Others" category, while Analytics+ handles this common visualization need through simple configuration options with built-in "Group Others" functionality. +![](images/data-visualization-chart-top-n-analysis.png) + ## Development Complexity Comparison Based on the documentation, let's evaluate the complexity difference across several dimensions: diff --git a/chapters/250_chapter5_handling_large_datasets.md b/chapters/250_chapter5_handling_large_datasets.md index 96eda9e..fe9f113 100644 --- a/chapters/250_chapter5_handling_large_datasets.md +++ b/chapters/250_chapter5_handling_large_datasets.md @@ -39,6 +39,9 @@ Analytics+ uses sophisticated data structure approaches to efficiently organize - **Lazy computation** that defers calculations until needed - **Field pruning** that eliminates unnecessary columns +![Data Structure Optimization](images/financial-performance-executive-summary-data-analysis-2.png) + + ### 3. Intelligent Pagination and Scrolling Rather than forcing all data into view simultaneously, Analytics+ implements advanced pagination and scrolling: @@ -62,6 +65,9 @@ The following benchmark tests illustrate the practical impact of Analytics+ data These tests were conducted on standard hardware configurations (8GB RAM, i5 processor) with real business datasets. +![Real-World Performance Benchmarks](images/regional-financial-performance-bar-charts.png) + + ## Large Dataset Visualization Techniques Analytics+ doesn't just render large datasets—it provides specialized visualization techniques optimized for high-volume data: @@ -72,6 +78,9 @@ Analytics+ doesn't just render large datasets—it provides specialized visualiz - **Contour plots** showing data distribution patterns - **Density scatter plots** that adjust point transparency based on clustering + +![Density-Aware Visualizations](images/animal-gestation-vs-average-weight-scatterplot.png) + ### 2. Progressive Detail Techniques - **Overview-first approach** with progressive drill-down capabilities @@ -104,6 +113,9 @@ To achieve optimal performance with extremely large datasets, Analytics+ users c 4. **Use appropriate visualization types** for the data volume 5. **Implement progressive disclosure** of details +![Optimization Strategies for Maximum Performance](images/charts-data-visualization-financial-performance-analysis.png) + + ### Interaction Optimization 1. **Define logical drill paths** that focus user exploration @@ -133,6 +145,9 @@ After implementing Analytics+: Result: The company identified underperforming product lines that had been masked by aggregation, leading to targeted interventions that improved profitability by 9% within six months. +![Case Study: Financial Analysis Transformation](images/financial-performance-executive-summary-data-analysis.png) + + ## Beyond the Data Point Limit: Future Directions While the current 30,000+ data point capability represents a dramatic improvement over native visuals, Analytics+ development continues to push this boundary. Future enhancements on the roadmap include: @@ -143,4 +158,7 @@ While the current 30,000+ data point capability represents a dramatic improvemen - **Predictive loading** that anticipates user exploration paths - **Adaptive rendering** based on available system resources -By removing the data point constraints that have traditionally limited Power BI analysis, Analytics+ fundamentally changes what's possible within the Microsoft BI ecosystem, enabling true enterprise-scale visual analytics without compromising on detail or performance. \ No newline at end of file +By removing the data point constraints that have traditionally limited Power BI analysis, Analytics+ fundamentally changes what's possible within the Microsoft BI ecosystem, enabling true enterprise-scale visual analytics without compromising on detail or performance. + +![Beyond the Data Point Limit](images/q3-2024-financial-results-data-visualization-report.png) + \ No newline at end of file diff --git a/chapters/260_chapter5_performance_benchmarks_vs_native_visuals.md b/chapters/260_chapter5_performance_benchmarks_vs_native_visuals.md index 0a03eac..c2a145e 100644 --- a/chapters/260_chapter5_performance_benchmarks_vs_native_visuals.md +++ b/chapters/260_chapter5_performance_benchmarks_vs_native_visuals.md @@ -2,6 +2,8 @@ For organizations making critical business decisions based on Power BI reports, visualization performance isn't just about convenience—it directly impacts operational efficiency, decision quality, and user adoption. While section 5.1 focused on the data volume advantage of Analytics+, this section provides comprehensive performance benchmarks comparing Analytics+ with native Power BI visualizations across multiple dimensions. +![Performance Mode Charts and Tables](images/analytics-performance-mode-charts-tables-cards.png) + ## Comprehensive Performance Testing Methodology To ensure fair and accurate comparisons, all benchmarks followed a rigorous testing methodology: @@ -100,6 +102,8 @@ The network traffic reduction is particularly valuable for: Modern business intelligence often requires sophisticated calculations: +![Visual Formula Engine Calculation](images/data-visualization-chart-with-formula.png) + | Calculation Type | Native Power BI | Analytics+ | Improvement | |------------------|----------------|------------|-------------| | YoY Growth (50 products, 12 months) | 3.2 seconds | 0.7 seconds | 4.6x faster | @@ -129,6 +133,8 @@ As business intelligence increasingly moves to mobile platforms, performance on The performance advantages of Analytics+ translate directly into business value: +![Financial Performance Executive Summary](images/financial-performance-executive-summary-dashboard.png) + ### Productivity Improvement Based on time-and-motion studies with actual users: diff --git a/chapters/270_chapter5_optimization_techniques_for_enterprise_scale.md b/chapters/270_chapter5_optimization_techniques_for_enterprise_scale.md index 7c74597..ec48455 100644 --- a/chapters/270_chapter5_optimization_techniques_for_enterprise_scale.md +++ b/chapters/270_chapter5_optimization_techniques_for_enterprise_scale.md @@ -1,9 +1,13 @@ # 5.3 Optimization Techniques for Enterprise Scale +![Optimization Techniques](images/analytics-performance-mode-charts-tables-cards.png) + While sections 5.1 and 5.2 demonstrated Analytics+' inherent advantages in handling large datasets and superior performance metrics, enterprise deployments require specific optimization strategies to maximize these capabilities. This section outlines proven techniques for scaling Analytics+ implementations across large organizations with thousands of users and complex reporting requirements. ## Enterprise Deployment Architecture Patterns +![Enterprise Deployment](images/data-visualization-sales-analysis-dashboard.png) + Enterprise deployments of Analytics+ typically follow one of several architecture patterns, each with specific optimization considerations: ### Centralized Deployment Model @@ -44,6 +48,8 @@ Centers of excellence support distributed teams with specialized expertise: ## Data Model Optimization Strategies +![Data Model Optimization](images/sankey-diagram-horizontal-vertical-drinks-months.png) + The foundation of any high-performing Analytics+ implementation is an optimized data model: ### Star Schema Implementation @@ -56,13 +62,13 @@ Analytics+ performs best with properly designed star schema models: - **Implementation Example**: ``` Facts - └── Sales - ├── Measures (Revenue, Quantity, etc.) - └── Foreign Keys - ├── ProductKey → Dimension[Products] - ├── CustomerKey → Dimension[Customers] - ├── DateKey → Dimension[Date] - └── LocationKey → Dimension[Geography] + +-- Sales + |-- Measures (Revenue, Quantity, etc.) + +-- Foreign Keys + |-- ProductKey -> Dimension[Products] + |-- CustomerKey -> Dimension[Customers] + |-- DateKey -> Dimension[Date] + +-- LocationKey -> Dimension[Geography] ``` ### Aggregation Design @@ -96,6 +102,8 @@ Optimize the integration between Power BI data models and Analytics+: ## Visual Design Optimization Techniques +![Visual Design Optimization](images/data-visualization-dashboard-settings-properties.png) + Report design significantly impacts performance at enterprise scale: ### Data Density Optimization @@ -127,6 +135,8 @@ Certain Analytics+ components offer superior performance characteristics for spe ## Report Distribution and Consumption Optimization +![Report Distribution](images/gantt-chart-project-timeline-schedule-2024-2025.png) + Enterprise deployments must optimize how reports are distributed and consumed: ### Report Embedding Strategy @@ -166,6 +176,8 @@ Three-tiered caching strategy for enterprise deployments: ## Infrastructure and Resource Optimization +![Infrastructure Optimization](images/data-visualization-tools-storyboarding-dashboard.png) + Enterprise deployments require specific infrastructure considerations: ### Power BI Premium Capacity Configuration @@ -199,6 +211,8 @@ Optimize client environment configuration: ## Monitoring and Performance Management +![Performance Management](images/kpi-dashboard-sales-performance-regions.png) + Enterprise deployments require systematic performance monitoring: ### Key Performance Indicators @@ -233,6 +247,8 @@ Establish a systematic approach to ongoing optimization: ## Security and Governance Optimization +![Security and Governance](images/dashboard-properties-settings-data-analysis-1.png) + Enterprise deployments must balance security requirements with performance: ### Row-Level Security Optimization @@ -256,6 +272,8 @@ Automate these governance processes to ensure consistent performance: ## Case Study: Global Financial Services Firm +![Case Study](images/financial-results-q3-2024-summary-dashboard.png) + A global financial services organization with 12,000 Analytics+ users implemented these enterprise optimization techniques with remarkable results: ### Initial Challenges diff --git a/chapters/280_chapter5_memory_management_and_resource_utilization.md b/chapters/280_chapter5_memory_management_and_resource_utilization.md index 999c888..a431e77 100644 --- a/chapters/280_chapter5_memory_management_and_resource_utilization.md +++ b/chapters/280_chapter5_memory_management_and_resource_utilization.md @@ -8,6 +8,8 @@ Memory management represents one of the most significant challenges in modern bu ### Common Memory Issues in Power BI +![Common Memory Issues in Power BI](images/power-bi-visuals-inforiver-analytics-reporting-writeback.png) + | Memory Challenge | Native Power BI Impact | Business Consequence | |------------------|------------------------|----------------------| | Browser memory leaks | Progressive slowdown during analysis sessions | Frequent browser crashes and restarts | @@ -30,7 +32,7 @@ Analytics+ implements a fundamentally different approach to memory management: ### Core Memory Architecture Principles -![Memory Architecture](images/memory_architecture.png) +![Analytics+ Performance Mode](images/analytics-performance-mode-charts-tables-cards.png) *Figure 5.4.1: Analytics+ Memory Management Architecture* 1. **Virtualized Display Layer** @@ -55,6 +57,8 @@ Analytics+ implements a fundamentally different approach to memory management: ### Memory Utilization Comparison +![Memory Utilization Comparison](images/chart-comparison-2022-2024-actuals-plans.png) + The following table compares memory utilization patterns between native Power BI visuals and Analytics+: | Scenario | Native Memory Usage | Analytics+ Memory Usage | Reduction | @@ -92,6 +96,8 @@ While section 5.3 covered broader data model optimization, these techniques spec ### Dashboard Design for Memory Efficiency +![Dashboard Design for Memory Efficiency](images/dashboard-templates-financial-performance-reports.png) + Memory-efficient dashboard design patterns include: - **Visual Prioritization**: Designate primary vs. secondary visuals with appropriate loading priority @@ -102,6 +108,8 @@ Memory-efficient dashboard design patterns include: ## Resource Allocation Strategies +![Resource Allocation Strategies](images/gantt-chart-project-timeline-resource-allocation.png) + Beyond memory management, Analytics+ provides sophisticated resource allocation capabilities: ### CPU Resource Management @@ -110,19 +118,19 @@ Analytics+ implements intelligent CPU scheduling: ``` CPU Thread Allocation Strategy: -├── Primary Thread -│ ├── User Interaction Handling (highest priority) -│ ├── Viewport Rendering -│ └── Animation Management -├── Worker Threads -│ ├── Data Processing -│ ├── Calculation Execution -│ ├── Off-screen Rendering -│ └── Data Prefetching -└── Background Thread - ├── Memory Management - ├── Cache Optimization - └── Telemetry +|-- Primary Thread +| |-- User Interaction Handling (highest priority) +| |-- Viewport Rendering +| +-- Animation Management +|-- Worker Threads +| |-- Data Processing +| |-- Calculation Execution +| |-- Off-screen Rendering +| +-- Data Prefetching ++-- Background Thread + |-- Memory Management + |-- Cache Optimization + +-- Telemetry ``` This architecture enables Analytics+ to effectively utilize available CPU resources while maintaining responsive UI interactions. @@ -207,17 +215,17 @@ When memory-related performance issues occur, this diagnostic workflow helps ide ``` Memory Issue Diagnostic Flow: 1. Quantify the issue - ├── Measure memory baseline - ├── Identify triggering interactions - └── Document growth pattern + |-- Measure memory baseline + |-- Identify triggering interactions + +-- Document growth pattern 2. Isolate the source - ├── Individual visual vs. report-wide - ├── Data model vs. visualization layer - └── Browser-specific vs. cross-browser + |-- Individual visual vs. report-wide + |-- Data model vs. visualization layer + +-- Browser-specific vs. cross-browser 3. Apply targeted optimization - └── Based on identified source + +-- Based on identified source 4. Validate resolution - └── Confirm stable memory pattern + +-- Confirm stable memory pattern ``` ## Case Study: Healthcare Analytics Deployment diff --git a/chapters/290_chapter5_caching_and_refresh_strategies.md b/chapters/290_chapter5_caching_and_refresh_strategies.md index bc016dc..c754a6a 100644 --- a/chapters/290_chapter5_caching_and_refresh_strategies.md +++ b/chapters/290_chapter5_caching_and_refresh_strategies.md @@ -18,7 +18,7 @@ Modern business analytics presents a fundamental tension between data freshness Analytics+ implements a sophisticated multi-level caching architecture that optimizes both performance and data currency: -![Caching Architecture](images/caching_architecture.png) +![Caching Architecture](images/analytics-performance-mode-charts-tables-cards.png) *Figure 5.5.1: Analytics+ Multi-Level Caching Architecture* ### Level 1: Visualization Rendering Cache @@ -67,6 +67,8 @@ The innermost cache layer that operates at the data model level: ## Intelligent Refresh Strategies +![Refresh Strategies](images/refresh-icon-blue-arrow-circle.png) + Analytics+ implements multiple refresh strategies optimized for different business scenarios: ### Time-Based Refresh Patterns @@ -81,20 +83,22 @@ Analytics+ implements multiple refresh strategies optimized for different busine ### Segment-Level Refresh Optimization +![Refresh Hierarchy](images/filtercontext-data-table-category-hierarchy.png) + Rather than refreshing entire datasets, Analytics+ can selectively refresh data segments: ``` Refresh Hierarchy: -├── Dashboard -│ ├── Page 1 (Refresh: 15 min) -│ │ ├── Visual 1.1 (Refresh: 5 min) -│ │ └── Visual 1.2 (Refresh: 15 min) -│ ├── Page 2 (Refresh: 60 min) -│ │ ├── Visual 2.1 (Refresh: 60 min) -│ │ └── Visual 2.2 (Refresh: 60 min) -│ └── Page 3 (Refresh: 24 hr) -│ ├── Visual 3.1 (Refresh: 24 hr) -│ └── Visual 3.2 (Refresh: 24 hr) ++-- Dashboard +| |-- Page 1 (Refresh: 15 min) +| | |-- Visual 1.1 (Refresh: 5 min) +| | +-- Visual 1.2 (Refresh: 15 min) +| |-- Page 2 (Refresh: 60 min) +| | |-- Visual 2.1 (Refresh: 60 min) +| | +-- Visual 2.2 (Refresh: 60 min) +| +-- Page 3 (Refresh: 24 hr) +| |-- Visual 3.1 (Refresh: 24 hr) +| +-- Visual 3.2 (Refresh: 24 hr) ``` This hierarchical approach enables targeted refresh operations based on data criticality and update frequency requirements. @@ -164,21 +168,23 @@ For complex deployment architectures, Analytics+ optimizes caching across tiers: ``` Enterprise Caching Architecture: -├── Client Tier -│ └── Browser-level cache (user-specific interactions) -├── Middle Tier -│ ├── Application server cache (shared calculation results) -│ └── Web front-end cache (visualization assets) -└── Data Tier - ├── Power BI Service cache (dataset query results) - ├── Premium capacity cache (model segments) - └── Source system cache (incremental data extracts) +|-- Client Tier +| +-- Browser-level cache (user-specific interactions) +|-- Middle Tier +| |-- Application server cache (shared calculation results) +| +-- Web front-end cache (visualization assets) ++-- Data Tier + |-- Power BI Service cache (dataset query results) + |-- Premium capacity cache (model segments) + +-- Source system cache (incremental data extracts) ``` This multi-tier approach optimizes caching at each level of the architecture, balancing performance with resource utilization. ## Refresh Performance Optimization +![Performance Optimization](images/charts-data-analysis-performance-metrics-2023.png) + Analytics+ implements several techniques to optimize refresh performance: ### Query Optimization for Refresh diff --git a/chapters/300_chapter5_case_study_ibex_shift_to_real_time_data.md b/chapters/300_chapter5_case_study_ibex_shift_to_real_time_data.md index bc456b5..b129553 100644 --- a/chapters/300_chapter5_case_study_ibex_shift_to_real_time_data.md +++ b/chapters/300_chapter5_case_study_ibex_shift_to_real_time_data.md @@ -50,7 +50,7 @@ After evaluating multiple solutions, Ibex selected Analytics+ as their enterpris ### Implementation Architecture -![Ibex Architecture](images/ibex_architecture.png) +![Ibex Architecture](images/analytics-plus-visualization-interface-screenshot.png) *Figure 5.6.1: Ibex's Analytics+ Implementation Architecture* The implementation architecture included: @@ -76,6 +76,9 @@ The implementation architecture included: ### Performance Optimization Strategy +![Performance Optimization Strategy](images/analytics-performance-mode-charts-tables-cards.png) +*Figure 5.6.2: Analytics+ Performance Optimization Features* + Ibex leveraged many of the techniques discussed in previous sections to achieve their performance requirements: #### Large Dataset Handling (Section 5.1) @@ -118,6 +121,9 @@ Ibex leveraged many of the techniques discussed in previous sections to achieve ## Implementation Process and Timeline +![Implementation Timeline](images/gantt-chart-project-phases-timeline-2024-2025.png) +*Figure 5.6.3: Ibex Implementation Timeline* + The implementation followed a structured approach: ### Phase 1: Proof of Concept (3 months) @@ -206,6 +212,9 @@ The implementation of Analytics+ with real-time data capabilities delivered subs ### Quantifiable Business Results +![Quantifiable Business Results](images/data-analysis-kpi-sales-performance-graphs.png) +*Figure 5.6.4: Key Performance Indicators Dashboard* + | Key Performance Indicator | Before | After | Improvement | |---------------------------|--------|-------|-------------| | Manufacturing release cycle | 27 hours | 4 hours | 85% reduction | @@ -217,6 +226,9 @@ The implementation of Analytics+ with real-time data capabilities delivered subs ### Financial Impact +![Financial Impact](images/financial-performance-executive-summary-dashboard.png) +*Figure 5.6.5: Financial Performance Summary* + The implementation delivered a compelling financial return: | Benefit Category | Annual Value | Calculation Approach | diff --git a/chapters/320_chapter6_trends_and_forecasting_models.md b/chapters/320_chapter6_trends_and_forecasting_models.md index 2bcffbd..382fd5a 100644 --- a/chapters/320_chapter6_trends_and_forecasting_models.md +++ b/chapters/320_chapter6_trends_and_forecasting_models.md @@ -36,7 +36,7 @@ Users can customize trend lines with various styling options: - Line color - Measure selection (plot trend lines based on any measure or variance) -![Trend Line Options](images/trend_line_options.png) +![Trend Line Options](images/gross-sales-monthly-chart-with-trend-line.png) *Figure 6.2.1: Trend Line Customization in Analytics+* ### Mathematical Equation Display @@ -120,7 +120,7 @@ Beyond pattern identification, Analytics+ helps users understand relationships b - **Change Point Detection**: Identifies when relationships between variables shift significantly - **Intervention Analysis**: Measures the impact of specific events or actions on trend patterns -![Driver Analysis](images/driver_analysis.png) +![Driver Analysis](images/parallel-coordinates-chart-sales-data-analysis.png) *Figure 6.2.2: Driver Analysis in Analytics+* ### Interactive Trend Exploration @@ -166,7 +166,7 @@ Analytics+ doesn't just produce forecasts—it ensures their quality through rig - **Sensitivity Analysis**: Tests forecast stability under different conditions - **Model Explanation**: Plain-language description of how the forecast is generated -![Forecast Validation](images/forecast_validation.png) +![Forecast Validation](images/monthly-actuals-plan-deviation-chart.png) *Figure 6.2.3: Forecast Validation Dashboard in Analytics+* ## Interactive Forecasting Capabilities @@ -183,7 +183,7 @@ All forecasts include customizable confidence intervals: - **Probability Distribution View**: Understand the full range of possible outcomes - **Risk Threshold Marking**: Highlight when forecasts cross critical business thresholds -![Confidence Intervals](images/confidence_intervals.png) +![Confidence Intervals](images/2024-actuals-monthly-chart-with-error-bars.png) *Figure 6.2.4: Forecast Confidence Intervals in Analytics+* ### Business-Driven Adjustments diff --git a/chapters/330_chapter6_outlier_analysis_and_anomaly_detection.md b/chapters/330_chapter6_outlier_analysis_and_anomaly_detection.md index 2c14e33..3f5e709 100644 --- a/chapters/330_chapter6_outlier_analysis_and_anomaly_detection.md +++ b/chapters/330_chapter6_outlier_analysis_and_anomaly_detection.md @@ -21,7 +21,7 @@ Analytics+ addresses these challenges by providing comprehensive anomaly detecti Analytics+ implements multiple outlier detection techniques, selecting the appropriate method based on data characteristics: -![Outlier Detection Dashboard](images/outlier_detection.png) +![Outlier Detection Dashboard](images/data-labels-chart-outlier-percentage-visualization.png) *Figure 6.3.1: Analytics+ Outlier Detection Dashboard* ### Statistical Outlier Detection @@ -37,6 +37,9 @@ Basic statistical approaches provide an essential foundation for anomaly detecti | GESD (Generalized ESD) | Iterative outlier identification for multiple anomalies | When multiple outliers may be present | | Chauvenet's criterion | Probability-based rejection of unlikely observations | Scientific and engineering measurements | +![Statistical Outlier With Box Plot](images/box-plot-values-by-month-data-analysis.png) +*Figure 6.3.2: Statistical Outlier Analysis with Box Plots* + Users can easily adjust detection sensitivity through interactive controls: ``` @@ -68,8 +71,8 @@ Analytics+ goes beyond basic statistical outliers to identify values that are an - **Relationship-Based Detection**: Flag unusual relationships between variables - **State-Dependent Anomalies**: Detect values unusual only in specific business states -![Contextual Anomaly](images/contextual_anomaly.png) -*Figure 6.3.2: Contextual Anomaly Detection in Analytics+* +![Contextual Anomaly Detection](images/sales-by-country-monthly-deviation-chart.png) +*Figure 6.3.3: Contextual Anomaly Detection in Analytics+* Example contextual anomaly: A 15% increase in website traffic would be normal during a marketing campaign but anomalous during a typical weekend. Analytics+ can distinguish these cases automatically. @@ -86,6 +89,9 @@ For complex patterns and evolving data, Analytics+ offers advanced ML-based anom | Time Series Decomposition | Identifies anomalies after accounting for trends and seasonality | Perfect for time-based data with multiple patterns | | Ensemble Methods | Combines multiple detection approaches with weighted voting | Reduces false positives while maintaining sensitivity | +![Machine Learning Forecasting](images/sales-data-forecast-country-category-subcategory.png) +*Figure 6.3.4: Machine Learning-Based Anomaly Detection and Forecasting* + These advanced techniques operate behind a business-friendly interface that doesn't require users to understand the underlying algorithms: ``` @@ -112,8 +118,8 @@ Basic but effective techniques to draw attention to anomalies: - **Focus+Context Views**: Emphasize anomalies while maintaining overall context - **Outlier Galleries**: Curated collections of discovered anomalies for review -![Anomaly Highlighting](images/anomaly_highlighting.png) -*Figure 6.3.3: Anomaly Highlighting in Analytics+* +![Anomaly Highlighting](images/sales-profit-chart-subcategory-data-highlight.png) +*Figure 6.3.5: Anomaly Highlighting in Analytics+* ### Conditional Formatting for Anomalies @@ -147,8 +153,8 @@ Analytics+ includes dedicated visualization types for anomaly analysis: | Deviation Lollipop Charts | Quantify and rank anomaly magnitude | Prioritize investigation by impact | | Anomaly Calendar Heatmaps | Temporal pattern visualization for anomalies | Identify time-based patterns in anomaly occurrence | -![Anomaly Network](images/anomaly_network.png) -*Figure 6.3.4: Anomaly Network Visualization in Analytics+* +![Anomaly Network Visualization](images/data-visualization-ribbon-tornado-parallel-coordinates.png) +*Figure 6.3.6: Anomaly Network Visualization in Analytics+* ### Interactive Exploration @@ -224,6 +230,9 @@ The anomaly detection capabilities in Analytics+ enable numerous business applic - **User Behavior Anomalies**: Identify unusual user activity patterns - **Application Error Patterns**: Detect unusual error rates or patterns +![Business Applications Dashboard](images/financial-performance-executive-summary-dashboard.png) +*Figure 6.3.7: Business Applications Dashboard with Anomaly Insights* + ## Advanced Features Analytics+ includes several advanced capabilities for sophisticated anomaly detection: diff --git a/chapters/340_chapter6_comparative_analysis_tools.md b/chapters/340_chapter6_comparative_analysis_tools.md index 2fa9b24..fea9297 100644 --- a/chapters/340_chapter6_comparative_analysis_tools.md +++ b/chapters/340_chapter6_comparative_analysis_tools.md @@ -21,11 +21,16 @@ Analytics+ addresses these challenges with an integrated suite of comparative an Analytics+ provides a comprehensive toolkit for comparison across various business dimensions: -![Comparative Analysis Dashboard](images/comparative_analysis.png) +![Comparative Analysis Dashboard](images/data-analysis-charts-2023-2022-comparison.png) *Figure 6.4.1: Analytics+ Comparative Analysis Dashboard* + ### Time-Based Comparisons +![Monthly Actuals Comparison Chart (2024 vs 2023)](images/2024-2023-actuals-monthly-comparison-chart.png) +*Figure 6.4.5: Monthly Actuals Comparison Chart (2024 vs 2023)* + + Analyze how metrics change over time with sophisticated period-over-period analysis: | Comparison Type | Analytics+ Implementation | Business Application | @@ -58,7 +63,7 @@ Compare actual performance against planned scenarios, forecasts, or what-if anal - **Target Comparison**: Evaluate performance against strategic goals - **Benchmark Comparison**: Compare metrics against industry standards -![Scenario Comparison](images/scenario_comparison.png) +![Scenario Comparison](images/2024-sales-actuals-vs-plan-dashboard.png) *Figure 6.4.2: Scenario Comparison in Analytics+* ### Entity Comparisons @@ -102,7 +107,7 @@ Directly compare different datasets with aligned visualizations: - **Synchronized Filtering**: Apply filters to multiple comparative views simultaneously - **Comparative Tables**: Multi-column tables with dynamic comparison calculations -![Small Multiples](images/small_multiples.png) +![Small Multiples](images/hierarchical-small-multiples-4d-charts-data.png) *Figure 6.4.3: Small Multiples for Regional Comparison in Analytics+* ### Integrated Comparative Visuals @@ -120,7 +125,7 @@ Specialized charts that integrate comparative data within a single visualization | Tornado Charts | Side-by-side analysis with opposing bars | Category contribution comparison | | Slope Graphs | Connect related points to show changes | Trend comparison across categories | -![Variance Analysis](images/variance_analysis.png) +![Variance Analysis](images/data-visualization-variance-chart-analysis.png) *Figure 6.4.4: Variance Analysis Chart in Analytics+* #### Waterfall Chart Variations @@ -136,6 +141,10 @@ Analytics+ offers multiple waterfall chart types for different comparative scena Waterfall charts include specialized features like variance data label formatting (value, percentage, or both), variance inflection indicators, and customizable variance base selection. +![Combination Waterfall Chart for Variance Analysis](images/combination-waterfall-chart-2020-2021-actuals.png) +*Figure 6.4.6: Combination Waterfall Chart for Variance Analysis* + + #### Multi-Variate Comparison Charts For comparing across multiple dimensions simultaneously: @@ -144,6 +153,10 @@ For comparing across multiple dimensions simultaneously: - **Slope Graphs**: Shows changes between two states with connecting lines to emphasize magnitude and direction of change - **Tornado Charts**: Displays opposing bars for direct comparison of two measures across categories +![Advanced Comparative Visuals including Parallel Coordinates and Tornado Charts](images/data-visualization-ribbon-tornado-parallel-coordinates.png) +*Figure 6.4.7: Advanced Comparative Visuals including Parallel Coordinates and Tornado Charts* + + ### Interactive Comparison Tools Dynamic features that enhance comparative analysis: diff --git a/chapters/350_chapter6_decision_support_visualizations.md b/chapters/350_chapter6_decision_support_visualizations.md index ebd6172..631c0bd 100644 --- a/chapters/350_chapter6_decision_support_visualizations.md +++ b/chapters/350_chapter6_decision_support_visualizations.md @@ -21,7 +21,7 @@ Analytics+ addresses these challenges with purpose-built decision support visual Analytics+ provides a comprehensive toolkit of visualizations specifically designed for decision support: -![Decision Support Interface](images/decision_support.png) +![Decision Support Interface](images/analytics-plus-visualization-interface-screenshot.png) *Figure 6.5.1: Analytics+ Decision Support Interface* ### Multi-Criteria Decision Analysis (MCDA) Visualizations @@ -41,6 +41,9 @@ Support complex decisions with multiple criteria and alternatives: #### Radar and Polar Charts for Multi-Criteria Evaluation +![Radar Chart](images/2024-2023-actuals-radar-chart-subregion.png) + + Radar charts (also known as spider or web charts) are particularly effective for multi-criteria decision analysis, allowing decision-makers to: - Visualize performance across multiple criteria simultaneously @@ -70,6 +73,9 @@ Analytics+ implementation includes: - Small multiples capability for additional categorization - Interactive highlighting for focused analysis +![Parallel Coordinates](images/data-visualization-ribbon-tornado-parallel-coordinates.png) + + The MCDA visualizations allow decision-makers to systematically evaluate alternatives and make transparent, defensible choices: ``` @@ -95,7 +101,7 @@ Help decision-makers understand and account for uncertainty: - **Bullet Charts**: Compare actual performance against targets with qualitative ranges - **Treemap Charts**: Visualize hierarchical risk categories with size representing impact -![Risk Matrix](images/risk_matrix.png) +![Risk Matrix](images/2024-actuals-plan-chart-quadrants-analysis.png) *Figure 6.5.2: Interactive Risk Matrix in Analytics+* #### Tornado Charts for Sensitivity Analysis @@ -113,6 +119,9 @@ Analytics+ implementation features: - Automatic sorting of factors by impact magnitude - Customizable formatting and styling +![Tornado Chart](images/data-visualization-ribbon-tornado-parallel-charts.png) + + #### Bullet Charts for Performance-to-Target Visualization Bullet charts provide an efficient way to evaluate decisions against targets and thresholds: @@ -131,6 +140,9 @@ Analytics+ offers several bullet chart variations: These charts include features like variance bars (inside or outside the actual bar), customizable colors for positive/negative variances, and target indicators. +![Bullet Charts](images/bullet-charts-data-insight-management-dashboard.png) + + ### Recommendation Visualizations Guide users toward optimal decisions based on data and business rules: @@ -164,6 +176,9 @@ Analytics+ implementation includes: - Options to handle missing or negative values - Customizable node colors for different dimensions +![Sankey Diagram](images/sankey-diagram-horizontal-vertical-drinks-months.png) + + #### Insight Charts for Compact Decision Metrics For dashboard-style decision support, insight charts provide: @@ -181,6 +196,9 @@ Analytics+ offers several insight chart types: These compact visualizations can be integrated into decision support dashboards to provide at-a-glance performance context for decision-making. +![Insight Charts](images/data-visualization-insight-charts-dashboard-summary.png) + + ## Interactive Decision Support Features Analytics+ provides powerful interactive capabilities for guiding the decision process: @@ -209,7 +227,7 @@ Enable interactive evaluation of alternative decisions: - **Treemap Exploration**: Drill down through hierarchical decision factors - **Multi-Variate Scenario Analysis**: Compare scenarios across multiple dimensions simultaneously -![Scenario Explorer](images/scenario_explorer.png) +![Scenario Explorer](images/sales-data-forecast-country-category-subcategory.png) *Figure 6.5.3: Scenario Explorer for Decision Support in Analytics+* #### Treemap Charts for Hierarchical Decision Exploration @@ -228,6 +246,9 @@ Analytics+ implementation features: - Customizable padding and spacing for visual clarity - Options for handling missing values +![Treemap Chart](images/treemap-chart-sum-of-actuals-and-plan.png) + + #### Multi-Variate Scenario Comparison For complex scenario analysis involving multiple variables, Analytics+ offers: @@ -357,6 +378,9 @@ A global pharmaceutical company implemented Analytics+ decision support visualiz - Portfolio risk-adjusted value increased by 28% while maintaining diversification - ROI of 940% in first 18 months of implementation +![Pharmaceutical Portfolio Optimization Dashboard](images/financial-performance-executive-summary-dashboard.png) + + ## Integration with Analytics+ and Power BI The decision support visualizations in Analytics+ integrate seamlessly with the broader ecosystem: diff --git a/chapters/360_chapter6_advanced_drill_down_techniques.md b/chapters/360_chapter6_advanced_drill_down_techniques.md index 30e44c9..479fa65 100644 --- a/chapters/360_chapter6_advanced_drill_down_techniques.md +++ b/chapters/360_chapter6_advanced_drill_down_techniques.md @@ -21,7 +21,7 @@ Analytics+ addresses these challenges with advanced drill-down techniques that m Analytics+ provides a comprehensive toolkit of drill-down capabilities that go beyond standard hierarchical navigation: -![Advanced Drill-Down Interface](images/advanced_drilldown.png) +![Advanced Drill-Down Interface](images/visualization-tools-data-fields-drill-through-options.png) *Figure 6.6.1: Analytics+ Advanced Drill-Down Interface* ### Multi-Directional Drill-Down @@ -89,7 +89,7 @@ Maintain analytical relevance through context-aware exploration: - **Guided Analysis Paths**: Suggested exploration routes based on data characteristics - **Synchronized Highlighting**: Maintain selection context across multiple visualizations -![Contextual Drill-Down](images/contextual_drilldown.png) +![Contextual Drill-Down](images/filtercontext-data-table-category-hierarchy.png) *Figure 6.6.2: Contextual Drill-Down with Preserved Filters in Analytics+* #### Advanced Data Selection Techniques @@ -154,6 +154,9 @@ Intuitive interfaces for navigation and exploration: Analytics+ provides multiple ways to select and focus on specific data: +![Lasso Selection](images/lasso-reverse-lasso-selection-bar-chart-data.png) +*Figure 6.6.3: Advanced Selection Capabilities like Lasso and Reverse Lasso* + - **Single-Click Selection**: Highlight individual data points with precise control - **Lasso Selection**: Draw a selection area to include multiple data points - **Reverse Lasso**: Select everything except the specified area @@ -184,8 +187,8 @@ Guide users through the exploration process: - **Detail Availability Indicators**: Show where further detail is available - **Related Content Signposts**: Indicate related data areas worth exploring -![Navigation Signposts](images/navigation_signposts.png) -*Figure 6.6.3: Visual Exploration Signposts in Analytics+* +![Navigation Signposts](images/data-visualization-dashboard-elements-menu.png) +*Figure 6.6.4: Visual Exploration Signposts in Analytics+* ### Performance Optimization @@ -311,6 +314,9 @@ A major fashion retailer with 1,200+ stores implemented Analytics+ advanced dril - Deployed smart drill-down suggestions highlighting anomalies and patterns - Implemented visual cues for navigation and context preservation +![Retail Markdown Optimization Dashboard](images/data-visualization-sales-analysis-dashboard.png) +*Figure 6.6.5: Sales Analysis Dashboard for Markdown Optimization* + ### Results - Markdown analysis time reduced from 3-5 days to under 30 minutes - Identified $78M in markdown optimization opportunities diff --git a/chapters/370_chapter7_analytics_planning_core_concepts.md b/chapters/370_chapter7_analytics_planning_core_concepts.md index 5c94e0e..882a4ed 100644 --- a/chapters/370_chapter7_analytics_planning_core_concepts.md +++ b/chapters/370_chapter7_analytics_planning_core_concepts.md @@ -22,7 +22,7 @@ Analytics+ addresses these challenges by unifying analysis and planning in a sin The Analytics+ planning module provides a comprehensive planning and writeback solution that integrates directly with the analytical capabilities discussed in previous chapters: -![Analytics+ Planning Interface](images/planning_interface.png) +![Analytics+ Planning Interface](images/analytics-plus-visualization-interface-screenshot.png) *Figure 7.1.1: Analytics+ Planning Interface with Integrated Analysis and Planning* ### Unified Planning Framework @@ -53,7 +53,7 @@ The core of Analytics+ planning functionality lies in its intelligent grid techn - **Adaptive Layout**: Responsive grid design optimized for planning tasks - **Hierarchy Management**: Intelligent handling of hierarchical relationships -![Planning Grid Technology](images/planning_grid.png) +![Planning Grid Technology](images/2024-plan-2023-actuals-quarterly-data-grid.png) *Figure 7.1.2: Rich Planning Grid with Formula Support and Cell-Level Validation* ### Multi-Dimensional Planning Model @@ -102,6 +102,9 @@ Support for various planning directional flows: Analytics+ accommodates different planning process types: +![Planning Process Summary](images/profit-forecast-summary-august-january-2023.png) +*Figure 7.1.3: Profit Forecast Summary showing Rolling Forecasts* + | Process Type | Analytics+ Implementation | Business Application | |--------------|---------------------------|----------------------| | Annual Budget Planning | Structured budget development workflow | Yearly budgeting process | @@ -112,6 +115,9 @@ Analytics+ accommodates different planning process types: | Zero-Based Planning | Start-from-zero methodology support | Cost restructuring initiatives | | Project-Based Planning | Planning organized around projects or initiatives | Capital projects, campaigns | +![Project Planning Gantt Chart](images/gantt-chart-analytics-project-management-overview.png) +*Figure 7.1.4: Project Planning using Gantt Chart Visualizations* + These planning processes are implemented through configurable workflows that guide users through each step while maintaining governance and control. ### Collaborative Planning Model @@ -126,8 +132,8 @@ Analytics+ supports sophisticated collaboration for planning activities: - **Contribution Tracking**: Visibility into who changed what and when - **Consensus Building**: Tools to facilitate agreement on plan elements -![Collaborative Planning](images/collaborative_planning.png) -*Figure 7.1.3: Collaborative Planning with Role Assignments and Contribution Tracking* +![Collaborative Planning](images/comments-pane-styling-financial-performance-dashboard.png) +*Figure 7.1.5: Collaborative Planning with Comments and Discussions* ## Integration with Analytics Capabilities @@ -280,6 +286,9 @@ A global consumer products company with operations in 60+ countries implemented The Analytics+ planning capabilities integrate with Power BI to create a complete decision cycle: +![Integration with Power BI](images/power-bi-visuals-inforiver-analytics-reporting-writeback.png) +*Figure 7.1.6: Power BI Integration with Writeback Capabilities* + - **Power BI Dataset Integration**: Direct writeback to Power BI datasets - **Power BI Report Embedding**: Embed planning components in Power BI reports - **Power BI Refresh Integration**: Trigger refreshes after planning activities diff --git a/chapters/380_chapter7_data_input_and_validation.md b/chapters/380_chapter7_data_input_and_validation.md index e4614c8..8255d63 100644 --- a/chapters/380_chapter7_data_input_and_validation.md +++ b/chapters/380_chapter7_data_input_and_validation.md @@ -22,7 +22,7 @@ Analytics+ addresses these challenges with a comprehensive approach to data inpu Analytics+ offers multiple input methods to accommodate different user preferences, data volumes, and scenarios: -![Data Input Methods](images/data_input_methods.png) +![Data Input Methods](images/2024-actuals-plan-data-table.png) *Figure 7.2.1: Analytics+ Multiple Input Methods for Planning* ### Direct Cell Entry @@ -79,7 +79,7 @@ For automated data flows from other systems: Analytics+ includes a sophisticated validation framework that ensures data quality throughout the planning process: -![Validation Framework](images/validation_framework.png) +![Validation Framework](images/conditional-formatting-2024-actuals-report-table.png) *Figure 7.2.2: Multi-Layer Validation Framework in Analytics+* ### Cell-Level Validation @@ -154,7 +154,7 @@ Immediate feedback during data entry: Tools for efficiently handling validation issues: -![Validation Management](images/validation_management.png) +![Validation Management](images/conditional-formatting-settings-example.png) *Figure 7.2.3: Validation Management Interface in Analytics+* - **Issue Navigation**: Quickly move between validation problems @@ -225,7 +225,7 @@ Standardized structures for consistent data entry: Coordinated data entry across multiple contributors: -![Collaborative Input](images/collaborative_input.png) +![Collaborative Input](images/comments-pane-styling-financial-performance-dashboard.png) *Figure 7.2.4: Collaborative Input with Role Assignments and Work Tracking* - **Assigned Input Areas**: Clear delineation of responsibility diff --git a/chapters/390_chapter7_approval_workflows_and_governance.md b/chapters/390_chapter7_approval_workflows_and_governance.md index 6ed7572..f80d591 100644 --- a/chapters/390_chapter7_approval_workflows_and_governance.md +++ b/chapters/390_chapter7_approval_workflows_and_governance.md @@ -22,7 +22,7 @@ Analytics+ addresses these challenges with a flexible, configurable approval fra Analytics+ provides a robust, configurable approval framework that brings structure and control to planning processes: -![Approval Workflow Framework](images/approval_workflow.png) +![Approval Workflow Framework](images/analytics-gantt-chart-project-status-overview.png) *Figure 7.3.1: Analytics+ Approval Workflow Dashboard with Status and Actions* ### Workflow Engine @@ -51,7 +51,7 @@ Rich capabilities for reviewers and approvers: - **Approval with Reservations**: Document concerns while allowing progress - **Delegate Review**: Assign deep-dive review to subject matter experts -![Approval Actions Interface](images/approval_actions.png) +![Approval Actions Interface](images/comments-pane-styling-financial-performance-dashboard.png) *Figure 7.3.2: Approval Actions with Contextual Comments and Annotations* ### Approval Visibility and Monitoring @@ -100,7 +100,7 @@ Classic top-down organizational review: Cross-functional approval for complex organizations: -![Matrix Approval Workflow](images/matrix_approval.png) +![Matrix Approval Workflow](images/chart-settings-visualization-account-types-flow.png) *Figure 7.3.3: Matrix Approval Flow Visualization* - **Functional Oversight**: Approvals from relevant functional leaders @@ -157,7 +157,7 @@ Define and enforce planning policies: Clear definition of planning authority and responsibility: -![Roles and Responsibilities Matrix](images/roles_matrix.png) +![Roles and Responsibilities Matrix](images/data-table-employment-performance-analysis-summary.png) *Figure 7.3.4: Planning Roles and Responsibilities Matrix* | Role Type | Responsibilities | System Implementation | @@ -212,7 +212,7 @@ Control over plan status and modification: Analytics+ provides insights into the governance process itself: -![Governance Analytics Dashboard](images/governance_analytics.png) +![Governance Analytics Dashboard](images/analytics-performance-mode-charts-tables-cards.png) *Figure 7.3.5: Governance Analytics Dashboard* ### Process Metrics diff --git a/chapters/400_chapter7_version_control_and_scenario_planning.md b/chapters/400_chapter7_version_control_and_scenario_planning.md index 37ac730..ce1c018 100644 --- a/chapters/400_chapter7_version_control_and_scenario_planning.md +++ b/chapters/400_chapter7_version_control_and_scenario_planning.md @@ -22,7 +22,7 @@ Analytics+ addresses these challenges with a structured approach to version cont Analytics+ provides a comprehensive version control system that brings clarity and governance to the planning process: -![Version Control Framework](images/version_control.png) +![Version Control Framework](images/monthly-data-comparison-2022-2024-actuals-plans.png) *Figure 7.4.1: Analytics+ Version Control Interface with Version Tree and Comparison* ### Version Management @@ -55,7 +55,7 @@ Rich classification system for different version purposes: Track and organize versions across time dimensions: -![Version Timeline](images/version_timeline.png) +![Version Timeline](images/gantt-chart-project-timeline-2024-2025.png) *Figure 7.4.2: Version Timeline Management with Planning Cadence* - **Calendar Alignment**: Versions mapped to planning calendar events @@ -100,7 +100,7 @@ Comprehensive tools for scenario development: Multiple approaches to creating and evolving scenarios: -![Scenario Development Methods](images/scenario_development.png) +![Scenario Development Methods](images/financial-data-2023-2024-actuals-plans.png) *Figure 7.4.3: Multiple Scenario Development Approaches in Analytics+* | Method | Implementation | Business Application | @@ -147,7 +147,7 @@ Analytics+ provides a structured approach to managing the assumptions that drive Centralized management of planning assumptions: -![Assumption Management](images/assumption_management.png) +![Assumption Management](images/comments-pane-styling-financial-performance-dashboard.png) *Figure 7.4.4: Assumption Management Interface* - **Assumption Categories**: Organize assumptions by type and area diff --git a/chapters/420_chapter7_security_and_access_controls.md b/chapters/420_chapter7_security_and_access_controls.md index 44d24e4..7cfb659 100644 --- a/chapters/420_chapter7_security_and_access_controls.md +++ b/chapters/420_chapter7_security_and_access_controls.md @@ -22,11 +22,14 @@ Analytics+ addresses these challenges with a multi-layered security architecture Analytics+ is built on a comprehensive security architecture that protects data at every level: -![Security Architecture](images/security_architecture.png) +![Security Architecture](images/chart-settings-visualization-account-types-flow.png) *Figure 7.6.1: Analytics+ Multi-Layered Security Architecture* ### Authentication Framework +![Authentication Framework](images/chart-data-visualization-user-controls-summary-table.png) +*Figure 7.6.7: Authentication and User Controls* + Robust user verification mechanisms: | Authentication Method | Implementation | Security Benefit | @@ -55,7 +58,7 @@ Granular access control capabilities: Protection for sensitive planning data: -![Data Security Controls](images/data_security.png) +![Data Security Controls](images/chart-card-table-variance-format-settings.png) *Figure 7.6.2: Analytics+ Data Security Controls* | Data Security Capability | Implementation | Business Value | @@ -102,7 +105,7 @@ Analytics+ provides a sophisticated access control framework that enables precis Predefined security roles for common planning functions: -![Role-Based Access](images/role_based_access.png) +![Role-Based Access](images/kpi-dashboard-sales-performance-regions.png) *Figure 7.6.3: Analytics+ Role-Based Access Control Model* - **Plan Administrator**: Full control over all planning functions @@ -144,7 +147,7 @@ Flexible approaches to data access definition: Tools for managing security configurations: -![Access Administration](images/access_administration.png) +![Access Administration](images/dashboard-properties-settings-data-analysis.png) *Figure 7.6.4: Analytics+ Security Administration Interface* | Administrative Capability | Implementation | Management Benefit | @@ -191,7 +194,7 @@ Features designed to meet regulatory requirements: Tools for demonstrating security compliance: -![Audit Tools](images/audit_tools.png) +![Audit Tools](images/data-table-export-pdf-summary-report.png) *Figure 7.6.5: Analytics+ Audit Support Capabilities* - **Audit Reports**: Pre-configured reports for common audit requirements @@ -236,7 +239,7 @@ Connections with enterprise security monitoring: Alignment with enterprise security management: -![Security Administration Integration](images/security_admin_integration.png) +![Security Administration Integration](images/data-import-settings-chart-visualization-json.png) *Figure 7.6.6: Enterprise Security Integration Framework* | Integration Area | Implementation | Administrative Benefit | diff --git a/chapters/430_chapter8_project_planning_and_resource_allocation.md b/chapters/430_chapter8_project_planning_and_resource_allocation.md index 684f641..be1d782 100644 --- a/chapters/430_chapter8_project_planning_and_resource_allocation.md +++ b/chapters/430_chapter8_project_planning_and_resource_allocation.md @@ -22,13 +22,16 @@ Analytics+ implementations require a balanced approach that addresses both techn A comprehensive implementation strategy framework provides structure and direction for Analytics+ projects: -![Implementation Framework](images/implementation_framework.png) +![Implementation Framework](images/gantt-chart-project-phases-timeline-analysis.png) *Figure 8.1.1: Analytics+ Implementation Strategy Framework* ### Strategic Planning Phase Establishing the foundation for implementation success: +![Strategic Planning](images/gantt-chart-progress-status-resource-planning.png) +*Figure 8.1.1a: Strategic Planning Phase Activities* + | Planning Component | Key Activities | Deliverables | |-------------------|----------------|--------------| | Business Case Development | Value identification, cost-benefit analysis, ROI calculation | Comprehensive business case with quantified benefits | @@ -55,7 +58,7 @@ Evaluating organizational readiness for implementation: Creating an effective organizational model for implementation: -![Project Structure](images/project_structure.png) +![Project Structure](images/gantt-chart-resource-scheduling-progress-report.png) *Figure 8.1.2: Analytics+ Implementation Project Structure* | Role/Team | Responsibilities | Composition | @@ -75,6 +78,9 @@ Creating an effective organizational model for implementation: Approach to optimizing resource allocation across the implementation: +![Resource Allocation Strategy](images/gantt-chart-project-timeline-resource-allocation.png) +*Figure 8.1.2a: Resource Allocation Strategy Framework* + - **Skill-Based Allocation**: Matching resources based on required capabilities - **Phase-Based Allocation**: Dynamic resource assignment based on project phases - **Workstream Allocation**: Dedicated resources for specific technical or functional areas @@ -117,7 +123,7 @@ Business and functional resources required: Technical infrastructure requirements: -![Infrastructure Resources](images/infrastructure_resources.png) +![Infrastructure Resources](images/analytics-performance-mode-charts-tables-cards.png) *Figure 8.1.3: Analytics+ Infrastructure Resource Requirements* | Infrastructure Component | Requirements | Purpose | @@ -150,7 +156,7 @@ Analytics+ implementations typically follow a phased approach with specific time Structured implementation progression: -![Implementation Phases](images/implementation_phases.png) +![Implementation Phases](images/analytics-gantt-chart-progress-tasks-phases.png) *Figure 8.1.4: Analytics+ Implementation Phase Model* | Phase | Duration | Key Activities | Deliverables | @@ -209,7 +215,7 @@ Comprehensive implementation across the organization: Focused implementation within specific business units: -![Business Unit Approach](images/business_unit_approach.png) +![Business Unit Approach](images/bar-chart-united-states-international-data.png) *Figure 8.1.5: Business Unit Implementation Approach* | Characteristic | Implementation | Business Impact | @@ -267,7 +273,7 @@ Resources managed through a central project structure: Distributed resources with central coordination: -![Federated Resource Model](images/federated_resource.png) +![Federated Resource Model](images/pivot-table-resource-progress-report-2024-2025.png) *Figure 8.1.6: Federated Resource Allocation Model* | Resource Category | Allocation Approach | Coordination Method | @@ -350,11 +356,17 @@ A global manufacturing corporation with operations in 25 countries implemented A Key practices for optimizing resource allocation and utilization: +![Resource Management](images/project-management-gantt-chart-web-urls.png) +*Figure 8.1.8a: Resource Management Best Practices Framework* + ### Skill Development Approach Building capabilities throughout the implementation: -![Skill Development](images/skill_development.png) +![Skill Development](images/project-timeline-development-progress-chart.png) +*Figure 8.1.8b: Skill Development Timeline* + +![Skill Development](images/chart-types-overview-data-visualization.png) *Figure 8.1.7: Analytics+ Implementation Skill Development Model* | Skill Development Strategy | Implementation | Capability Benefit | @@ -397,6 +409,9 @@ Effective use of implementation partners and external resources: Strategies for minimizing operational impact during implementation: +![Business Disruption Management](images/bullet-charts-data-insight-management-dashboard.png) +*Figure 8.1.9: Business Disruption Management Dashboard* + - **Business Calendar Alignment**: Scheduling implementation around critical business periods - **Progressive Deployment**: Incremental capability rollout to manage change impact - **Parallel Operations**: Maintaining existing systems during transition period @@ -409,11 +424,14 @@ Strategies for minimizing operational impact during implementation: Analytics+ implementation can be coordinated with Power BI projects: +![Power BI Integration](images/inforiver-analytics-power-bi-visuals-overview.png) +*Figure 8.1.10: Analytics+ and Power BI Integration Overview* + ### Power BI Alignment Coordination with Power BI implementation activities: -![Power BI Alignment](images/powerbi_alignment.png) +![Power BI Alignment](images/bar-chart-data-visualization-report-power-bi.png) *Figure 8.1.8: Analytics+ and Power BI Implementation Alignment* | Implementation Area | Alignment Approach | Integration Benefit | diff --git a/chapters/440_chapter8_development_environments_and_deployment_pipeline.md b/chapters/440_chapter8_development_environments_and_deployment_pipeline.md index 788972f..dea0c54 100644 --- a/chapters/440_chapter8_development_environments_and_deployment_pipeline.md +++ b/chapters/440_chapter8_development_environments_and_deployment_pipeline.md @@ -6,6 +6,8 @@ Implementing Analytics+ at an enterprise scale requires a structured approach to ## Development Environment Architecture +![Analytics+ Configuration Environment](images/chart-settings-data-visualization-analysis.png) + ### Multi-Tier Environment Strategy A robust Analytics+ implementation typically employs multiple environments: @@ -49,6 +51,8 @@ A robust Analytics+ implementation typically employs multiple environments: ## Deployment Pipeline Architecture +![Deployment Pipeline Stages and Timeline](images/gantt-chart-project-timeline-2024-2025.png) + ### Continuous Integration/Continuous Deployment (CI/CD) The Analytics+ deployment pipeline leverages modern CI/CD practices: @@ -91,6 +95,8 @@ Source Control ← [Build Process] ← [Quality Gates] ← [Approval Workflows] ## Version Control for Analytics+ Solutions +![Exporting Templates for Version Control](images/export-settings-json-configuration-download.png) + ### Versioning Strategy **Component Versioning:** @@ -124,6 +130,8 @@ Source Control ← [Build Process] ← [Quality Gates] ← [Approval Workflows] ## Testing Framework for Analytics+ Deployments +![Automated Testing Variance Analysis](images/data-visualization-variance-chart-analysis.png) + ### Testing Levels **Functional Testing:** @@ -171,6 +179,8 @@ Source Control ← [Build Process] ← [Quality Gates] ← [Approval Workflows] ## Environment Isolation and Governance +![Security and Governance Configuration](images/dashboard-properties-settings-data-analysis.png) + ### Data Isolation Strategy **Development Data Management:** @@ -205,6 +215,8 @@ Source Control ← [Build Process] ← [Quality Gates] ← [Approval Workflows] ## Practical Deployment Pipeline Implementation +![Deployment Workflow Execution Tracking](images/gantt-chart-progress-status-overview-2024-2025.png) + ### Deployment Workflow Steps 1. **Development Preparation:** @@ -253,6 +265,8 @@ Source Control ← [Build Process] ← [Quality Gates] ← [Approval Workflows] ## CASE STUDY: Global Financial Services Firm's Deployment Pipeline +![Financial Services Analytics Dashboard](images/financial-results-q3-2024-summary-dashboard.png) + A leading financial services organization implemented a sophisticated deployment pipeline for their Analytics+ rollout across 2,000+ reports: **Challenge:** @@ -274,6 +288,8 @@ The firm needed to maintain strict regulatory compliance while enabling rapid de ## Integration with Microsoft Tools and Services +![Integration and Data Import Configuration](images/data-import-settings-chart-visualization-json.png) + ### Azure DevOps Integration **Pipeline Components:** @@ -317,6 +333,8 @@ The firm needed to maintain strict regulatory compliance while enabling rapid de ## Deployment Monitoring and Optimization +![Deployment Performance Monitoring](images/kpi-dashboard-sales-performance-regions.png) + ### Monitoring Framework **Key Monitoring Aspects:** diff --git a/chapters/450_chapter8_migration_from_other_tools.md b/chapters/450_chapter8_migration_from_other_tools.md index e9fc4d5..8ea59c2 100644 --- a/chapters/450_chapter8_migration_from_other_tools.md +++ b/chapters/450_chapter8_migration_from_other_tools.md @@ -3,10 +3,14 @@ Transitioning from legacy visualization tools to Analytics+ requires a structured approach to minimize disruption and maximize value. This section outlines strategies for successful migrations from common platforms. +![Analytics+ Visualization Interface](images/analytics-plus-visualization-interface-screenshot.png) + #### Migration Assessment Framework Before beginning any migration, conduct a thorough assessment: +![Migration Assessment](images/data-analysis-report-actuals-and-plans.png) + 1. **Inventory Current Assets** - Document existing reports and dashboards - Identify critical vs. nice-to-have visualizations @@ -33,22 +37,30 @@ Before beginning any migration, conduct a thorough assessment: - Use templates to standardize formerly inconsistent Excel reports - Maintain Excel as an export option during transition +![Excel Migration Interface](images/2024-plan-2023-actuals-quarterly-data-grid.png) + **Tableau Migration** - Map Tableau workbooks to Analytics+ Story Boards - Translate calculations to Visual Formula Engine syntax - Recreate dashboard layouts using Analytics+ components - Utilize Small Multiples to replace Tableau dashboard actions +![Tableau Migration Dashboard](images/dashboard-sales-data-visualization-analysis.png) + **Power BI Native Visual Migration** - Identify performance bottlenecks in current visuals - Prioritize high-volume visualizations for migration - Replace complex DAX measures with in-visual calculations - Maintain report-level filters and interactions +![Power BI Visual Migration](images/inforiver-analytics-power-bi-visuals-overview.png) + #### Phased Implementation Approach A successful migration typically follows these phases: +![Phased Implementation Timeline](images/analytics-gantt-chart-project-timeline-2024-2025.png) + 1. **Pilot Phase** - Select 2-3 high-value, moderate-complexity reports - Develop in parallel with existing systems @@ -71,6 +83,8 @@ A successful migration typically follows these phases: Common challenges encountered during migrations include: +![Migration Challenges Analysis](images/ac-pl-monthly-data-analysis-report.png) + - **Complex Calculations**: Break down into smaller components and leverage Visual Formula Engine - **User Resistance**: Provide side-by-side comparisons showing Analytics+ advantages - **Performance Concerns**: Demonstrate Analytics+ handling 30K+ data points vs. limitations in other tools diff --git a/chapters/460_chapter8_embedding_and_integration_options.md b/chapters/460_chapter8_embedding_and_integration_options.md index 60fe207..504ef9e 100644 --- a/chapters/460_chapter8_embedding_and_integration_options.md +++ b/chapters/460_chapter8_embedding_and_integration_options.md @@ -3,6 +3,9 @@ Analytics+ offers multiple integration options to extend its capabilities beyond standalone Power BI reports. This section explores various embedding scenarios and integration possibilities. +![Embedding and Integration Options](images/settings-dashboard-visualization-interaction-options.png) +*Figure 8.4.1: Analytics+ Embedding and Integration Options Overview* + #### Power BI Embedding Scenarios 1. **Internal Application Embedding** @@ -27,6 +30,9 @@ Analytics+ offers multiple integration options to extend its capabilities beyond Analytics+ integrates seamlessly with the broader Microsoft environment: +![Microsoft Ecosystem Integration](images/inforiver-analytics-power-bi-visuals-overview.png) +*Figure 8.4.2: Analytics+ Integration with Microsoft Ecosystem* + - **Microsoft Teams Integration** - Share Analytics+ visuals directly to Teams channels - Enable collaborative commenting and discussion @@ -49,6 +55,9 @@ Analytics+ integrates seamlessly with the broader Microsoft environment: Advanced integration scenarios can leverage available APIs: +![API Integration](images/data-import-settings-chart-visualization-json.png) +*Figure 8.4.3: Analytics+ API-Based Integration Configuration* + - **REST API Capabilities** - Programmatically create and modify Analytics+ configurations - Query visual data for use in external systems diff --git a/chapters/470_chapter8_governance_framework_development.md b/chapters/470_chapter8_governance_framework_development.md index 2e135b5..390b98f 100644 --- a/chapters/470_chapter8_governance_framework_development.md +++ b/chapters/470_chapter8_governance_framework_development.md @@ -1,9 +1,13 @@ + ### 8.5 Governance Framework Development Implementing a governance framework ensures Analytics+ deployments remain manageable, compliant, and valuable over time. This section provides a blueprint for establishing effective governance. +![Governance Framework](images/project-timeline-design-development-requirements.png) +*Figure 8.5.1: Governance Framework Development Timeline* + #### Governance Foundation Elements A comprehensive governance framework includes: @@ -40,6 +44,9 @@ A comprehensive governance framework includes: Establishing governance typically follows these phases: +![Governance Roadmap](images/gantt-chart-project-phases-timeline-analysis.png) +*Figure 8.5.2: Governance Implementation Roadmap* + 1. **Assessment and Planning** - Evaluate current state and governance gaps - Define governance objectives and success metrics @@ -68,6 +75,9 @@ Establishing governance typically follows these phases: Several tools can support governance implementation: +![Governance Technology](images/analytics-license-visual-styles-json-file.png) +*Figure 8.5.3: Governance Technology Enablers* + - **Analytics+ Template Library** - Centralized repository of approved visualizations - Pre-configured compliance with standards @@ -90,6 +100,9 @@ Several tools can support governance implementation: Establish metrics to evaluate governance program success: +![Governance Metrics](images/kpi-dashboard-sales-performance-regions.png) +*Figure 8.5.4: Governance Effectiveness Metrics Dashboard* + - Percentage of visualizations adhering to standards - Time from development to production deployment - Number of visualizations reusing standard templates diff --git a/chapters/480_chapter8_performance_tuning_and_optimization.md b/chapters/480_chapter8_performance_tuning_and_optimization.md index 1555631..f975e9a 100644 --- a/chapters/480_chapter8_performance_tuning_and_optimization.md +++ b/chapters/480_chapter8_performance_tuning_and_optimization.md @@ -4,6 +4,9 @@ Analytics+ delivers superior performance compared to native Power BI visuals, but optimal implementation requires attention to performance considerations. This section provides guidance for maximizing performance across enterprise deployments. +![Performance Tuning Overview](images/kpi-dashboard-regions-performance-data-visualization.png) +*Figure 8.6.1: Performance Monitoring Dashboard* + #### Performance Benchmarking Establish baseline performance metrics: @@ -26,6 +29,9 @@ Establish baseline performance metrics: The foundation of performance is an optimized data model: +![Data Model Optimization](images/analytics-performance-mode-charts-tables-cards.png) +*Figure 8.6.2: Data Model Performance Optimization* + - **Dimensional Model Best Practices** - Implement star schema design where possible - Pre-aggregate measures at appropriate grain @@ -92,6 +98,9 @@ Ensure the supporting infrastructure is configured for performance: Establish ongoing performance management: +![Performance Monitoring](images/kpi-performance-bar-chart-regions-data.png) +*Figure 8.6.3: Performance Monitoring Framework* + - **Monitoring Framework** - Implement automated performance testing - Set up alerts for performance degradation diff --git a/chapters/490_chapter9_stakeholder_analysis_and_communication_plans.md b/chapters/490_chapter9_stakeholder_analysis_and_communication_plans.md index ff5e525..f738bd3 100644 --- a/chapters/490_chapter9_stakeholder_analysis_and_communication_plans.md +++ b/chapters/490_chapter9_stakeholder_analysis_and_communication_plans.md @@ -5,6 +5,8 @@ Successful implementation of Analytics+ depends heavily on effective stakeholder #### Stakeholder Identification and Analysis +![An executive summary dashboard tailored for high-level decision makers.](images/financial-performance-executive-summary-dashboard.png) + Begin with a comprehensive stakeholder mapping: 1. **Stakeholder Categories** @@ -32,6 +34,8 @@ Begin with a comprehensive stakeholder mapping: #### Communication Strategy Development +![Utilizing comment panes for collaborative communication within reports.](images/comments-pane-styling-financial-performance-dashboard.png) + Create a structured communication plan: 1. **Communication Objectives** @@ -58,6 +62,8 @@ Create a structured communication plan: #### Communication Timeline +![A Gantt chart visualizing the implementation and communication timeline.](images/analytics-gantt-chart-project-timeline-2024-2025.png) + Structure communications across the implementation lifecycle: 1. **Pre-Implementation Phase** @@ -80,6 +86,8 @@ Structure communications across the implementation lifecycle: #### Measuring Communication Effectiveness +![Tracking task progress and adoption milestones.](images/gantt-chart-task-progress-summary-2024-2025.png) + Track communication impact through: - Awareness surveys and stakeholder interviews diff --git a/chapters/500_chapter9_role_based_training_approaches.md b/chapters/500_chapter9_role_based_training_approaches.md index 6d1e58e..39e7ad3 100644 --- a/chapters/500_chapter9_role_based_training_approaches.md +++ b/chapters/500_chapter9_role_based_training_approaches.md @@ -3,6 +3,9 @@ Different user roles require tailored training approaches to ensure effective adoption of Analytics+. This section outlines strategies for role-specific training programs. +![Role-Based Training](images/gantt-chart-project-timeline-resource-allocation.png) +*Figure 9.2.1: Role-Based Training Timeline and Resource Allocation* + #### Training Needs Analysis Begin by identifying specific training requirements: @@ -34,6 +37,9 @@ Begin by identifying specific training requirements: Develop a comprehensive training curriculum: +![Training Program Structure](images/project-timeline-design-development-requirements.png) +*Figure 9.2.2: Training Program Structure and Modules* + 1. **Modular Learning Paths** - Foundational skills (all users) - Role-specific capabilities @@ -100,6 +106,9 @@ Tailor content to specific user needs: Structure training delivery around implementation phases: +![Training Delivery Timeline](images/gantt-chart-project-phases-timeline-analysis.png) +*Figure 9.2.3: Training Delivery Timeline* + 1. **Pre-Implementation Training** - Author/developer intensive training - IT support preparation diff --git a/chapters/510_chapter9_developing_internal_champions.md b/chapters/510_chapter9_developing_internal_champions.md index 9a76f5e..69f06c8 100644 --- a/chapters/510_chapter9_developing_internal_champions.md +++ b/chapters/510_chapter9_developing_internal_champions.md @@ -1,9 +1,13 @@ + ### 9.3 Developing Internal Champions Internal champions are crucial for sustainable Analytics+ adoption. This section outlines strategies for identifying, developing, and supporting champions who will drive usage and best practices. +![Internal Champions Program](images/project-management-gantt-chart-web-urls.png) +*Figure 9.3.1: Internal Champions Development Program* + #### Champion Identification Identify potential champions across the organization: @@ -34,6 +38,9 @@ Identify potential champions across the organization: Create a structured program to develop champion capabilities: +![Champion Development](images/project-timeline-development-progress-chart.png) +*Figure 9.3.2: Champion Development Program Timeline* + 1. **Champion Training Track** - Advanced Analytics+ capabilities - Troubleshooting and optimization @@ -59,6 +66,9 @@ Create a structured program to develop champion capabilities: Establish clear roles and responsibilities for champions: +![Champion Activation](images/chart-types-overview-data-visualization.png) +*Figure 9.3.3: Champion Activities and Responsibilities* + 1. **Formal Champion Activities** - Conduct department-specific demos - Provide peer coaching and support diff --git a/chapters/520_chapter9_measuring_adoption_and_usage.md b/chapters/520_chapter9_measuring_adoption_and_usage.md index 3598f08..9447e9e 100644 --- a/chapters/520_chapter9_measuring_adoption_and_usage.md +++ b/chapters/520_chapter9_measuring_adoption_and_usage.md @@ -3,6 +3,9 @@ Robust metrics are essential for tracking Analytics+ adoption, optimizing implementation, and demonstrating ROI. This section outlines frameworks for meaningful adoption measurement. +![Adoption Metrics Dashboard](images/kpi-dashboard-sales-performance-regions.png) +*Figure 9.4.1: Adoption Metrics Dashboard* + #### Adoption Metric Framework Establish comprehensive metrics across multiple dimensions: @@ -63,6 +66,9 @@ Implement multiple approaches to gather adoption data: Structure adoption reporting for different stakeholders: +![Adoption Reporting](images/charts-data-analysis-performance-metrics-2023.png) +*Figure 9.4.2: Adoption Reporting Framework* + 1. **Executive Dashboards** - High-level adoption trends - ROI metrics and business impact @@ -88,6 +94,9 @@ Structure adoption reporting for different stakeholders: Establish a process for continuous adoption enhancement: +![Improvement Cycle](images/chart-data-visualization-summary-analysis.png) +*Figure 9.4.3: Continuous Adoption Improvement Cycle* + 1. **Regular Analysis Cadence** - Weekly operational metrics review - Monthly adoption trend analysis diff --git a/chapters/530_chapter9_common_challenges_and_solutions.md b/chapters/530_chapter9_common_challenges_and_solutions.md index 1660ba9..387fe08 100644 --- a/chapters/530_chapter9_common_challenges_and_solutions.md +++ b/chapters/530_chapter9_common_challenges_and_solutions.md @@ -3,6 +3,9 @@ Even well-planned Analytics+ implementations face obstacles. This section addresses common adoption challenges and provides proven solutions. +![Common Challenges](images/chart-data-visualization-summary-analysis.png) +*Figure 9.5.1: Common Implementation Challenges Framework* + #### User Resistance Challenges 1. **"Our Current Tools Work Fine"** @@ -61,6 +64,9 @@ Even well-planned Analytics+ implementations face obstacles. This section addres When addressing challenges, follow this structured approach: +![Solution Framework](images/gantt-chart-project-phases-timeline-analysis.png) +*Figure 9.5.2: Solution Implementation Framework* + 1. **Challenge Identification** - Gather specific feedback through surveys and interviews - Analyze adoption metrics for usage patterns diff --git a/chapters/540_chapter9_continuous_improvement_strategies.md b/chapters/540_chapter9_continuous_improvement_strategies.md index 0ab9455..3593d99 100644 --- a/chapters/540_chapter9_continuous_improvement_strategies.md +++ b/chapters/540_chapter9_continuous_improvement_strategies.md @@ -2,6 +2,9 @@ Maintaining and expanding Analytics+ value requires ongoing improvement efforts. This section outlines frameworks for continuous enhancement of implementation and adoption. +![Continuous Improvement](images/chart-data-visualization-summary-analysis.png) +*Figure 9.6.1: Continuous Improvement Framework* + #### Continuous Improvement Framework Establish a structured approach to ongoing enhancement: @@ -80,6 +83,9 @@ Develop a system for capturing and sharing best practices: Consider establishing a formal structure for excellence: +![Center of Excellence](images/project-management-gantt-chart-web-urls.png) +*Figure 9.6.2: Center of Excellence Structure* + 1. **Center of Excellence Functions** - Standards development and maintenance - Advanced training and certification @@ -105,6 +111,9 @@ Consider establishing a formal structure for excellence: Track improvement initiatives through: +![Improvement Metrics](images/kpi-dashboard-sales-performance-regions.png) +*Figure 9.6.3: Improvement Measurement Dashboard* + - Enhancement implementation rates - User satisfaction trend analysis - Knowledge base utilization metrics diff --git a/chapters/550_chapter10_financial_services_use_cases.md b/chapters/550_chapter10_financial_services_use_cases.md index 7add35e..c694f50 100644 --- a/chapters/550_chapter10_financial_services_use_cases.md +++ b/chapters/550_chapter10_financial_services_use_cases.md @@ -3,6 +3,9 @@ Analytics+ provides powerful visualization capabilities tailored to the unique needs of financial services organizations. This section explores industry-specific applications and best practices. +![Financial Services Analytics](images/financial-data-table-juices-soda-analysis.png) +*Figure 10.1.1: Financial Services Analytics Dashboard* + #### Wealth Management and Investment Analytics Analytics+ enhances investment visualization through: @@ -32,6 +35,9 @@ Analytics+ enhances investment visualization through: Retail and commercial banking operations benefit from: +![Banking Analytics](images/regional-financial-performance-bar-charts.png) +*Figure 10.1.2: Banking Performance Analytics* + 1. **Branch Performance Optimization** - Small multiples for branch comparison - Geospatial performance visualization @@ -82,6 +88,9 @@ Insurance companies leverage Analytics+ for: When implementing in financial services, consider: +![Implementation Considerations](images/financial-data-2024-2023-juices-soda-tables.png) +*Figure 10.1.3: Financial Services Implementation Framework* + 1. **Regulatory Compliance** - Audit trail requirements - Data lineage documentation diff --git a/chapters/560_chapter10_healthcare_and_life_sciences_applications.md b/chapters/560_chapter10_healthcare_and_life_sciences_applications.md index 78c9b2d..38b5c22 100644 --- a/chapters/560_chapter10_healthcare_and_life_sciences_applications.md +++ b/chapters/560_chapter10_healthcare_and_life_sciences_applications.md @@ -3,6 +3,9 @@ Healthcare organizations face unique data visualization challenges that Analytics+ is well-positioned to address. This section explores healthcare-specific implementations and considerations. +![Healthcare Analytics](images/kpi-dashboard-sales-performance-regions.png) +*Figure 10.2.1: Healthcare Analytics Dashboard* + #### Clinical Analytics Applications Healthcare providers utilize Analytics+ for: @@ -32,6 +35,9 @@ Healthcare providers utilize Analytics+ for: Operational excellence in healthcare leverages: +![Healthcare Operations](images/charts-and-kpis-for-sales-performance-analysis.png) +*Figure 10.2.2: Healthcare Operations Analytics* + 1. **Capacity Management Visualization** - Census prediction and planning - Resource utilization optimization @@ -82,6 +88,9 @@ Pharmaceutical and research organizations benefit from: Key considerations for healthcare implementations include: +![Healthcare Implementation](images/infoview-analytics-charts-cards-tables-visualization.png) +*Figure 10.2.3: Healthcare Implementation Framework* + 1. **Data Privacy and Compliance** - HIPAA compliance requirements - De-identification techniques diff --git a/chapters/570_chapter10_manufacturing_and_supply_chain_solutions.md b/chapters/570_chapter10_manufacturing_and_supply_chain_solutions.md index cf8abea..35ec81f 100644 --- a/chapters/570_chapter10_manufacturing_and_supply_chain_solutions.md +++ b/chapters/570_chapter10_manufacturing_and_supply_chain_solutions.md @@ -2,6 +2,9 @@ Manufacturing organizations face complex operational visualization needs that Analytics+ addresses through specialized capabilities. This section explores manufacturing and supply chain applications. +![Manufacturing Analytics](images/sum-of-actuals-and-plan-by-month-in-millions.png) +*Figure 10.3.1: Manufacturing and Supply Chain Analytics Dashboard* + #### Production Analytics Applications Manufacturers leverage Analytics+ for: @@ -31,6 +34,9 @@ Manufacturers leverage Analytics+ for: Supply chain operations benefit from: +![Supply Chain Analytics](images/actuals-plan-monthly-chart-visualization.png) +*Figure 10.3.2: Supply Chain Performance Analytics* + 1. **Inventory Management Visualization** - Inventory level optimization - Slow-moving/obsolete stock identification @@ -81,6 +87,9 @@ Planning and forecasting functions utilize: Key considerations for manufacturing implementations include: +![Manufacturing Implementation](images/actuals-plan-by-year-in-millions.png) +*Figure 10.3.3: Manufacturing Implementation Framework* + 1. **Shop Floor Integration** - MES/SCADA system connections - Real-time data visualization diff --git a/chapters/580_chapter10_retail_and_consumer_goods_implementations.md b/chapters/580_chapter10_retail_and_consumer_goods_implementations.md index 5925c1c..611c9b9 100644 --- a/chapters/580_chapter10_retail_and_consumer_goods_implementations.md +++ b/chapters/580_chapter10_retail_and_consumer_goods_implementations.md @@ -1,7 +1,10 @@ -# 10.4 Retail and Consumer Goods Implementations +### 10.4 Retail and Consumer Goods Implementations Retail and consumer goods organizations face unique challenges in visualizing customer behavior, product performance, and operational efficiency. Analytics+ offers specialized solutions tailored to these industries. +![Retail Analytics](images/dashboard-sales-data-visualization-analysis.png) +*Figure 10.4.1: Retail and Consumer Goods Analytics Dashboard* + #### Customer Analytics Applications Retailers leverage Analytics+ for customer-focused insights: @@ -31,6 +34,9 @@ Retailers leverage Analytics+ for customer-focused insights: Effective merchandising relies on Analytics+ for: +![Merchandising Analytics](images/charts-and-data-by-region-and-quarter.png) +*Figure 10.4.2: Merchandising Performance Analytics* + 1. **Product Performance Visualization** - SKU-level sales analysis - Product category performance @@ -106,6 +112,9 @@ Retail-specific supply chain insights include: Key considerations for retail implementations include: +![Retail Implementation](images/kpi-dashboard-sales-performance-regions.png) +*Figure 10.4.3: Retail Implementation Framework* + 1. **Data Integration Requirements** - POS system connection - E-commerce platform integration diff --git a/chapters/590_chapter10_public_sector_and_education_scenarios.md b/chapters/590_chapter10_public_sector_and_education_scenarios.md index f4d3bff..d7a1c35 100644 --- a/chapters/590_chapter10_public_sector_and_education_scenarios.md +++ b/chapters/590_chapter10_public_sector_and_education_scenarios.md @@ -1,7 +1,10 @@ -# 10.5 Public Sector and Education Scenarios +### 10.5 Public Sector and Education Scenarios Public sector organizations and educational institutions present distinct analytics requirements focused on citizen/student service, program effectiveness, and resource management. Analytics+ offers powerful solutions for these specialized environments. +![Public Sector Analytics](images/charts-data-analysis-performance-metrics-2023.png) +*Figure 10.5.1: Public Sector and Education Analytics Dashboard* + #### Government Administration Applications Government agencies utilize Analytics+ for: @@ -56,6 +59,9 @@ Financial management in government leverages: Educational institutions benefit from: +![Education Analytics](images/data-visualization-sum-actuals-sub-category.png) +*Figure 10.5.2: Education Administration Analytics* + 1. **Student Performance Visualization** - Academic achievement tracking - Cohort progression analysis @@ -106,6 +112,9 @@ Health and safety agencies leverage: Key considerations for public sector implementations include: +![Public Sector Implementation](images/project-management-gantt-chart-web-urls.png) +*Figure 10.5.3: Public Sector Implementation Framework* + 1. **Compliance and Governance Requirements** - Regulatory reporting automation - Audit trail visualization diff --git a/chapters/600_chapter10_cross_industry_best_practices.md b/chapters/600_chapter10_cross_industry_best_practices.md index 5595b4d..60efea5 100644 --- a/chapters/600_chapter10_cross_industry_best_practices.md +++ b/chapters/600_chapter10_cross_industry_best_practices.md @@ -1,7 +1,10 @@ -# 10.6 Cross-Industry Best Practices +### 10.6 Cross-Industry Best Practices While industry-specific implementations offer targeted solutions, certain Analytics+ best practices apply across sectors. This section explores universal visualization approaches that deliver consistent value regardless of industry context. +![Cross-Industry Best Practices](images/chart-types-overview-data-visualization.png) +*Figure 10.6.1: Cross-Industry Best Practices Framework* + #### Universal Dashboard Design Principles Effective dashboards across industries adhere to: @@ -56,6 +59,9 @@ Organizations across sectors benefit from: Compelling data narratives utilize: +![Visual Storytelling](images/data-visualization-chart-editing-view.png) +*Figure 10.6.2: Visual Storytelling Techniques* + 1. **Narrative Structure Implementation** - Problem statement visualization - Context establishment @@ -131,6 +137,9 @@ Common implementation best practices include: Sustainable analytics governance requires: +![Governance Framework](images/analytics-license-visual-styles-json-file.png) +*Figure 10.6.3: Governance Framework Elements* + 1. **Data Quality Management** - Source-to-visualization validation - Metric definition standardization diff --git a/chapters/610_chapter11_microsoft_fabric_integration.md b/chapters/610_chapter11_microsoft_fabric_integration.md index bb82ae8..3df7859 100644 --- a/chapters/610_chapter11_microsoft_fabric_integration.md +++ b/chapters/610_chapter11_microsoft_fabric_integration.md @@ -1,13 +1,19 @@ -# 11.1 Microsoft Fabric Integration +### 11.1 Microsoft Fabric Integration ## Introduction to Microsoft Fabric Microsoft Fabric represents Microsoft's unified analytics platform that brings together data engineering, data integration, data warehousing, data science, real-time analytics, and business intelligence capabilities under a single, integrated SaaS offering. As a comprehensive analytics solution designed for the Microsoft ecosystem, Inforiver Analytics+ has been engineered to integrate seamlessly with Microsoft Fabric, providing organizations a powerful combination of advanced visualization and enterprise analytics infrastructure. +![Microsoft Fabric Integration](images/inforiver-analytics-power-bi-visuals-overview.png) +*Figure 11.1.1: Microsoft Fabric Integration Overview* + ## Native Integration Points Inforiver Analytics+ offers several key integration points with Microsoft Fabric: +![Native Integration](images/data-import-settings-chart-visualization-json.png) +*Figure 11.1.2: Native Integration Points* + ### Direct Connection to Fabric Datasets Analytics+ establishes direct connections to datasets hosted within Microsoft Fabric, facilitating: diff --git a/chapters/620_chapter11_power_platform_connectivity.md b/chapters/620_chapter11_power_platform_connectivity.md index cf94a27..3c79e5e 100644 --- a/chapters/620_chapter11_power_platform_connectivity.md +++ b/chapters/620_chapter11_power_platform_connectivity.md @@ -1,4 +1,4 @@ -# 11.2 Power Platform Connectivity +### 11.2 Power Platform Connectivity ## Understanding the Power Platform Ecosystem @@ -11,10 +11,16 @@ Microsoft Power Platform represents a suite of low-code/no-code tools that enabl Inforiver Analytics+ is designed to work harmoniously with the Power Platform ecosystem, enhancing its capabilities and extending its functionality through strategic integration points. +![Power Platform Connectivity](images/power-bi-visuals-inforiver-analytics-reporting-writeback.png) +*Figure 11.2.1: Power Platform Connectivity Overview* + ## Power BI Integration: Beyond the Visual While Analytics+ is primarily deployed as a custom visual within Power BI, the integration extends far beyond basic visual embedding: +![Power BI Integration](images/visualization-options-get-more-visuals.png) +*Figure 11.2.2: Power BI Integration Beyond the Visual* + ### Enhanced Report Interactivity - **Cross-Visual Filtering**: Analytics+ visuals participate fully in cross-filtering within Power BI reports diff --git a/chapters/630_chapter11_api_and_programmatic_access.md b/chapters/630_chapter11_api_and_programmatic_access.md index a48a378..13ab3a7 100644 --- a/chapters/630_chapter11_api_and_programmatic_access.md +++ b/chapters/630_chapter11_api_and_programmatic_access.md @@ -1,4 +1,4 @@ -# 11.3 API and Programmatic Access +### 11.3 API and Programmatic Access ## Introduction to Analytics+ API Framework @@ -6,10 +6,16 @@ Inforiver Analytics+ offers a comprehensive API framework that enables developer The API architecture of Analytics+ follows modern REST principles with JSON payloads, secure authentication mechanisms, and comprehensive documentation to facilitate rapid development and integration. +![API Framework](images/inforiver-analytics-power-bi-visuals-overview.png) +*Figure 11.3.1: Analytics+ API Framework Overview* + ## API Capabilities Overview The Analytics+ API provides access to several functional areas: +![API Capabilities](images/chart-types-and-examples-overview.png) +*Figure 11.3.2: API Capabilities Overview* + ### Visualization Management - **Visual Creation**: Programmatically create new Analytics+ visualizations diff --git a/chapters/640_chapter11_custom_development_possibilities.md b/chapters/640_chapter11_custom_development_possibilities.md index 09562b8..2b6c4c2 100644 --- a/chapters/640_chapter11_custom_development_possibilities.md +++ b/chapters/640_chapter11_custom_development_possibilities.md @@ -1,4 +1,4 @@ -# 11.4 Custom Development Possibilities +### 11.4 Custom Development Possibilities ## The Extensibility Vision @@ -6,10 +6,16 @@ Inforiver Analytics+ was designed with extensibility as a core principle, recogn This extensibility vision enables organizations to leverage the enterprise-grade foundation of Analytics+ while adding custom capabilities that address their unique business needs, technical ecosystems, and user requirements. +![Custom Development](images/project-timeline-development-progress-chart.png) +*Figure 11.4.1: Custom Development Possibilities Overview* + ## Extension Framework Architecture The Analytics+ Extension Framework is built on a modular architecture that provides clear extension points: +![Extension Framework](images/chart-types-overview-data-visualization.png) +*Figure 11.4.2: Extension Framework Architecture* + ### Core Extension Points - **Visualization Layer**: Create custom charts and visualization types diff --git a/images/image (939).png b/images/2022-2021-actuals-plan-quarter-month-data.png similarity index 100% rename from images/image (939).png rename to images/2022-2021-actuals-plan-quarter-month-data.png diff --git a/images/image (983).png b/images/2022-2021-actuals-plan-variance-table.png similarity index 100% rename from images/image (983).png rename to images/2022-2021-actuals-plan-variance-table.png diff --git a/images/image (966).png b/images/2022-2021-sales-data-by-month-in-millions.png similarity index 100% rename from images/image (966).png rename to images/2022-2021-sales-data-by-month-in-millions.png diff --git a/images/image (919).png b/images/2022-actuals-by-sub-region-bar-chart-1.png similarity index 100% rename from images/image (919).png rename to images/2022-actuals-by-sub-region-bar-chart-1.png diff --git a/images/image (1954).png b/images/2022-actuals-by-sub-region-bar-chart.png similarity index 100% rename from images/image (1954).png rename to images/2022-actuals-by-sub-region-bar-chart.png diff --git a/images/image (385).png b/images/2022-actuals-plan-chart-by-month.png similarity index 100% rename from images/image (385).png rename to images/2022-actuals-plan-chart-by-month.png diff --git a/images/image (938).png b/images/2022-actuals-plan-quarter-month-summary.png similarity index 100% rename from images/image (938).png rename to images/2022-actuals-plan-quarter-month-summary.png diff --git a/images/image (940).png b/images/2022-actuals-plan-quarterly-monthly-summary.png similarity index 100% rename from images/image (940).png rename to images/2022-actuals-plan-quarterly-monthly-summary.png diff --git a/images/image (921).png b/images/2022-financial-statement-by-region-and-month.png similarity index 100% rename from images/image (921).png rename to images/2022-financial-statement-by-region-and-month.png diff --git a/images/image (1041).png b/images/2022-gross-sales-by-month-quarter-and-year.png similarity index 100% rename from images/image (1041).png rename to images/2022-gross-sales-by-month-quarter-and-year.png diff --git a/images/image (967).png b/images/2022-sales-actuals-by-month-in-millions.png similarity index 100% rename from images/image (967).png rename to images/2022-sales-actuals-by-month-in-millions.png diff --git a/images/image (963).png b/images/2022-sales-actuals-gross-monthly-summary.png similarity index 100% rename from images/image (963).png rename to images/2022-sales-actuals-gross-monthly-summary.png diff --git a/images/image (965).png b/images/2022-sales-actuals-plan-monthly-summary.png similarity index 100% rename from images/image (965).png rename to images/2022-sales-actuals-plan-monthly-summary.png diff --git a/images/image (949).png b/images/2022-sales-actuals-plan-table-billions.png similarity index 100% rename from images/image (949).png rename to images/2022-sales-actuals-plan-table-billions.png diff --git a/images/image (975).png b/images/2022-sales-data-by-month-in-millions.png similarity index 100% rename from images/image (975).png rename to images/2022-sales-data-by-month-in-millions.png diff --git a/images/Splittedhart.png b/images/2023-2021-actuals-and-plans-by-month.png similarity index 100% rename from images/Splittedhart.png rename to images/2023-2021-actuals-and-plans-by-month.png diff --git a/images/image (1174).png b/images/2023-2022-2021-actuals-by-month-chart.png similarity index 100% rename from images/image (1174).png rename to images/2023-2022-2021-actuals-by-month-chart.png diff --git a/images/image (1166).png b/images/2023-2022-2021-actuals-chart-by-month.png similarity index 100% rename from images/image (1166).png rename to images/2023-2022-2021-actuals-chart-by-month.png diff --git a/images/image (835).png b/images/2023-2022-2021-actuals-chart-data-visualization-1.png similarity index 100% rename from images/image (835).png rename to images/2023-2022-2021-actuals-chart-data-visualization-1.png diff --git a/images/image (834).png b/images/2023-2022-2021-actuals-chart-data-visualization.png similarity index 100% rename from images/image (834).png rename to images/2023-2022-2021-actuals-chart-data-visualization.png diff --git a/images/image (822).png b/images/2023-2022-2021-actuals-comparison-table.png similarity index 100% rename from images/image (822).png rename to images/2023-2022-2021-actuals-comparison-table.png diff --git a/images/image (820).png b/images/2023-2022-2021-actuals-monthly-comparison-chart-1.png similarity index 100% rename from images/image (820).png rename to images/2023-2022-2021-actuals-monthly-comparison-chart-1.png diff --git a/images/image (821).png b/images/2023-2022-2021-actuals-monthly-comparison-chart-2.png similarity index 100% rename from images/image (821).png rename to images/2023-2022-2021-actuals-monthly-comparison-chart-2.png diff --git a/images/image (1163).png b/images/2023-2022-2021-actuals-monthly-comparison-chart.png similarity index 100% rename from images/image (1163).png rename to images/2023-2022-2021-actuals-monthly-comparison-chart.png diff --git a/images/image (825).png b/images/2023-2022-2021-actuals-table-data-monthly.png similarity index 100% rename from images/image (825).png rename to images/2023-2022-2021-actuals-table-data-monthly.png diff --git a/images/image (1040).png b/images/2023-2022-2023-actuals-plan-subcategory-chart.png similarity index 100% rename from images/image (1040).png rename to images/2023-2022-2023-actuals-plan-subcategory-chart.png diff --git a/images/image (1116).png b/images/2023-2022-actuals-by-month-bar-chart.png similarity index 100% rename from images/image (1116).png rename to images/2023-2022-actuals-by-month-bar-chart.png diff --git a/images/image (1097).png b/images/2023-2022-actuals-by-month-chart-1.png similarity index 100% rename from images/image (1097).png rename to images/2023-2022-actuals-by-month-chart-1.png diff --git a/images/image (1114).png b/images/2023-2022-actuals-by-month-chart-2.png similarity index 100% rename from images/image (1114).png rename to images/2023-2022-actuals-by-month-chart-2.png diff --git a/images/image (1173).png b/images/2023-2022-actuals-by-month-chart-3.png similarity index 100% rename from images/image (1173).png rename to images/2023-2022-actuals-by-month-chart-3.png diff --git a/images/image (1096).png b/images/2023-2022-actuals-by-month-chart.png similarity index 100% rename from images/image (1096).png rename to images/2023-2022-actuals-by-month-chart.png diff --git a/images/image (1165).png b/images/2023-2022-actuals-chart-data-analysis.png similarity index 100% rename from images/image (1165).png rename to images/2023-2022-actuals-chart-data-analysis.png diff --git a/images/image (1158).png b/images/2023-2022-actuals-monthly-bar-chart.png similarity index 100% rename from images/image (1158).png rename to images/2023-2022-actuals-monthly-bar-chart.png diff --git a/images/image (1095).png b/images/2023-2022-actuals-monthly-chart-data.png similarity index 100% rename from images/image (1095).png rename to images/2023-2022-actuals-monthly-chart-data.png diff --git a/images/image (1115).png b/images/2023-2022-actuals-monthly-comparison-chart.png similarity index 100% rename from images/image (1115).png rename to images/2023-2022-actuals-monthly-comparison-chart.png diff --git a/images/image (894).png b/images/2023-2022-actuals-monthly-data-chart.png similarity index 100% rename from images/image (894).png rename to images/2023-2022-actuals-monthly-data-chart.png diff --git a/images/image (1159).png b/images/2023-2022-actuals-plan-chart-analysis.png similarity index 100% rename from images/image (1159).png rename to images/2023-2022-actuals-plan-chart-analysis.png diff --git a/images/image (1160).png b/images/2023-2022-actuals-plan-chart-comparison.png similarity index 100% rename from images/image (1160).png rename to images/2023-2022-actuals-plan-chart-comparison.png diff --git a/images/image (991).png b/images/2023-2022-actuals-plan-comparison-table.png similarity index 100% rename from images/image (991).png rename to images/2023-2022-actuals-plan-comparison-table.png diff --git a/images/image (1002).png b/images/2023-2022-actuals-plan-data-table.png similarity index 100% rename from images/image (1002).png rename to images/2023-2022-actuals-plan-data-table.png diff --git a/images/image (999).png b/images/2023-2022-actuals-plan-monthly-data-table-1.png similarity index 100% rename from images/image (999).png rename to images/2023-2022-actuals-plan-monthly-data-table-1.png diff --git a/images/image (1003).png b/images/2023-2022-actuals-plan-monthly-data-table-2.png similarity index 100% rename from images/image (1003).png rename to images/2023-2022-actuals-plan-monthly-data-table-2.png diff --git a/images/image (993).png b/images/2023-2022-actuals-plan-monthly-data-table-3.png similarity index 100% rename from images/image (993).png rename to images/2023-2022-actuals-plan-monthly-data-table-3.png diff --git a/images/image (924).png b/images/2023-2022-actuals-plan-monthly-data-table-4.png similarity index 100% rename from images/image (924).png rename to images/2023-2022-actuals-plan-monthly-data-table-4.png diff --git a/images/image (994).png b/images/2023-2022-actuals-plan-monthly-data-table.png similarity index 100% rename from images/image (994).png rename to images/2023-2022-actuals-plan-monthly-data-table.png diff --git a/images/image (930).png b/images/2023-2022-actuals-plan-sub-category-data.png similarity index 100% rename from images/image (930).png rename to images/2023-2022-actuals-plan-sub-category-data.png diff --git a/images/image (931).png b/images/2023-2022-actuals-plan-subcategory-data.png similarity index 100% rename from images/image (931).png rename to images/2023-2022-actuals-plan-subcategory-data.png diff --git a/images/image (925).png b/images/2023-2022-actuals-plan-table-data.png similarity index 100% rename from images/image (925).png rename to images/2023-2022-actuals-plan-table-data.png diff --git a/images/image (1118).png b/images/2023-2022-monthly-actuals-bar-chart-1.png similarity index 100% rename from images/image (1118).png rename to images/2023-2022-monthly-actuals-bar-chart-1.png diff --git a/images/image (1117).png b/images/2023-2022-monthly-actuals-bar-chart.png similarity index 100% rename from images/image (1117).png rename to images/2023-2022-monthly-actuals-bar-chart.png diff --git a/images/image (650).png b/images/2023-2022-plan-actuals-drinks-comparison-chart.png similarity index 100% rename from images/image (650).png rename to images/2023-2022-plan-actuals-drinks-comparison-chart.png diff --git a/images/image (1324).png b/images/2023-2024-actuals-monthly-data-chart.png similarity index 100% rename from images/image (1324).png rename to images/2023-2024-actuals-monthly-data-chart.png diff --git a/images/image (762).png b/images/2023-2024-actuals-plan-chart-data-analysis.png similarity index 100% rename from images/image (762).png rename to images/2023-2024-actuals-plan-chart-data-analysis.png diff --git a/images/image (1458).png b/images/2023-2024-actuals-plan-monthly-chart.png similarity index 100% rename from images/image (1458).png rename to images/2023-2024-actuals-plan-monthly-chart.png diff --git a/images/image (1046).png b/images/2023-actuals-2022-plan-sub-region-analysis.png similarity index 100% rename from images/image (1046).png rename to images/2023-actuals-2022-plan-sub-region-analysis.png diff --git a/images/image (1172).png b/images/2023-actuals-2023-plan-2022-quarterly-data.png similarity index 100% rename from images/image (1172).png rename to images/2023-actuals-2023-plan-2022-quarterly-data.png diff --git a/images/image (1106).png b/images/2023-actuals-2023-plan-by-quarter-chart.png similarity index 100% rename from images/image (1106).png rename to images/2023-actuals-2023-plan-by-quarter-chart.png diff --git a/images/image (1105).png b/images/2023-actuals-2023-plan-quarterly-data-chart.png similarity index 100% rename from images/image (1105).png rename to images/2023-actuals-2023-plan-quarterly-data-chart.png diff --git a/images/image (1094).png b/images/2023-actuals-by-month-chart-data-visualization.png similarity index 100% rename from images/image (1094).png rename to images/2023-actuals-by-month-chart-data-visualization.png diff --git a/images/image (1093).png b/images/2023-actuals-by-month-chart-data.png similarity index 100% rename from images/image (1093).png rename to images/2023-actuals-by-month-chart-data.png diff --git a/images/image (1170).png b/images/2023-actuals-by-month-juices-soda-water.png similarity index 100% rename from images/image (1170).png rename to images/2023-actuals-by-month-juices-soda-water.png diff --git a/images/Toggle1.png b/images/2023-actuals-by-quarter-juices-soda-mineral-water.png similarity index 100% rename from images/Toggle1.png rename to images/2023-actuals-by-quarter-juices-soda-mineral-water.png diff --git a/images/Toggle3.png b/images/2023-actuals-by-sub-region-chart-data-1.png similarity index 100% rename from images/Toggle3.png rename to images/2023-actuals-by-sub-region-chart-data-1.png diff --git a/images/Toggle2.png b/images/2023-actuals-by-sub-region-chart-data.png similarity index 100% rename from images/Toggle2.png rename to images/2023-actuals-by-sub-region-chart-data.png diff --git a/images/image (1022).png b/images/2023-actuals-by-sub-region-quarterly-chart.png similarity index 100% rename from images/image (1022).png rename to images/2023-actuals-by-sub-region-quarterly-chart.png diff --git a/images/image (932).png b/images/2023-actuals-by-subcategory-data-table.png similarity index 100% rename from images/image (932).png rename to images/2023-actuals-by-subcategory-data-table.png diff --git a/images/image (1167).png b/images/2023-actuals-juices-soda-water-coffee-chart.png similarity index 100% rename from images/image (1167).png rename to images/2023-actuals-juices-soda-water-coffee-chart.png diff --git a/images/image (995).png b/images/2023-actuals-plan-by-month-data-table.png similarity index 100% rename from images/image (995).png rename to images/2023-actuals-plan-by-month-data-table.png diff --git a/images/image (1156).png b/images/2023-actuals-plan-by-month-table.png similarity index 100% rename from images/image (1156).png rename to images/2023-actuals-plan-by-month-table.png diff --git a/images/image (992).png b/images/2023-actuals-plan-comparison-table.png similarity index 100% rename from images/image (992).png rename to images/2023-actuals-plan-comparison-table.png diff --git a/images/image (1107).png b/images/2023-actuals-plan-quarterly-sales-data.png similarity index 100% rename from images/image (1107).png rename to images/2023-actuals-plan-quarterly-sales-data.png diff --git a/images/image (985).png b/images/2023-gross-sales-actuals-plan-monthly-data.png similarity index 100% rename from images/image (985).png rename to images/2023-gross-sales-actuals-plan-monthly-data.png diff --git a/images/image (1091).png b/images/2023-monthly-actuals-by-region-chart-1.png similarity index 100% rename from images/image (1091).png rename to images/2023-monthly-actuals-by-region-chart-1.png diff --git a/images/image (1092).png b/images/2023-monthly-actuals-by-region-chart.png similarity index 100% rename from images/image (1092).png rename to images/2023-monthly-actuals-by-region-chart.png diff --git a/images/image (1020).png b/images/2023-sales-actuals-plan-monthly-bar-chart.png similarity index 100% rename from images/image (1020).png rename to images/2023-sales-actuals-plan-monthly-bar-chart.png diff --git a/images/image (1786).png b/images/2024-2022-actuals-monthly-comparison-chart.png similarity index 100% rename from images/image (1786).png rename to images/2024-2022-actuals-monthly-comparison-chart.png diff --git a/images/Sorting breakdown.png b/images/2024-2023-2022-ac-sub-region-chart.png similarity index 100% rename from images/Sorting breakdown.png rename to images/2024-2023-2022-ac-sub-region-chart.png diff --git a/images/image (460).png b/images/2024-2023-2022-actuals-and-plans-chart.png similarity index 100% rename from images/image (460).png rename to images/2024-2023-2022-actuals-and-plans-chart.png diff --git a/images/image (1662).png b/images/2024-2023-2022-actuals-by-month-bar-chart-1.png similarity index 100% rename from images/image (1662).png rename to images/2024-2023-2022-actuals-by-month-bar-chart-1.png diff --git a/images/image (1121).png b/images/2024-2023-2022-actuals-by-month-bar-chart.png similarity index 100% rename from images/image (1121).png rename to images/2024-2023-2022-actuals-by-month-bar-chart.png diff --git a/images/image (1663).png b/images/2024-2023-2022-actuals-by-month-chart-1.png similarity index 100% rename from images/image (1663).png rename to images/2024-2023-2022-actuals-by-month-chart-1.png diff --git a/images/image (1967).png b/images/2024-2023-2022-actuals-by-month-chart-2.png similarity index 100% rename from images/image (1967).png rename to images/2024-2023-2022-actuals-by-month-chart-2.png diff --git a/images/image (1971).png b/images/2024-2023-2022-actuals-by-month-chart-3.png similarity index 100% rename from images/image (1971).png rename to images/2024-2023-2022-actuals-by-month-chart-3.png diff --git a/images/image (1122).png b/images/2024-2023-2022-actuals-by-month-chart-4.png similarity index 100% rename from images/image (1122).png rename to images/2024-2023-2022-actuals-by-month-chart-4.png diff --git a/images/image (1661).png b/images/2024-2023-2022-actuals-by-month-chart-5.png similarity index 100% rename from images/image (1661).png rename to images/2024-2023-2022-actuals-by-month-chart-5.png diff --git a/images/image (1968).png b/images/2024-2023-2022-actuals-by-month-chart-6.png similarity index 100% rename from images/image (1968).png rename to images/2024-2023-2022-actuals-by-month-chart-6.png diff --git a/images/image (1123).png b/images/2024-2023-2022-actuals-by-month-chart-7.png similarity index 100% rename from images/image (1123).png rename to images/2024-2023-2022-actuals-by-month-chart-7.png diff --git a/images/2025-03-12_14h54_21.png b/images/2024-2023-2022-actuals-by-month-chart-8.png similarity index 100% rename from images/2025-03-12_14h54_21.png rename to images/2024-2023-2022-actuals-by-month-chart-8.png diff --git a/images/image (1561).png b/images/2024-2023-2022-actuals-by-month-chart.png similarity index 100% rename from images/image (1561).png rename to images/2024-2023-2022-actuals-by-month-chart.png diff --git a/images/image (876).png b/images/2024-2023-2022-actuals-by-sub-category-1.png similarity index 100% rename from images/image (876).png rename to images/2024-2023-2022-actuals-by-sub-category-1.png diff --git a/images/image (875).png b/images/2024-2023-2022-actuals-by-sub-category-bar-chart.png similarity index 100% rename from images/image (875).png rename to images/2024-2023-2022-actuals-by-sub-category-bar-chart.png diff --git a/images/image (881).png b/images/2024-2023-2022-actuals-by-sub-category.png similarity index 100% rename from images/image (881).png rename to images/2024-2023-2022-actuals-by-sub-category.png diff --git a/images/image (758).png b/images/2024-2023-2022-actuals-by-sub-region-chart.png similarity index 100% rename from images/image (758).png rename to images/2024-2023-2022-actuals-by-sub-region-chart.png diff --git a/images/image (883).png b/images/2024-2023-2022-actuals-by-subcategory-chart-1.png similarity index 100% rename from images/image (883).png rename to images/2024-2023-2022-actuals-by-subcategory-chart-1.png diff --git a/images/image (880).png b/images/2024-2023-2022-actuals-by-subcategory-chart.png similarity index 100% rename from images/image (880).png rename to images/2024-2023-2022-actuals-by-subcategory-chart.png diff --git a/images/image (877).png b/images/2024-2023-2022-actuals-by-subcategory.png similarity index 100% rename from images/image (877).png rename to images/2024-2023-2022-actuals-by-subcategory.png diff --git a/images/image (1969).png b/images/2024-2023-2022-actuals-chart-by-month.png similarity index 100% rename from images/image (1969).png rename to images/2024-2023-2022-actuals-chart-by-month.png diff --git a/images/image (882).png b/images/2024-2023-2022-actuals-comparison-chart.png similarity index 100% rename from images/image (882).png rename to images/2024-2023-2022-actuals-comparison-chart.png diff --git a/images/image (63).png b/images/2024-2023-2022-actuals-data-table-emea-apac.png similarity index 100% rename from images/image (63).png rename to images/2024-2023-2022-actuals-data-table-emea-apac.png diff --git a/images/Auto axis min max.png b/images/2024-2023-2022-actuals-monthly-chart.png similarity index 100% rename from images/Auto axis min max.png rename to images/2024-2023-2022-actuals-monthly-chart.png diff --git a/images/StackedLine.png b/images/2024-2023-2022-actuals-monthly-comparison-chart.png similarity index 100% rename from images/StackedLine.png rename to images/2024-2023-2022-actuals-monthly-comparison-chart.png diff --git a/images/image (540).png b/images/2024-2023-2022-actuals-plan-chart-monthly.png similarity index 100% rename from images/image (540).png rename to images/2024-2023-2022-actuals-plan-chart-monthly.png diff --git a/images/image (1286).png b/images/2024-2023-2022-actuals-plan-monthly-chart-millions.png similarity index 100% rename from images/image (1286).png rename to images/2024-2023-2022-actuals-plan-monthly-chart-millions.png diff --git a/images/image (1435).png b/images/2024-2023-2022-actuals-plan-monthly-chart.png similarity index 100% rename from images/image (1435).png rename to images/2024-2023-2022-actuals-plan-monthly-chart.png diff --git a/images/image (1235).png b/images/2024-2023-2022-actuals-quarterly-chart.png similarity index 100% rename from images/image (1235).png rename to images/2024-2023-2022-actuals-quarterly-chart.png diff --git a/images/image (801).png b/images/2024-2023-2022-quarterly-profit-chart.png similarity index 100% rename from images/image (801).png rename to images/2024-2023-2022-quarterly-profit-chart.png diff --git a/images/image (737).png b/images/2024-2023-2024-actuals-chart-sub-regions.png similarity index 100% rename from images/image (737).png rename to images/2024-2023-2024-actuals-chart-sub-regions.png diff --git a/images/2024-03-28_10h25_39.png b/images/2024-2023-2024-plan-sub-region-data-table.png similarity index 100% rename from images/2024-03-28_10h25_39.png rename to images/2024-2023-2024-plan-sub-region-data-table.png diff --git a/images/image (868).png b/images/2024-2023-actuals-bar-chart-sub-region-1.png similarity index 100% rename from images/image (868).png rename to images/2024-2023-actuals-bar-chart-sub-region-1.png diff --git a/images/image (872).png b/images/2024-2023-actuals-bar-chart-sub-region.png similarity index 100% rename from images/image (872).png rename to images/2024-2023-actuals-bar-chart-sub-region.png diff --git a/images/image (1753).png b/images/2024-2023-actuals-bar-chart-subcategories.png similarity index 100% rename from images/image (1753).png rename to images/2024-2023-actuals-bar-chart-subcategories.png diff --git a/images/image (842).png b/images/2024-2023-actuals-by-quarter-comparison.png similarity index 100% rename from images/image (842).png rename to images/2024-2023-actuals-by-quarter-comparison.png diff --git a/images/image (843).png b/images/2024-2023-actuals-by-quarter-in-millions.png similarity index 100% rename from images/image (843).png rename to images/2024-2023-actuals-by-quarter-in-millions.png diff --git a/images/image (869).png b/images/2024-2023-actuals-by-sub-region-bar-chart.png similarity index 100% rename from images/image (869).png rename to images/2024-2023-actuals-by-sub-region-bar-chart.png diff --git a/images/image (413).png b/images/2024-2023-actuals-by-sub-region-chart.png similarity index 100% rename from images/image (413).png rename to images/2024-2023-actuals-by-sub-region-chart.png diff --git a/images/image (1154).png b/images/2024-2023-actuals-chart-by-month.png similarity index 100% rename from images/image (1154).png rename to images/2024-2023-actuals-chart-by-month.png diff --git a/images/image (1131).png b/images/2024-2023-actuals-chart-by-region.png similarity index 100% rename from images/image (1131).png rename to images/2024-2023-actuals-chart-by-region.png diff --git a/images/2024-05-16_16h55_19.png b/images/2024-2023-actuals-chart-data-visualization.png similarity index 100% rename from images/2024-05-16_16h55_19.png rename to images/2024-2023-actuals-chart-data-visualization.png diff --git a/images/2025-05-06_16h36_47.png b/images/2024-2023-actuals-chart-sub-category-data.png similarity index 100% rename from images/2025-05-06_16h36_47.png rename to images/2024-2023-actuals-chart-sub-category-data.png diff --git a/images/image (1659).png b/images/2024-2023-actuals-chart-sub-region-data.png similarity index 100% rename from images/image (1659).png rename to images/2024-2023-actuals-chart-sub-region-data.png diff --git a/images/image (3) (1).png b/images/2024-2023-actuals-chart-subcategory-analysis.png similarity index 100% rename from images/image (3) (1).png rename to images/2024-2023-actuals-chart-subcategory-analysis.png diff --git a/images/2024-05-16_17h17_54 (1).png b/images/2024-2023-actuals-chart-visualization-data.png similarity index 100% rename from images/2024-05-16_17h17_54 (1).png rename to images/2024-2023-actuals-chart-visualization-data.png diff --git a/images/VarianceLine.png b/images/2024-2023-actuals-comparison-by-month-chart.png similarity index 100% rename from images/VarianceLine.png rename to images/2024-2023-actuals-comparison-by-month-chart.png diff --git a/images/image (873).png b/images/2024-2023-actuals-comparison-by-region.png similarity index 100% rename from images/image (873).png rename to images/2024-2023-actuals-comparison-by-region.png diff --git a/images/image (1303).png b/images/2024-2023-actuals-comparison-sub-region-chart.png similarity index 100% rename from images/image (1303).png rename to images/2024-2023-actuals-comparison-sub-region-chart.png diff --git a/images/SingleColumn.png b/images/2024-2023-actuals-comparison-table-data-1.png similarity index 100% rename from images/SingleColumn.png rename to images/2024-2023-actuals-comparison-table-data-1.png diff --git a/images/image (1445).png b/images/2024-2023-actuals-comparison-table-data.png similarity index 100% rename from images/image (1445).png rename to images/2024-2023-actuals-comparison-table-data.png diff --git a/images/image (857).png b/images/2024-2023-actuals-monthly-chart-export-settings.png similarity index 100% rename from images/image (857).png rename to images/2024-2023-actuals-monthly-chart-export-settings.png diff --git a/images/image (1215).png b/images/2024-2023-actuals-monthly-comparison-chart-1.png similarity index 100% rename from images/image (1215).png rename to images/2024-2023-actuals-monthly-comparison-chart-1.png diff --git a/images/image (1560).png b/images/2024-2023-actuals-monthly-comparison-chart-2.png similarity index 100% rename from images/image (1560).png rename to images/2024-2023-actuals-monthly-comparison-chart-2.png diff --git a/images/image (1150).png b/images/2024-2023-actuals-monthly-comparison-chart-3.png similarity index 100% rename from images/image (1150).png rename to images/2024-2023-actuals-monthly-comparison-chart-3.png diff --git a/images/image (1495).png b/images/2024-2023-actuals-monthly-comparison-chart-4.png similarity index 100% rename from images/image (1495).png rename to images/2024-2023-actuals-monthly-comparison-chart-4.png diff --git a/images/2024-08-28_16h54_02 (1).png b/images/2024-2023-actuals-monthly-comparison-chart-5.png similarity index 100% rename from images/2024-08-28_16h54_02 (1).png rename to images/2024-2023-actuals-monthly-comparison-chart-5.png diff --git a/images/image (1151).png b/images/2024-2023-actuals-monthly-comparison-chart.png similarity index 100% rename from images/image (1151).png rename to images/2024-2023-actuals-monthly-comparison-chart.png diff --git a/images/image (1330).png b/images/2024-2023-actuals-monthly-data-table.png similarity index 100% rename from images/image (1330).png rename to images/2024-2023-actuals-monthly-data-table.png diff --git a/images/image (1251).png b/images/2024-2023-actuals-plan-bar-chart-analysis.png similarity index 100% rename from images/image (1251).png rename to images/2024-2023-actuals-plan-bar-chart-analysis.png diff --git a/images/image (1666).png b/images/2024-2023-actuals-plan-by-month-chart-1.png similarity index 100% rename from images/image (1666).png rename to images/2024-2023-actuals-plan-by-month-chart-1.png diff --git a/images/Filteringmeasures.png b/images/2024-2023-actuals-plan-by-month-chart.png similarity index 100% rename from images/Filteringmeasures.png rename to images/2024-2023-actuals-plan-by-month-chart.png diff --git a/images/image (1) (1) (1) (1) (1) (1) (1) (1) (1) (1) (1) (1) (1).png b/images/2024-2023-actuals-plan-by-month-millions-1.png similarity index 100% rename from images/image (1) (1) (1) (1) (1) (1) (1) (1) (1) (1) (1) (1) (1).png rename to images/2024-2023-actuals-plan-by-month-millions-1.png diff --git a/images/image (1289).png b/images/2024-2023-actuals-plan-by-month-millions.png similarity index 100% rename from images/image (1289).png rename to images/2024-2023-actuals-plan-by-month-millions.png diff --git a/images/image (1801).png b/images/2024-2023-actuals-plan-by-region-chart.png similarity index 100% rename from images/image (1801).png rename to images/2024-2023-actuals-plan-by-region-chart.png diff --git a/images/image (1373).png b/images/2024-2023-actuals-plan-by-sub-region-chart-1.png similarity index 100% rename from images/image (1373).png rename to images/2024-2023-actuals-plan-by-sub-region-chart-1.png diff --git a/images/2024-11-26_16h38_00.png b/images/2024-2023-actuals-plan-by-sub-region-chart.png similarity index 100% rename from images/2024-11-26_16h38_00.png rename to images/2024-2023-actuals-plan-by-sub-region-chart.png diff --git a/images/image (870).png b/images/2024-2023-actuals-plan-by-sub-region.png similarity index 100% rename from images/image (870).png rename to images/2024-2023-actuals-plan-by-sub-region.png diff --git a/images/image (1135).png b/images/2024-2023-actuals-plan-by-subregion-chart.png similarity index 100% rename from images/image (1135).png rename to images/2024-2023-actuals-plan-by-subregion-chart.png diff --git a/images/image (1285).png b/images/2024-2023-actuals-plan-chart-by-month-1.png similarity index 100% rename from images/image (1285).png rename to images/2024-2023-actuals-plan-chart-by-month-1.png diff --git a/images/image (544).png b/images/2024-2023-actuals-plan-chart-by-month-2.png similarity index 100% rename from images/image (544).png rename to images/2024-2023-actuals-plan-chart-by-month-2.png diff --git a/images/image (1295).png b/images/2024-2023-actuals-plan-chart-by-month-3.png similarity index 100% rename from images/image (1295).png rename to images/2024-2023-actuals-plan-chart-by-month-3.png diff --git a/images/image (470).png b/images/2024-2023-actuals-plan-chart-by-month-4.png similarity index 100% rename from images/image (470).png rename to images/2024-2023-actuals-plan-chart-by-month-4.png diff --git a/images/image (1669).png b/images/2024-2023-actuals-plan-chart-by-month.png similarity index 100% rename from images/image (1669).png rename to images/2024-2023-actuals-plan-chart-by-month.png diff --git a/images/image (1134).png b/images/2024-2023-actuals-plan-chart-by-region.png similarity index 100% rename from images/image (1134).png rename to images/2024-2023-actuals-plan-chart-by-region.png diff --git a/images/2024-05-16_17h17_54.png b/images/2024-2023-actuals-plan-chart-data-visualization.png similarity index 100% rename from images/2024-05-16_17h17_54.png rename to images/2024-2023-actuals-plan-chart-data-visualization.png diff --git a/images/image (1269).png b/images/2024-2023-actuals-plan-chart-monthly-data.png similarity index 100% rename from images/image (1269).png rename to images/2024-2023-actuals-plan-chart-monthly-data.png diff --git a/images/image (1237).png b/images/2024-2023-actuals-plan-chart-quarterly-data-1.png similarity index 100% rename from images/image (1237).png rename to images/2024-2023-actuals-plan-chart-quarterly-data-1.png diff --git a/images/image (1238).png b/images/2024-2023-actuals-plan-chart-quarterly-data.png similarity index 100% rename from images/image (1238).png rename to images/2024-2023-actuals-plan-chart-quarterly-data.png diff --git a/images/image (1976).png b/images/2024-2023-actuals-plan-chart-sub-region.png similarity index 100% rename from images/image (1976).png rename to images/2024-2023-actuals-plan-chart-sub-region.png diff --git a/images/image (2047).png b/images/2024-2023-actuals-plan-comparison-table-1.png similarity index 100% rename from images/image (2047).png rename to images/2024-2023-actuals-plan-comparison-table-1.png diff --git a/images/image (1290).png b/images/2024-2023-actuals-plan-comparison-table.png similarity index 100% rename from images/image (1290).png rename to images/2024-2023-actuals-plan-comparison-table.png diff --git a/images/2024-05-17_17h59_57.png b/images/2024-2023-actuals-plan-data-table.png similarity index 100% rename from images/2024-05-17_17h59_57.png rename to images/2024-2023-actuals-plan-data-table.png diff --git a/images/image (536).png b/images/2024-2023-actuals-plan-monthly-chart-1.png similarity index 100% rename from images/image (536).png rename to images/2024-2023-actuals-plan-monthly-chart-1.png diff --git a/images/image (1369).png b/images/2024-2023-actuals-plan-monthly-chart-10.png similarity index 100% rename from images/image (1369).png rename to images/2024-2023-actuals-plan-monthly-chart-10.png diff --git a/images/image (1294).png b/images/2024-2023-actuals-plan-monthly-chart-11.png similarity index 100% rename from images/image (1294).png rename to images/2024-2023-actuals-plan-monthly-chart-11.png diff --git a/images/image (759).png b/images/2024-2023-actuals-plan-monthly-chart-12.png similarity index 100% rename from images/image (759).png rename to images/2024-2023-actuals-plan-monthly-chart-12.png diff --git a/images/image (383).png b/images/2024-2023-actuals-plan-monthly-chart-2.png similarity index 100% rename from images/image (383).png rename to images/2024-2023-actuals-plan-monthly-chart-2.png diff --git a/images/2024-07-09_15h46_37.png b/images/2024-2023-actuals-plan-monthly-chart-3.png similarity index 100% rename from images/2024-07-09_15h46_37.png rename to images/2024-2023-actuals-plan-monthly-chart-3.png diff --git a/images/image (710).png b/images/2024-2023-actuals-plan-monthly-chart-4.png similarity index 100% rename from images/image (710).png rename to images/2024-2023-actuals-plan-monthly-chart-4.png diff --git a/images/image (384).png b/images/2024-2023-actuals-plan-monthly-chart-5.png similarity index 100% rename from images/image (384).png rename to images/2024-2023-actuals-plan-monthly-chart-5.png diff --git a/images/2024-08-28_16h54_02.png b/images/2024-2023-actuals-plan-monthly-chart-6.png similarity index 100% rename from images/2024-08-28_16h54_02.png rename to images/2024-2023-actuals-plan-monthly-chart-6.png diff --git a/images/image (1368).png b/images/2024-2023-actuals-plan-monthly-chart-7.png similarity index 100% rename from images/image (1368).png rename to images/2024-2023-actuals-plan-monthly-chart-7.png diff --git a/images/image (543).png b/images/2024-2023-actuals-plan-monthly-chart-8.png similarity index 100% rename from images/image (543).png rename to images/2024-2023-actuals-plan-monthly-chart-8.png diff --git a/images/image (542).png b/images/2024-2023-actuals-plan-monthly-chart-9.png similarity index 100% rename from images/image (542).png rename to images/2024-2023-actuals-plan-monthly-chart-9.png diff --git a/images/Calcmeasues.png b/images/2024-2023-actuals-plan-monthly-chart-data-1.png similarity index 100% rename from images/Calcmeasues.png rename to images/2024-2023-actuals-plan-monthly-chart-data-1.png diff --git a/images/image (535).png b/images/2024-2023-actuals-plan-monthly-chart-data-2.png similarity index 100% rename from images/image (535).png rename to images/2024-2023-actuals-plan-monthly-chart-data-2.png diff --git a/images/image (541).png b/images/2024-2023-actuals-plan-monthly-chart-data.png similarity index 100% rename from images/image (541).png rename to images/2024-2023-actuals-plan-monthly-chart-data.png diff --git a/images/image (1552).png b/images/2024-2023-actuals-plan-monthly-chart-sort.png similarity index 100% rename from images/image (1552).png rename to images/2024-2023-actuals-plan-monthly-chart-sort.png diff --git a/images/image (760).png b/images/2024-2023-actuals-plan-monthly-chart.png similarity index 100% rename from images/image (760).png rename to images/2024-2023-actuals-plan-monthly-chart.png diff --git a/images/image (1670).png b/images/2024-2023-actuals-plan-monthly-comparison-chart.png similarity index 100% rename from images/image (1670).png rename to images/2024-2023-actuals-plan-monthly-comparison-chart.png diff --git a/images/image (657).png b/images/2024-2023-actuals-plan-monthly-data-table-1.png similarity index 100% rename from images/image (657).png rename to images/2024-2023-actuals-plan-monthly-data-table-1.png diff --git a/images/image (1298).png b/images/2024-2023-actuals-plan-monthly-data-table-2.png similarity index 100% rename from images/image (1298).png rename to images/2024-2023-actuals-plan-monthly-data-table-2.png diff --git a/images/image (1219).png b/images/2024-2023-actuals-plan-monthly-data-table.png similarity index 100% rename from images/image (1219).png rename to images/2024-2023-actuals-plan-monthly-data-table.png diff --git a/images/image (1292).png b/images/2024-2023-actuals-plan-monthly-report.png similarity index 100% rename from images/image (1292).png rename to images/2024-2023-actuals-plan-monthly-report.png diff --git a/images/image (761).png b/images/2024-2023-actuals-plan-quarterly-chart.png similarity index 100% rename from images/image (761).png rename to images/2024-2023-actuals-plan-quarterly-chart.png diff --git a/images/image (1181).png b/images/2024-2023-actuals-plan-quarterly-data-chart.png similarity index 100% rename from images/image (1181).png rename to images/2024-2023-actuals-plan-quarterly-data-chart.png diff --git a/images/image (1573).png b/images/2024-2023-actuals-plan-quarterly-data-table-1.png similarity index 100% rename from images/image (1573).png rename to images/2024-2023-actuals-plan-quarterly-data-table-1.png diff --git a/images/image (349).png b/images/2024-2023-actuals-plan-quarterly-data-table-2.png similarity index 100% rename from images/image (349).png rename to images/2024-2023-actuals-plan-quarterly-data-table-2.png diff --git a/images/image (1787).png b/images/2024-2023-actuals-plan-quarterly-data-table.png similarity index 100% rename from images/image (1787).png rename to images/2024-2023-actuals-plan-quarterly-data-table.png diff --git a/images/image (805).png b/images/2024-2023-actuals-plan-quarterly-report.png similarity index 100% rename from images/image (805).png rename to images/2024-2023-actuals-plan-quarterly-report.png diff --git a/images/image (802).png b/images/2024-2023-actuals-plan-quarterly-summary.png similarity index 100% rename from images/image (802).png rename to images/2024-2023-actuals-plan-quarterly-summary.png diff --git a/images/image (1557).png b/images/2024-2023-actuals-plan-sub-category-data.png similarity index 100% rename from images/image (1557).png rename to images/2024-2023-actuals-plan-sub-category-data.png diff --git a/images/2025-05-26_15h13_14.png b/images/2024-2023-actuals-plan-sub-category-table.png similarity index 100% rename from images/2025-05-26_15h13_14.png rename to images/2024-2023-actuals-plan-sub-category-table.png diff --git a/images/image (753).png b/images/2024-2023-actuals-plan-sub-region-chart.png similarity index 100% rename from images/image (753).png rename to images/2024-2023-actuals-plan-sub-region-chart.png diff --git a/images/image (806).png b/images/2024-2023-actuals-plan-table-data-1.png similarity index 100% rename from images/image (806).png rename to images/2024-2023-actuals-plan-table-data-1.png diff --git a/images/image (381).png b/images/2024-2023-actuals-plan-table-data.png similarity index 100% rename from images/image (381).png rename to images/2024-2023-actuals-plan-table-data.png diff --git a/images/2024-11-26_16h24_34.png b/images/2024-2023-actuals-plans-by-sub-region.png similarity index 100% rename from images/2024-11-26_16h24_34.png rename to images/2024-2023-actuals-plans-by-sub-region.png diff --git a/images/image (1175).png b/images/2024-2023-actuals-quarterly-bar-chartpng.png similarity index 100% rename from images/image (1175).png rename to images/2024-2023-actuals-quarterly-bar-chartpng.png diff --git a/images/image (449).png b/images/2024-2023-actuals-quarterly-chart-data-visualization.png similarity index 100% rename from images/image (449).png rename to images/2024-2023-actuals-quarterly-chart-data-visualization.png diff --git a/images/image (1179).png b/images/2024-2023-actuals-quarterly-data-visualization.png similarity index 100% rename from images/image (1179).png rename to images/2024-2023-actuals-quarterly-data-visualization.png diff --git a/images/2024-07-11_12h00_59.png b/images/2024-2023-actuals-radar-chart-subregion.png similarity index 100% rename from images/2024-07-11_12h00_59.png rename to images/2024-2023-actuals-radar-chart-subregion.png diff --git a/images/image (797).png b/images/2024-2023-actuals-sales-chart-data-analysis.png similarity index 100% rename from images/image (797).png rename to images/2024-2023-actuals-sales-chart-data-analysis.png diff --git a/images/image (798).png b/images/2024-2023-actuals-sales-comparison-chart.png similarity index 100% rename from images/image (798).png rename to images/2024-2023-actuals-sales-comparison-chart.png diff --git a/images/image (1671).png b/images/2024-2023-actuals-sub-region-chart-data-1.png similarity index 100% rename from images/image (1671).png rename to images/2024-2023-actuals-sub-region-chart-data-1.png diff --git a/images/image (463).png b/images/2024-2023-actuals-sub-region-chart-data.png similarity index 100% rename from images/image (463).png rename to images/2024-2023-actuals-sub-region-chart-data.png diff --git a/images/2025-05-26_15h06_30.png b/images/2024-actuals-2023-2022-plans-bar-chart.png similarity index 100% rename from images/2025-05-26_15h06_30.png rename to images/2024-actuals-2023-2022-plans-bar-chart.png diff --git a/images/image (1320).png b/images/2024-actuals-2023-actuals-2024-plan-chart-1.png similarity index 100% rename from images/image (1320).png rename to images/2024-actuals-2023-actuals-2024-plan-chart-1.png diff --git a/images/image (1318).png b/images/2024-actuals-2023-actuals-2024-plan-chart-2.png similarity index 100% rename from images/image (1318).png rename to images/2024-actuals-2023-actuals-2024-plan-chart-2.png diff --git a/images/image (1239).png b/images/2024-actuals-2023-actuals-2024-plan-chart.png similarity index 100% rename from images/image (1239).png rename to images/2024-actuals-2023-actuals-2024-plan-chart.png diff --git a/images/image (1220).png b/images/2024-actuals-2023-actuals-2024-plan-months.png similarity index 100% rename from images/image (1220).png rename to images/2024-actuals-2023-actuals-2024-plan-months.png diff --git a/images/image (1221).png b/images/2024-actuals-2023-actuals-quarterly-chart.png similarity index 100% rename from images/image (1221).png rename to images/2024-actuals-2023-actuals-quarterly-chart.png diff --git a/images/image (1754).png b/images/2024-actuals-2023-actuals-sub-category-chart.png similarity index 100% rename from images/image (1754).png rename to images/2024-actuals-2023-actuals-sub-category-chart.png diff --git a/images/2024-03-28_10h26_46.png b/images/2024-actuals-2023-plan-2024-plan-chart-1.png similarity index 100% rename from images/2024-03-28_10h26_46.png rename to images/2024-actuals-2023-plan-2024-plan-chart-1.png diff --git a/images/image (1354).png b/images/2024-actuals-2023-plan-2024-plan-chart-2.png similarity index 100% rename from images/image (1354).png rename to images/2024-actuals-2023-plan-2024-plan-chart-2.png diff --git a/images/image (1350).png b/images/2024-actuals-2023-plan-2024-plan-chart.png similarity index 100% rename from images/image (1350).png rename to images/2024-actuals-2023-plan-2024-plan-chart.png diff --git a/images/image (1348).png b/images/2024-actuals-2023-plan-2024-plan-sub-region.png similarity index 100% rename from images/image (1348).png rename to images/2024-actuals-2023-plan-2024-plan-sub-region.png diff --git a/images/hiddeb'.png b/images/2024-actuals-2023-plan-2024-plan-subregions.png similarity index 100% rename from images/hiddeb'.png rename to images/2024-actuals-2023-plan-2024-plan-subregions.png diff --git a/images/image (548).png b/images/2024-actuals-2023-plan-chart-data-visualization.png similarity index 100% rename from images/image (548).png rename to images/2024-actuals-2023-plan-chart-data-visualization.png diff --git a/images/image (1291).png b/images/2024-actuals-2023-plan-monthly-comparison-table.png similarity index 100% rename from images/image (1291).png rename to images/2024-actuals-2023-plan-monthly-comparison-table.png diff --git a/images/image (754).png b/images/2024-actuals-2023-plan-sub-region-chart.png similarity index 100% rename from images/image (754).png rename to images/2024-actuals-2023-plan-sub-region-chart.png diff --git a/images/image (1207).png b/images/2024-actuals-2023-quarterly-sales-data.png similarity index 100% rename from images/image (1207).png rename to images/2024-actuals-2023-quarterly-sales-data.png diff --git a/images/image (547).png b/images/2024-actuals-2024-plan-2023-actuals-chart.png similarity index 100% rename from images/image (547).png rename to images/2024-actuals-2024-plan-2023-actuals-chart.png diff --git a/images/image (1149).png b/images/2024-actuals-2024-plan-by-month-chart-1.png similarity index 100% rename from images/image (1149).png rename to images/2024-actuals-2024-plan-by-month-chart-1.png diff --git a/images/image (1279).png b/images/2024-actuals-2024-plan-by-month-chart.png similarity index 100% rename from images/image (1279).png rename to images/2024-actuals-2024-plan-by-month-chart.png diff --git a/images/image (1227).png b/images/2024-actuals-2024-plan-by-quarter-chart-1.png similarity index 100% rename from images/image (1227).png rename to images/2024-actuals-2024-plan-by-quarter-chart-1.png diff --git a/images/image (864).png b/images/2024-actuals-2024-plan-by-quarter-chart.png similarity index 100% rename from images/image (864).png rename to images/2024-actuals-2024-plan-by-quarter-chart.png diff --git a/images/image (457).png b/images/2024-actuals-2024-plan-by-sub-category-chart.png similarity index 100% rename from images/image (457).png rename to images/2024-actuals-2024-plan-by-sub-category-chart.png diff --git a/images/IBCSBulletBar.png b/images/2024-actuals-2024-plan-by-sub-region.png similarity index 100% rename from images/IBCSBulletBar.png rename to images/2024-actuals-2024-plan-by-sub-region.png diff --git a/images/image (1321).png b/images/2024-actuals-2024-plan-chart-data-visualization.png similarity index 100% rename from images/image (1321).png rename to images/2024-actuals-2024-plan-chart-data-visualization.png diff --git a/images/image (1213).png b/images/2024-actuals-2024-plan-quarterly-beverages-chart.png similarity index 100% rename from images/image (1213).png rename to images/2024-actuals-2024-plan-quarterly-beverages-chart.png diff --git a/images/image (863).png b/images/2024-actuals-2024-plan-quarterly-chart-1.png similarity index 100% rename from images/image (863).png rename to images/2024-actuals-2024-plan-quarterly-chart-1.png diff --git a/images/image (1228).png b/images/2024-actuals-2024-plan-quarterly-chart-2.png similarity index 100% rename from images/image (1228).png rename to images/2024-actuals-2024-plan-quarterly-chart-2.png diff --git a/images/image (1225).png b/images/2024-actuals-2024-plan-quarterly-chart.png similarity index 100% rename from images/image (1225).png rename to images/2024-actuals-2024-plan-quarterly-chart.png diff --git a/images/image (514).png b/images/2024-actuals-and-plans-data-table.png similarity index 100% rename from images/image (514).png rename to images/2024-actuals-and-plans-data-table.png diff --git a/images/image (1212).png b/images/2024-actuals-beverages-chart-quarterly-data.png similarity index 100% rename from images/image (1212).png rename to images/2024-actuals-beverages-chart-quarterly-data.png diff --git a/images/image (1325).png b/images/2024-actuals-by-month-bar-chart-settings.png similarity index 100% rename from images/image (1325).png rename to images/2024-actuals-by-month-bar-chart-settings.png diff --git a/images/image (742).png b/images/2024-actuals-by-month-bar-chart.png similarity index 100% rename from images/image (742).png rename to images/2024-actuals-by-month-bar-chart.png diff --git a/images/image (368).png b/images/2024-actuals-by-month-chart-comparison.png similarity index 100% rename from images/image (368).png rename to images/2024-actuals-by-month-chart-comparison.png diff --git a/images/image (1876).png b/images/2024-actuals-by-month-chart-data-analysis-1.png similarity index 100% rename from images/image (1876).png rename to images/2024-actuals-by-month-chart-data-analysis-1.png diff --git a/images/BaseArea.png b/images/2024-actuals-by-month-chart-data-analysis-2.png similarity index 100% rename from images/BaseArea.png rename to images/2024-actuals-by-month-chart-data-analysis-2.png diff --git a/images/image (1929).png b/images/2024-actuals-by-month-chart-data-analysis-3.png similarity index 100% rename from images/image (1929).png rename to images/2024-actuals-by-month-chart-data-analysis-3.png diff --git a/images/image (1877).png b/images/2024-actuals-by-month-chart-data-analysis-4.png similarity index 100% rename from images/image (1877).png rename to images/2024-actuals-by-month-chart-data-analysis-4.png diff --git a/images/2025-02-03_18h40_09.png b/images/2024-actuals-by-month-chart-data-analysis.png similarity index 100% rename from images/2025-02-03_18h40_09.png rename to images/2024-actuals-by-month-chart-data-analysis.png diff --git a/images/VarianceArea.png b/images/2024-actuals-by-month-chart-data-visualization-1.png similarity index 100% rename from images/VarianceArea.png rename to images/2024-actuals-by-month-chart-data-visualization-1.png diff --git a/images/image (61).png b/images/2024-actuals-by-month-chart-data-visualization-2.png similarity index 100% rename from images/image (61).png rename to images/2024-actuals-by-month-chart-data-visualization-2.png diff --git a/images/image (1927).png b/images/2024-actuals-by-month-chart-data-visualization.png similarity index 100% rename from images/image (1927).png rename to images/2024-actuals-by-month-chart-data-visualization.png diff --git a/images/Lollipop.png b/images/2024-actuals-by-month-chart-settings-1.png similarity index 100% rename from images/Lollipop.png rename to images/2024-actuals-by-month-chart-settings-1.png diff --git a/images/image (1928).png b/images/2024-actuals-by-month-chart-settings-2.png similarity index 100% rename from images/image (1928).png rename to images/2024-actuals-by-month-chart-settings-2.png diff --git a/images/image (62).png b/images/2024-actuals-by-month-chart-settings.png similarity index 100% rename from images/image (62).png rename to images/2024-actuals-by-month-chart-settings.png diff --git a/images/image (659).png b/images/2024-actuals-by-month-data-visualization-1.png similarity index 100% rename from images/image (659).png rename to images/2024-actuals-by-month-data-visualization-1.png diff --git a/images/HundredPercentStackedLine.png b/images/2024-actuals-by-month-data-visualization-2.png similarity index 100% rename from images/HundredPercentStackedLine.png rename to images/2024-actuals-by-month-data-visualization-2.png diff --git a/images/HundredPercentStackedColumn.png b/images/2024-actuals-by-month-data-visualization-3.png similarity index 100% rename from images/HundredPercentStackedColumn.png rename to images/2024-actuals-by-month-data-visualization-3.png diff --git a/images/image (1591).png b/images/2024-actuals-by-month-data-visualization-4.png similarity index 100% rename from images/image (1591).png rename to images/2024-actuals-by-month-data-visualization-4.png diff --git a/images/ClusteredLine.png b/images/2024-actuals-by-month-data-visualization.png similarity index 100% rename from images/ClusteredLine.png rename to images/2024-actuals-by-month-data-visualization.png diff --git a/images/image (582).png b/images/2024-actuals-by-month-drink-category-chart.png similarity index 100% rename from images/image (582).png rename to images/2024-actuals-by-month-drink-category-chart.png diff --git a/images/image (743).png b/images/2024-actuals-by-month-juices-soda-water.png similarity index 100% rename from images/image (743).png rename to images/2024-actuals-by-month-juices-soda-water.png diff --git a/images/image (661).png b/images/2024-actuals-by-month-region-analysis.png similarity index 100% rename from images/image (661).png rename to images/2024-actuals-by-month-region-analysis.png diff --git a/images/image (448).png b/images/2024-actuals-by-quarter-chart-data.png similarity index 100% rename from images/image (448).png rename to images/2024-actuals-by-quarter-chart-data.png diff --git a/images/image (593).png b/images/2024-actuals-by-quarter-data-visualization.png similarity index 100% rename from images/image (593).png rename to images/2024-actuals-by-quarter-data-visualization.png diff --git a/images/image (147).png b/images/2024-actuals-by-sub-region-bar-chart-1.png similarity index 100% rename from images/image (147).png rename to images/2024-actuals-by-sub-region-bar-chart-1.png diff --git a/images/image (1890).png b/images/2024-actuals-by-sub-region-bar-chart-2.png similarity index 100% rename from images/image (1890).png rename to images/2024-actuals-by-sub-region-bar-chart-2.png diff --git a/images/image (727).png b/images/2024-actuals-by-sub-region-bar-chart-3.png similarity index 100% rename from images/image (727).png rename to images/2024-actuals-by-sub-region-bar-chart-3.png diff --git a/images/image (728).png b/images/2024-actuals-by-sub-region-bar-chart-4.png similarity index 100% rename from images/image (728).png rename to images/2024-actuals-by-sub-region-bar-chart-4.png diff --git a/images/image (1891).png b/images/2024-actuals-by-sub-region-bar-chart-5.png similarity index 100% rename from images/image (1891).png rename to images/2024-actuals-by-sub-region-bar-chart-5.png diff --git a/images/image (1892).png b/images/2024-actuals-by-sub-region-bar-chart.png similarity index 100% rename from images/image (1892).png rename to images/2024-actuals-by-sub-region-bar-chart.png diff --git a/images/Sort.png b/images/2024-actuals-by-sub-region-chart-1.png similarity index 100% rename from images/Sort.png rename to images/2024-actuals-by-sub-region-chart-1.png diff --git a/images/image (83).png b/images/2024-actuals-by-sub-region-chart-data-1.png similarity index 100% rename from images/image (83).png rename to images/2024-actuals-by-sub-region-chart-data-1.png diff --git a/images/image (81).png b/images/2024-actuals-by-sub-region-chart-data-2.png similarity index 100% rename from images/image (81).png rename to images/2024-actuals-by-sub-region-chart-data-2.png diff --git a/images/image (1870).png b/images/2024-actuals-by-sub-region-chart-data-3.png similarity index 100% rename from images/image (1870).png rename to images/2024-actuals-by-sub-region-chart-data-3.png diff --git a/images/image (1447).png b/images/2024-actuals-by-sub-region-chart-data-4.png similarity index 100% rename from images/image (1447).png rename to images/2024-actuals-by-sub-region-chart-data-4.png diff --git a/images/image (148).png b/images/2024-actuals-by-sub-region-chart-data-labels-1.png similarity index 100% rename from images/image (148).png rename to images/2024-actuals-by-sub-region-chart-data-labels-1.png diff --git a/images/image (82).png b/images/2024-actuals-by-sub-region-chart-data-labels.png similarity index 100% rename from images/image (82).png rename to images/2024-actuals-by-sub-region-chart-data-labels.png diff --git a/images/image (84).png b/images/2024-actuals-by-sub-region-chart-data.png similarity index 100% rename from images/image (84).png rename to images/2024-actuals-by-sub-region-chart-data.png diff --git a/images/image (2042).png b/images/2024-actuals-by-sub-region-chart.png similarity index 100% rename from images/image (2042).png rename to images/2024-actuals-by-sub-region-chart.png diff --git a/images/image (729).png b/images/2024-actuals-by-sub-region-quarterly-comparison.png similarity index 100% rename from images/image (729).png rename to images/2024-actuals-by-sub-region-quarterly-comparison.png diff --git a/images/Baseline.png b/images/2024-actuals-chart-by-month-data-visualization.png similarity index 100% rename from images/Baseline.png rename to images/2024-actuals-chart-by-month-data-visualization.png diff --git a/images/image (1328).png b/images/2024-actuals-chart-by-month-in-millions.png similarity index 100% rename from images/image (1328).png rename to images/2024-actuals-chart-by-month-in-millions.png diff --git a/images/image (1530).png b/images/2024-actuals-chart-by-region-category.png similarity index 100% rename from images/image (1530).png rename to images/2024-actuals-chart-by-region-category.png diff --git a/images/image (1531).png b/images/2024-actuals-chart-by-sub-region-category.png similarity index 100% rename from images/image (1531).png rename to images/2024-actuals-chart-by-sub-region-category.png diff --git a/images/image (1284).png b/images/2024-actuals-chart-data-visualization.png similarity index 100% rename from images/image (1284).png rename to images/2024-actuals-chart-data-visualization.png diff --git a/images/2025-02-03_18h41_03.png b/images/2024-actuals-monthly-chart-with-error-bars.png similarity index 100% rename from images/2025-02-03_18h41_03.png rename to images/2024-actuals-monthly-chart-with-error-bars.png diff --git a/images/image (1270).png b/images/2024-actuals-plan-by-quarter-data-summary.png similarity index 100% rename from images/image (1270).png rename to images/2024-actuals-plan-by-quarter-data-summary.png diff --git a/images/image (411).png b/images/2024-actuals-plan-by-sub-region-chart.png similarity index 100% rename from images/image (411).png rename to images/2024-actuals-plan-by-sub-region-chart.png diff --git a/images/image (635).png b/images/2024-actuals-plan-chart-by-month-1.png similarity index 100% rename from images/image (635).png rename to images/2024-actuals-plan-chart-by-month-1.png diff --git a/images/image (1601).png b/images/2024-actuals-plan-chart-by-month-2.png similarity index 100% rename from images/image (1601).png rename to images/2024-actuals-plan-chart-by-month-2.png diff --git a/images/image (1599).png b/images/2024-actuals-plan-chart-by-month-quadrants-1.png similarity index 100% rename from images/image (1599).png rename to images/2024-actuals-plan-chart-by-month-quadrants-1.png diff --git a/images/2024-07-10_15h25_04.png b/images/2024-actuals-plan-chart-by-month-quadrants-10.png similarity index 100% rename from images/2024-07-10_15h25_04.png rename to images/2024-actuals-plan-chart-by-month-quadrants-10.png diff --git a/images/2024-07-10_14h59_47 (1).png b/images/2024-actuals-plan-chart-by-month-quadrants-11.png similarity index 100% rename from images/2024-07-10_14h59_47 (1).png rename to images/2024-actuals-plan-chart-by-month-quadrants-11.png diff --git a/images/2024-07-10_14h58_58.png b/images/2024-actuals-plan-chart-by-month-quadrants-12.png similarity index 100% rename from images/2024-07-10_14h58_58.png rename to images/2024-actuals-plan-chart-by-month-quadrants-12.png diff --git a/images/image (1602).png b/images/2024-actuals-plan-chart-by-month-quadrants-2.png similarity index 100% rename from images/image (1602).png rename to images/2024-actuals-plan-chart-by-month-quadrants-2.png diff --git a/images/2024-07-10_14h59_59.png b/images/2024-actuals-plan-chart-by-month-quadrants-3.png similarity index 100% rename from images/2024-07-10_14h59_59.png rename to images/2024-actuals-plan-chart-by-month-quadrants-3.png diff --git a/images/2024-07-10_15h17_35.png b/images/2024-actuals-plan-chart-by-month-quadrants-4.png similarity index 100% rename from images/2024-07-10_15h17_35.png rename to images/2024-actuals-plan-chart-by-month-quadrants-4.png diff --git a/images/2024-07-10_15h25_49.png b/images/2024-actuals-plan-chart-by-month-quadrants-5.png similarity index 100% rename from images/2024-07-10_15h25_49.png rename to images/2024-actuals-plan-chart-by-month-quadrants-5.png diff --git a/images/2024-07-10_15h16_50.png b/images/2024-actuals-plan-chart-by-month-quadrants-6.png similarity index 100% rename from images/2024-07-10_15h16_50.png rename to images/2024-actuals-plan-chart-by-month-quadrants-6.png diff --git a/images/2024-07-10_15h17_12.png b/images/2024-actuals-plan-chart-by-month-quadrants-7.png similarity index 100% rename from images/2024-07-10_15h17_12.png rename to images/2024-actuals-plan-chart-by-month-quadrants-7.png diff --git a/images/2024-07-10_15h02_23.png b/images/2024-actuals-plan-chart-by-month-quadrants-8.png similarity index 100% rename from images/2024-07-10_15h02_23.png rename to images/2024-actuals-plan-chart-by-month-quadrants-8.png diff --git a/images/2024-07-10_14h59_47.png b/images/2024-actuals-plan-chart-by-month-quadrants-9.png similarity index 100% rename from images/2024-07-10_14h59_47.png rename to images/2024-actuals-plan-chart-by-month-quadrants-9.png diff --git a/images/2024-07-10_15h08_12.png b/images/2024-actuals-plan-chart-by-month-quadrants.png similarity index 100% rename from images/2024-07-10_15h08_12.png rename to images/2024-actuals-plan-chart-by-month-quadrants.png diff --git a/images/image (1598).png b/images/2024-actuals-plan-chart-by-month.png similarity index 100% rename from images/image (1598).png rename to images/2024-actuals-plan-chart-by-month.png diff --git a/images/image (1607).png b/images/2024-actuals-plan-chart-quadrants-analysis.png similarity index 100% rename from images/image (1607).png rename to images/2024-actuals-plan-chart-quadrants-analysis.png diff --git a/images/2024-07-10_15h01_06.png b/images/2024-actuals-plan-chart-quadrants-monthly-analysis.png similarity index 100% rename from images/2024-07-10_15h01_06.png rename to images/2024-actuals-plan-chart-quadrants-monthly-analysis.png diff --git a/images/image (1597).png b/images/2024-actuals-plan-comparison-by-month.png similarity index 100% rename from images/image (1597).png rename to images/2024-actuals-plan-comparison-by-month.png diff --git a/images/image (1558).png b/images/2024-actuals-plan-comparison-data-table.png similarity index 100% rename from images/image (1558).png rename to images/2024-actuals-plan-comparison-data-table.png diff --git a/images/image (1596).png b/images/2024-actuals-plan-month-subcategory-chart.png similarity index 100% rename from images/image (1596).png rename to images/2024-actuals-plan-month-subcategory-chart.png diff --git a/images/image (2027).png b/images/2024-actuals-plan-month-subregion-chart.png similarity index 100% rename from images/image (2027).png rename to images/2024-actuals-plan-month-subregion-chart.png diff --git a/images/image (744).png b/images/2024-actuals-plan-monthly-bar-chart.png similarity index 100% rename from images/image (744).png rename to images/2024-actuals-plan-monthly-bar-chart.png diff --git a/images/image (1593).png b/images/2024-actuals-plan-monthly-comparison-chart.png similarity index 100% rename from images/image (1593).png rename to images/2024-actuals-plan-monthly-comparison-chart.png diff --git a/images/image (745).png b/images/2024-actuals-plan-monthly-data-chart.png similarity index 100% rename from images/image (745).png rename to images/2024-actuals-plan-monthly-data-chart.png diff --git a/images/image (1226).png b/images/2024-actuals-plan-quarterly-beverage-data.png similarity index 100% rename from images/image (1226).png rename to images/2024-actuals-plan-quarterly-beverage-data.png diff --git a/images/image (1271).png b/images/2024-actuals-plan-quarterly-data-table.png similarity index 100% rename from images/image (1271).png rename to images/2024-actuals-plan-quarterly-data-table.png diff --git a/images/4X3.png b/images/2024-actuals-plan-sub-category-chart.png similarity index 100% rename from images/4X3.png rename to images/2024-actuals-plan-sub-category-chart.png diff --git a/images/image (410).png b/images/2024-actuals-plan-sub-region-chart-settings-1.png similarity index 100% rename from images/image (410).png rename to images/2024-actuals-plan-sub-region-chart-settings-1.png diff --git a/images/2024-07-10_10h28_04.png b/images/2024-actuals-plan-sub-region-chart-settings.png similarity index 100% rename from images/2024-07-10_10h28_04.png rename to images/2024-actuals-plan-sub-region-chart-settings.png diff --git a/images/12X1.png b/images/2024-actuals-plan-subcategory-monthly-data.png similarity index 100% rename from images/12X1.png rename to images/2024-actuals-plan-subcategory-monthly-data.png diff --git a/images/image (1308).png b/images/2024-actuals-sub-region-bar-chart.png similarity index 100% rename from images/image (1308).png rename to images/2024-actuals-sub-region-bar-chart.png diff --git a/images/image (488).png b/images/2024-actuals-sub-region-sub-category-chart-1.png similarity index 100% rename from images/image (488).png rename to images/2024-actuals-sub-region-sub-category-chart-1.png diff --git a/images/image (487).png b/images/2024-actuals-sub-region-sub-category-chart.png similarity index 100% rename from images/image (487).png rename to images/2024-actuals-sub-region-sub-category-chart.png diff --git a/images/image (1518).png b/images/2024-financial-report-summary-data-analysis.png similarity index 100% rename from images/image (1518).png rename to images/2024-financial-report-summary-data-analysis.png diff --git a/images/image (1515).png b/images/2024-financial-statement-q2-analysis-dashboard-1.png similarity index 100% rename from images/image (1515).png rename to images/2024-financial-statement-q2-analysis-dashboard-1.png diff --git a/images/image (1516).png b/images/2024-financial-statement-q2-analysis-dashboard.png similarity index 100% rename from images/image (1516).png rename to images/2024-financial-statement-q2-analysis-dashboard.png diff --git a/images/image (1519).png b/images/2024-financial-statement-q2-data-analysis-1.png similarity index 100% rename from images/image (1519).png rename to images/2024-financial-statement-q2-data-analysis-1.png diff --git a/images/image (490).png b/images/2024-financial-statement-q2-data-analysis.png similarity index 100% rename from images/image (490).png rename to images/2024-financial-statement-q2-data-analysis.png diff --git a/images/image (198).png b/images/2024-financial-statement-q4-data-analysis.png similarity index 100% rename from images/image (198).png rename to images/2024-financial-statement-q4-data-analysis.png diff --git a/images/image (1993).png b/images/2024-plan-2023-2022-actuals-monthly-summary.png similarity index 100% rename from images/image (1993).png rename to images/2024-plan-2023-2022-actuals-monthly-summary.png diff --git a/images/SingleRow.png b/images/2024-plan-2023-actuals-financial-summary.png similarity index 100% rename from images/SingleRow.png rename to images/2024-plan-2023-actuals-financial-summary.png diff --git a/images/image (809).png b/images/2024-plan-2023-actuals-monthly-bar-chart.png similarity index 100% rename from images/image (809).png rename to images/2024-plan-2023-actuals-monthly-bar-chart.png diff --git a/images/image (807).png b/images/2024-plan-2023-actuals-monthly-chart-data-labels.png similarity index 100% rename from images/image (807).png rename to images/2024-plan-2023-actuals-monthly-chart-data-labels.png diff --git a/images/image (808).png b/images/2024-plan-2023-actuals-monthly-chart-data.png similarity index 100% rename from images/image (808).png rename to images/2024-plan-2023-actuals-monthly-chart-data.png diff --git a/images/image (1244).png b/images/2024-plan-2023-actuals-monthly-data-chart.png similarity index 100% rename from images/image (1244).png rename to images/2024-plan-2023-actuals-monthly-data-chart.png diff --git a/images/image (1180).png b/images/2024-plan-2023-actuals-quarterly-data-grid.png similarity index 100% rename from images/image (1180).png rename to images/2024-plan-2023-actuals-quarterly-data-grid.png diff --git a/images/image (1789).png b/images/2024-plan-2023-actuals-quarterly-data-table.png similarity index 100% rename from images/image (1789).png rename to images/2024-plan-2023-actuals-quarterly-data-table.png diff --git a/images/image (633).png b/images/2024-plan-actuals-by-month-bar-chart.png similarity index 100% rename from images/image (633).png rename to images/2024-plan-actuals-by-month-bar-chart.png diff --git a/images/image (634).png b/images/2024-plan-actuals-by-month-in-millions.png similarity index 100% rename from images/image (634).png rename to images/2024-plan-actuals-by-month-in-millions.png diff --git a/images/image (1195).png b/images/2024-plan-actuals-emerging-markets-chart.png similarity index 100% rename from images/image (1195).png rename to images/2024-plan-actuals-emerging-markets-chart.png diff --git a/images/image (348).png b/images/2024-plan-actuals-quarterly-data-table.png similarity index 100% rename from images/image (348).png rename to images/2024-plan-actuals-quarterly-data-table.png diff --git a/images/image (653).png b/images/2024-plan-and-actuals-data-visualization-chart.png similarity index 100% rename from images/image (653).png rename to images/2024-plan-and-actuals-data-visualization-chart.png diff --git a/images/image (344).png b/images/2024-plan-and-actuals-performance-summary-1.png similarity index 100% rename from images/image (344).png rename to images/2024-plan-and-actuals-performance-summary-1.png diff --git a/images/image (345).png b/images/2024-plan-and-actuals-performance-summary.png similarity index 100% rename from images/image (345).png rename to images/2024-plan-and-actuals-performance-summary.png diff --git a/images/image (1751).png b/images/2024-plan-by-month-chart-data-visualization.png similarity index 100% rename from images/image (1751).png rename to images/2024-plan-by-month-chart-data-visualization.png diff --git a/images/image (1343).png b/images/2024-plan-by-quarter-chart-export-settings.png similarity index 100% rename from images/image (1343).png rename to images/2024-plan-by-quarter-chart-export-settings.png diff --git a/images/image (1310).png b/images/2024-plan-chart-data-visualization.png similarity index 100% rename from images/image (1310).png rename to images/2024-plan-chart-data-visualization.png diff --git a/images/image (1604).png b/images/2024-plan-chart-quadrants-visualization-data.png similarity index 100% rename from images/image (1604).png rename to images/2024-plan-chart-quadrants-visualization-data.png diff --git a/images/image (1312).png b/images/2024-plan-drink-sales-by-region-chart.png similarity index 100% rename from images/image (1312).png rename to images/2024-plan-drink-sales-by-region-chart.png diff --git a/images/image (1385).png b/images/2024-plan-monthly-performance-bar-chart.png similarity index 100% rename from images/image (1385).png rename to images/2024-plan-monthly-performance-bar-chart.png diff --git a/images/image (1317).png b/images/2024-plan-sub-region-beverage-sales-chart.png similarity index 100% rename from images/image (1317).png rename to images/2024-plan-sub-region-beverage-sales-chart.png diff --git a/images/image (749).png b/images/2024-plan-sub-region-sales-chart-1.png similarity index 100% rename from images/image (749).png rename to images/2024-plan-sub-region-sales-chart-1.png diff --git a/images/image (747).png b/images/2024-plan-sub-region-sales-chart.png similarity index 100% rename from images/image (747).png rename to images/2024-plan-sub-region-sales-chart.png diff --git a/images/2024-03-28_09h08_54.png b/images/2024-plans-2023-actuals-by-sub-region.png similarity index 100% rename from images/2024-03-28_09h08_54.png rename to images/2024-plans-2023-actuals-by-sub-region.png diff --git a/images/image (1196).png b/images/2024-plans-actuals-emerging-markets-chart.png similarity index 100% rename from images/image (1196).png rename to images/2024-plans-actuals-emerging-markets-chart.png diff --git a/images/image (1525).png b/images/2024-revenue-breakdown-month-product-category-1.png similarity index 100% rename from images/image (1525).png rename to images/2024-revenue-breakdown-month-product-category-1.png diff --git a/images/image (1526).png b/images/2024-revenue-breakdown-month-product-category.png similarity index 100% rename from images/image (1526).png rename to images/2024-revenue-breakdown-month-product-category.png diff --git a/images/image (494).png b/images/2024-sales-actuals-vs-plan-dashboard-1.png similarity index 100% rename from images/image (494).png rename to images/2024-sales-actuals-vs-plan-dashboard-1.png diff --git a/images/2024-05-27_14h21_45.png b/images/2024-sales-actuals-vs-plan-dashboard-2.png similarity index 100% rename from images/2024-05-27_14h21_45.png rename to images/2024-sales-actuals-vs-plan-dashboard-2.png diff --git a/images/image (1523).png b/images/2024-sales-actuals-vs-plan-dashboard-3.png similarity index 100% rename from images/image (1523).png rename to images/2024-sales-actuals-vs-plan-dashboard-3.png diff --git a/images/image (495).png b/images/2024-sales-actuals-vs-plan-dashboard-analysis.png similarity index 100% rename from images/image (495).png rename to images/2024-sales-actuals-vs-plan-dashboard-analysis.png diff --git a/images/image (496).png b/images/2024-sales-actuals-vs-plan-dashboard.png similarity index 100% rename from images/image (496).png rename to images/2024-sales-actuals-vs-plan-dashboard.png diff --git a/images/image (1521).png b/images/2024-sales-actuals-vs-plan-data-analysis.png similarity index 100% rename from images/image (1521).png rename to images/2024-sales-actuals-vs-plan-data-analysis.png diff --git a/images/2024-05-29_10h32_33.png b/images/2024-sales-actuals-vs-plan-header-duplicate.png similarity index 100% rename from images/2024-05-29_10h32_33.png rename to images/2024-sales-actuals-vs-plan-header-duplicate.png diff --git a/images/image (1524).png b/images/2024-sales-actuals-vs-plan-report-1.png similarity index 100% rename from images/image (1524).png rename to images/2024-sales-actuals-vs-plan-report-1.png diff --git a/images/2024-05-29_10h31_19.png b/images/2024-sales-actuals-vs-plan-report-2.png similarity index 100% rename from images/2024-05-29_10h31_19.png rename to images/2024-sales-actuals-vs-plan-report-2.png diff --git a/images/image (1522).png b/images/2024-sales-actuals-vs-plan-report-3.png similarity index 100% rename from images/image (1522).png rename to images/2024-sales-actuals-vs-plan-report-3.png diff --git a/images/2024-05-29_10h26_06.png b/images/2024-sales-actuals-vs-plan-report-4.png similarity index 100% rename from images/2024-05-29_10h26_06.png rename to images/2024-sales-actuals-vs-plan-report-4.png diff --git a/images/image (1520).png b/images/2024-sales-actuals-vs-plan-report.png similarity index 100% rename from images/image (1520).png rename to images/2024-sales-actuals-vs-plan-report.png diff --git a/images/image (1794).png b/images/2024-sales-by-month-bar-chart-1.png similarity index 100% rename from images/image (1794).png rename to images/2024-sales-by-month-bar-chart-1.png diff --git a/images/image (1795).png b/images/2024-sales-by-month-bar-chart.png similarity index 100% rename from images/image (1795).png rename to images/2024-sales-by-month-bar-chart.png diff --git a/images/image (1797).png b/images/2024-sales-by-month-data-table.png similarity index 100% rename from images/image (1797).png rename to images/2024-sales-by-month-data-table.png diff --git a/images/image (800).png b/images/2024-sales-data-chart-actuals-and-plans.png similarity index 100% rename from images/image (800).png rename to images/2024-sales-data-chart-actuals-and-plans.png diff --git a/images/2024-12-12_15h41_15.png b/images/2024-year-end-financial-report-layout.png similarity index 100% rename from images/2024-12-12_15h41_15.png rename to images/2024-year-end-financial-report-layout.png diff --git a/images/image (1867).png b/images/2024-year-end-financial-statement-report-1.png similarity index 100% rename from images/image (1867).png rename to images/2024-year-end-financial-statement-report-1.png diff --git a/images/2024-12-12_17h02_15.png b/images/2024-year-end-financial-statement-report.png similarity index 100% rename from images/2024-12-12_17h02_15.png rename to images/2024-year-end-financial-statement-report.png diff --git a/images/2024-12-12_17h02_41.png b/images/2024-year-end-financial-statement-revenue-breakdown.png similarity index 100% rename from images/2024-12-12_17h02_41.png rename to images/2024-year-end-financial-statement-revenue-breakdown.png diff --git a/images/image (1869).png b/images/2024-year-end-financial-statement-summary.png similarity index 100% rename from images/image (1869).png rename to images/2024-year-end-financial-statement-summary.png diff --git a/images/image (1) (1) (1) (1) (1) (1) (1) (1) (1).png b/images/ac-by-year-graph-with-control-limits.png similarity index 100% rename from images/image (1) (1) (1) (1) (1) (1) (1) (1) (1).png rename to images/ac-by-year-graph-with-control-limits.png diff --git a/images/image (2) (1).png b/images/ac-by-year-line-chart-with-reference-lines.png similarity index 100% rename from images/image (2) (1).png rename to images/ac-by-year-line-chart-with-reference-lines.png diff --git a/images/image (1381).png b/images/ac-greater-than-10m-number-condition.png similarity index 100% rename from images/image (1381).png rename to images/ac-greater-than-10m-number-condition.png diff --git a/images/image (632).png b/images/ac-pl-by-months-data-analysis-table.png similarity index 100% rename from images/image (632).png rename to images/ac-pl-by-months-data-analysis-table.png diff --git a/images/image (1242).png b/images/ac-pl-monthly-data-analysis-report.png similarity index 100% rename from images/image (1242).png rename to images/ac-pl-monthly-data-analysis-report.png diff --git a/images/image (1240).png b/images/ac-pl-monthly-data-analysis-table.png similarity index 100% rename from images/image (1240).png rename to images/ac-pl-monthly-data-analysis-table.png diff --git a/images/image (1634).png b/images/ac-py-by-month-chart-data-visualization.png similarity index 100% rename from images/image (1634).png rename to images/ac-py-by-month-chart-data-visualization.png diff --git a/images/image (1632).png b/images/ac-py-monthly-boxplot-chart-analysis.png similarity index 100% rename from images/image (1632).png rename to images/ac-py-monthly-boxplot-chart-analysis.png diff --git a/images/image (1633).png b/images/ac-py-monthly-data-visualization-chart.png similarity index 100% rename from images/image (1633).png rename to images/ac-py-monthly-data-visualization-chart.png diff --git a/images/image (375).png b/images/actuals-by-month-bar-chart-data-analysis.png similarity index 100% rename from images/image (375).png rename to images/actuals-by-month-bar-chart-data-analysis.png diff --git a/images/2024-07-10_17h07_43.png b/images/actuals-by-month-bar-chart-data-labels.png similarity index 100% rename from images/2024-07-10_17h07_43.png rename to images/actuals-by-month-bar-chart-data-labels.png diff --git a/images/image (1608).png b/images/actuals-by-month-bar-chart-data-visualization-1.png similarity index 100% rename from images/image (1608).png rename to images/actuals-by-month-bar-chart-data-visualization-1.png diff --git a/images/image (454).png b/images/actuals-by-month-bar-chart-data-visualization-2.png similarity index 100% rename from images/image (454).png rename to images/actuals-by-month-bar-chart-data-visualization-2.png diff --git a/images/image (1610).png b/images/actuals-by-month-bar-chart-data-visualization-3.png similarity index 100% rename from images/image (1610).png rename to images/actuals-by-month-bar-chart-data-visualization-3.png diff --git a/images/image (2051).png b/images/actuals-by-month-bar-chart-data-visualization-4.png similarity index 100% rename from images/image (2051).png rename to images/actuals-by-month-bar-chart-data-visualization-4.png diff --git a/images/Auto.png b/images/actuals-by-month-bar-chart-data-visualization.png similarity index 100% rename from images/Auto.png rename to images/actuals-by-month-bar-chart-data-visualization.png diff --git a/images/2024-11-21_14h55_05.png b/images/actuals-by-month-beverage-sales-chart.png similarity index 100% rename from images/2024-11-21_14h55_05.png rename to images/actuals-by-month-beverage-sales-chart.png diff --git a/images/Riw.png b/images/actuals-by-month-chart-data-visualization.png similarity index 100% rename from images/Riw.png rename to images/actuals-by-month-chart-data-visualization.png diff --git a/images/Balanced.png b/images/actuals-by-month-drinks-sales-chart.png similarity index 100% rename from images/Balanced.png rename to images/actuals-by-month-drinks-sales-chart.png diff --git a/images/Column.png b/images/actuals-by-month-juices-soda-water-tea-coffee.png similarity index 100% rename from images/Column.png rename to images/actuals-by-month-juices-soda-water-tea-coffee.png diff --git a/images/ScacledRowsCharts.png b/images/actuals-by-quarter-bar-chart-data-analysis.png similarity index 100% rename from images/ScacledRowsCharts.png rename to images/actuals-by-quarter-bar-chart-data-analysis.png diff --git a/images/RankedPanelsCharts.png b/images/actuals-by-sub-category-bar-chart.png similarity index 100% rename from images/RankedPanelsCharts.png rename to images/actuals-by-sub-category-bar-chart.png diff --git a/images/2024-08-02_12h10_19.png b/images/actuals-by-sub-category-chart-data-analysis-1.png similarity index 100% rename from images/2024-08-02_12h10_19.png rename to images/actuals-by-sub-category-chart-data-analysis-1.png diff --git a/images/image (377).png b/images/actuals-by-sub-category-chart-data-analysis.png similarity index 100% rename from images/image (377).png rename to images/actuals-by-sub-category-chart-data-analysis.png diff --git a/images/image (67).png b/images/actuals-by-sub-category-quarterly-performance-chart.png similarity index 100% rename from images/image (67).png rename to images/actuals-by-sub-category-quarterly-performance-chart.png diff --git a/images/image (65).png b/images/actuals-by-sub-region-and-sub-category-chart.png similarity index 100% rename from images/image (65).png rename to images/actuals-by-sub-region-and-sub-category-chart.png diff --git a/images/image (1992).png b/images/actuals-by-sub-region-chart-data-analysis.png similarity index 100% rename from images/image (1992).png rename to images/actuals-by-sub-region-chart-data-analysis.png diff --git a/images/image (378).png b/images/actuals-by-sub-region-chart-data-summary.png similarity index 100% rename from images/image (378).png rename to images/actuals-by-sub-region-chart-data-summary.png diff --git a/images/2024-08-02_12h29_37.png b/images/actuals-by-sub-region-quarterly-data-chart.png similarity index 100% rename from images/2024-08-02_12h29_37.png rename to images/actuals-by-sub-region-quarterly-data-chart.png diff --git a/images/image (1731).png b/images/actuals-enhcplan-monthly-gauge-chart-settings.png similarity index 100% rename from images/image (1731).png rename to images/actuals-enhcplan-monthly-gauge-chart-settings.png diff --git a/images/image (1712).png b/images/actuals-plan-by-month-bar-chart-1.png similarity index 100% rename from images/image (1712).png rename to images/actuals-plan-by-month-bar-chart-1.png diff --git a/images/2024-11-21_14h43_31.png b/images/actuals-plan-by-month-bar-chart-2.png similarity index 100% rename from images/2024-11-21_14h43_31.png rename to images/actuals-plan-by-month-bar-chart-2.png diff --git a/images/image (1942).png b/images/actuals-plan-by-month-bar-chart-3.png similarity index 100% rename from images/image (1942).png rename to images/actuals-plan-by-month-bar-chart-3.png diff --git a/images/image (1933).png b/images/actuals-plan-by-month-bar-chart.png similarity index 100% rename from images/image (1933).png rename to images/actuals-plan-by-month-bar-chart.png diff --git a/images/image (66).png b/images/actuals-plan-by-month-beverages-juices-soda.png similarity index 100% rename from images/image (66).png rename to images/actuals-plan-by-month-beverages-juices-soda.png diff --git a/images/referencelines.png b/images/actuals-plan-by-month-chart-analysis-1.png similarity index 100% rename from images/referencelines.png rename to images/actuals-plan-by-month-chart-analysis-1.png diff --git a/images/image (1943).png b/images/actuals-plan-by-month-chart-analysis-2.png similarity index 100% rename from images/image (1943).png rename to images/actuals-plan-by-month-chart-analysis-2.png diff --git a/images/image (1936).png b/images/actuals-plan-by-month-chart-analysis.png similarity index 100% rename from images/image (1936).png rename to images/actuals-plan-by-month-chart-analysis.png diff --git a/images/image (1934).png b/images/actuals-plan-by-month-chart-data-analysis.png similarity index 100% rename from images/image (1934).png rename to images/actuals-plan-by-month-chart-data-analysis.png diff --git a/images/image (1711).png b/images/actuals-plan-by-month-chart-data-visualization-1.png similarity index 100% rename from images/image (1711).png rename to images/actuals-plan-by-month-chart-data-visualization-1.png diff --git a/images/image (1937).png b/images/actuals-plan-by-month-chart-data-visualization.png similarity index 100% rename from images/image (1937).png rename to images/actuals-plan-by-month-chart-data-visualization.png diff --git a/images/TrendLine.png b/images/actuals-plan-by-month-chart.png similarity index 100% rename from images/TrendLine.png rename to images/actuals-plan-by-month-chart.png diff --git a/images/image (1708).png b/images/actuals-plan-by-month-chartpng-1.png similarity index 100% rename from images/image (1708).png rename to images/actuals-plan-by-month-chartpng-1.png diff --git a/images/image (1944).png b/images/actuals-plan-by-month-chartpng-2.png similarity index 100% rename from images/image (1944).png rename to images/actuals-plan-by-month-chartpng-2.png diff --git a/images/image (1941).png b/images/actuals-plan-by-month-chartpng.png similarity index 100% rename from images/image (1941).png rename to images/actuals-plan-by-month-chartpng.png diff --git a/images/Movingaverage.png b/images/actuals-plan-by-month-moving-average-chart-1.png similarity index 100% rename from images/Movingaverage.png rename to images/actuals-plan-by-month-moving-average-chart-1.png diff --git a/images/Additional series.png b/images/actuals-plan-by-month-moving-average-chart.png similarity index 100% rename from images/Additional series.png rename to images/actuals-plan-by-month-moving-average-chart.png diff --git a/images/image (1044).png b/images/actuals-plan-by-subcategory-in-millions.png similarity index 100% rename from images/image (1044).png rename to images/actuals-plan-by-subcategory-in-millions.png diff --git a/images/image (686).png b/images/actuals-plan-by-year-data-table.png similarity index 100% rename from images/image (686).png rename to images/actuals-plan-by-year-data-table.png diff --git a/images/image (688).png b/images/actuals-plan-by-year-in-millions-1.png similarity index 100% rename from images/image (688).png rename to images/actuals-plan-by-year-in-millions-1.png diff --git a/images/image (680).png b/images/actuals-plan-by-year-in-millions.png similarity index 100% rename from images/image (680).png rename to images/actuals-plan-by-year-in-millions.png diff --git a/images/image (685).png b/images/actuals-plan-by-year-table-data-1.png similarity index 100% rename from images/image (685).png rename to images/actuals-plan-by-year-table-data-1.png diff --git a/images/image (687).png b/images/actuals-plan-by-year-table-data.png similarity index 100% rename from images/image (687).png rename to images/actuals-plan-by-year-table-data.png diff --git a/images/Aggregation.png b/images/actuals-plan-chart-year-quarter-aggregation.png similarity index 100% rename from images/Aggregation.png rename to images/actuals-plan-chart-year-quarter-aggregation.png diff --git a/images/image (394).png b/images/actuals-plan-monthly-chart-analysis.png similarity index 100% rename from images/image (394).png rename to images/actuals-plan-monthly-chart-analysis.png diff --git a/images/image (1713).png b/images/actuals-plan-monthly-chart-data-visualization.png similarity index 100% rename from images/image (1713).png rename to images/actuals-plan-monthly-chart-data-visualization.png diff --git a/images/image (467).png b/images/actuals-plan-monthly-chart-visualization.png similarity index 100% rename from images/image (467).png rename to images/actuals-plan-monthly-chart-visualization.png diff --git a/images/image (684).png b/images/actuals-plan-quarterly-data-summary.png similarity index 100% rename from images/image (684).png rename to images/actuals-plan-quarterly-data-summary.png diff --git a/images/image (679).png b/images/actuals-plan-year-comparison-table.png similarity index 100% rename from images/image (679).png rename to images/actuals-plan-year-comparison-table.png diff --git a/images/2025-05-08_09h36_29.png b/images/actuals-target-by-month-gauge-chart.png similarity index 100% rename from images/2025-05-08_09h36_29.png rename to images/actuals-target-by-month-gauge-chart.png diff --git a/images/image (162).png b/images/add-new-item-icon-outline.png similarity index 100% rename from images/image (162).png rename to images/add-new-item-icon-outline.png diff --git a/images/image (539).png b/images/analytics-chart-monthly-data-comparison.png similarity index 100% rename from images/image (539).png rename to images/analytics-chart-monthly-data-comparison.png diff --git a/images/image (482).png b/images/analytics-chart-monthly-measures-summary.png similarity index 100% rename from images/image (482).png rename to images/analytics-chart-monthly-measures-summary.png diff --git a/images/image (1547).png b/images/analytics-chart-scaling-total-bar-by-month.png similarity index 100% rename from images/image (1547).png rename to images/analytics-chart-scaling-total-bar-by-month.png diff --git a/images/image (173).png b/images/analytics-dashboards-examples-by-lumel.png similarity index 100% rename from images/image (173).png rename to images/analytics-dashboards-examples-by-lumel.png diff --git a/images/image (24).png b/images/analytics-gantt-chart-progress-tasks-phases.png similarity index 100% rename from images/image (24).png rename to images/analytics-gantt-chart-progress-tasks-phases.png diff --git a/images/image (1996).png b/images/analytics-gantt-chart-project-status-overview.png similarity index 100% rename from images/image (1996).png rename to images/analytics-gantt-chart-project-status-overview.png diff --git a/images/1.1. gantt-charts.png b/images/analytics-gantt-chart-project-timeline-2024-2025-1.png similarity index 100% rename from images/1.1. gantt-charts.png rename to images/analytics-gantt-chart-project-timeline-2024-2025-1.png diff --git a/images/gantt-charts.png b/images/analytics-gantt-chart-project-timeline-2024-2025.png similarity index 100% rename from images/gantt-charts.png rename to images/analytics-gantt-chart-project-timeline-2024-2025.png diff --git a/images/image (1949).png b/images/analytics-license-visual-styles-json-file.png similarity index 100% rename from images/image (1949).png rename to images/analytics-license-visual-styles-json-file.png diff --git a/images/image (1957).png b/images/analytics-performance-mode-charts-tables-cards.png similarity index 100% rename from images/image (1957).png rename to images/analytics-performance-mode-charts-tables-cards.png diff --git a/images/image (1953).png b/images/analytics-plus-visualization-interface-screenshot.png similarity index 100% rename from images/image (1953).png rename to images/analytics-plus-visualization-interface-screenshot.png diff --git a/images/image (1950).png b/images/analytics-subcategory-monthly-data-report.png similarity index 100% rename from images/image (1950).png rename to images/analytics-subcategory-monthly-data-report.png diff --git a/images/image (1499).png b/images/analytics-year-quarter-month-data-table.png similarity index 100% rename from images/image (1499).png rename to images/analytics-year-quarter-month-data-table.png diff --git a/images/image (1678).png b/images/animal-gestation-vs-average-weight-scatterplot.png similarity index 100% rename from images/image (1678).png rename to images/animal-gestation-vs-average-weight-scatterplot.png diff --git a/images/2024-04-29_16h09_37.png b/images/apac-2022-q2-bar-chart-data-summary.png similarity index 100% rename from images/2024-04-29_16h09_37.png rename to images/apac-2022-q2-bar-chart-data-summary.png diff --git a/images/2024-04-29_14h09_37.png b/images/apac-quarterly-performance-2022-2024.png similarity index 100% rename from images/2024-04-29_14h09_37.png rename to images/apac-quarterly-performance-2022-2024.png diff --git a/images/2024-04-29_14h13_03.png b/images/apac-revenue-comparison-2022-2024-1.png similarity index 100% rename from images/2024-04-29_14h13_03.png rename to images/apac-revenue-comparison-2022-2024-1.png diff --git a/images/2024-04-29_14h06_05.png b/images/apac-revenue-comparison-2022-2024.png similarity index 100% rename from images/2024-04-29_14h06_05.png rename to images/apac-revenue-comparison-2022-2024.png diff --git a/images/image (118).png b/images/arrow-symbols-up-and-down.png similarity index 100% rename from images/image (118).png rename to images/arrow-symbols-up-and-down.png diff --git a/images/image (501).png b/images/arrow-up-right-icon-blue-gray.png similarity index 100% rename from images/image (501).png rename to images/arrow-up-right-icon-blue-gray.png diff --git a/images/image (1920).png b/images/bar-chart-2022-2023-2024-actuals-monthly.png similarity index 100% rename from images/image (1920).png rename to images/bar-chart-2022-2023-2024-actuals-monthly.png diff --git a/images/image (1377).png b/images/bar-chart-2022-2023-2024-plans-actuals.png similarity index 100% rename from images/image (1377).png rename to images/bar-chart-2022-2023-2024-plans-actuals.png diff --git a/images/Group default date format cards.png b/images/bar-chart-2022-quarterly-sales-data-1.png similarity index 100% rename from images/Group default date format cards.png rename to images/bar-chart-2022-quarterly-sales-data-1.png diff --git a/images/image (1645).png b/images/bar-chart-2022-quarterly-sales-data.png similarity index 100% rename from images/image (1645).png rename to images/bar-chart-2022-quarterly-sales-data.png diff --git a/images/image (833).png b/images/bar-chart-2023-2022-2021-actuals-monthly.png similarity index 100% rename from images/image (833).png rename to images/bar-chart-2023-2022-2021-actuals-monthly.png diff --git a/images/image (1133).png b/images/bar-chart-2023-2024-actuals-by-region.png similarity index 100% rename from images/image (1133).png rename to images/bar-chart-2023-2024-actuals-by-region.png diff --git a/images/image (1337).png b/images/bar-chart-2023-2024-actuals-monthly-data.png similarity index 100% rename from images/image (1337).png rename to images/bar-chart-2023-2024-actuals-monthly-data.png diff --git a/images/image (1236).png b/images/bar-chart-2024-2023-2022-actuals-plan.png similarity index 100% rename from images/image (1236).png rename to images/bar-chart-2024-2023-2022-actuals-plan.png diff --git a/images/2024-11-26_16h25_47.png b/images/bar-chart-2024-2023-2022-actuals-plans.png similarity index 100% rename from images/2024-11-26_16h25_47.png rename to images/bar-chart-2024-2023-2022-actuals-plans.png diff --git a/images/image (871).png b/images/bar-chart-2024-2023-actuals-plan-sub-region-1.png similarity index 100% rename from images/image (871).png rename to images/bar-chart-2024-2023-actuals-plan-sub-region-1.png diff --git a/images/image (1252).png b/images/bar-chart-2024-2023-actuals-plan-sub-region.png similarity index 100% rename from images/image (1252).png rename to images/bar-chart-2024-2023-actuals-plan-sub-region.png diff --git a/images/image (1322).png b/images/bar-chart-2024-actuals-by-region.png similarity index 100% rename from images/image (1322).png rename to images/bar-chart-2024-actuals-by-region.png diff --git a/images/2024-07-10_17h07_17.png b/images/bar-chart-actuals-by-months-data-labels.png similarity index 100% rename from images/2024-07-10_17h07_17.png rename to images/bar-chart-actuals-by-months-data-labels.png diff --git a/images/image (647).png b/images/bar-chart-actuals-plan-group-measure-data.png similarity index 100% rename from images/image (647).png rename to images/bar-chart-actuals-plan-group-measure-data.png diff --git a/images/image (2038).png b/images/bar-chart-actuals-plan-monthly-analysis.png similarity index 100% rename from images/image (2038).png rename to images/bar-chart-actuals-plan-monthly-analysis.png diff --git a/images/image (1420).png b/images/bar-chart-actuals-plan-monthly-summary-1.png similarity index 100% rename from images/image (1420).png rename to images/bar-chart-actuals-plan-monthly-summary-1.png diff --git a/images/image (1421).png b/images/bar-chart-actuals-plan-monthly-summary.png similarity index 100% rename from images/image (1421).png rename to images/bar-chart-actuals-plan-monthly-summary.png diff --git a/images/image (811).png b/images/bar-chart-allow-disable-overlap-data-labels.png similarity index 100% rename from images/image (811).png rename to images/bar-chart-allow-disable-overlap-data-labels.png diff --git a/images/image (615).png b/images/bar-chart-apac-quarterly-performance-2022-2024.png similarity index 100% rename from images/image (615).png rename to images/bar-chart-apac-quarterly-performance-2022-2024.png diff --git a/images/image (1692).png b/images/bar-chart-comparison-2022-2023-financial-data.png similarity index 100% rename from images/image (1692).png rename to images/bar-chart-comparison-2022-2023-financial-data.png diff --git a/images/image (645).png b/images/bar-chart-comparison-2022-2024-plans-actuals-1.png similarity index 100% rename from images/image (645).png rename to images/bar-chart-comparison-2022-2024-plans-actuals-1.png diff --git a/images/image (644).png b/images/bar-chart-comparison-2022-2024-plans-actuals.png similarity index 100% rename from images/image (644).png rename to images/bar-chart-comparison-2022-2024-plans-actuals.png diff --git a/images/image (1404).png b/images/bar-chart-data-analysis-emerging-markets-east-regions.png similarity index 100% rename from images/image (1404).png rename to images/bar-chart-data-analysis-emerging-markets-east-regions.png diff --git a/images/image (751).png b/images/bar-chart-data-analysis-four-regions.png similarity index 100% rename from images/image (751).png rename to images/bar-chart-data-analysis-four-regions.png diff --git a/images/image (839).png b/images/bar-chart-data-analysis-regions-performance.png similarity index 100% rename from images/image (839).png rename to images/bar-chart-data-analysis-regions-performance.png diff --git a/images/image (1391).png b/images/bar-chart-data-analysis-top-n-stacked.png similarity index 100% rename from images/image (1391).png rename to images/bar-chart-data-analysis-top-n-stacked.png diff --git a/images/image (836).png b/images/bar-chart-data-by-country-and-value.png similarity index 100% rename from images/image (836).png rename to images/bar-chart-data-by-country-and-value.png diff --git a/images/image (1311).png b/images/bar-chart-data-by-region-and-quarter.png similarity index 100% rename from images/image (1311).png rename to images/bar-chart-data-by-region-and-quarter.png diff --git a/images/image (1048).png b/images/bar-chart-data-comparison-drinks-sales.png similarity index 100% rename from images/image (1048).png rename to images/bar-chart-data-comparison-drinks-sales.png diff --git a/images/image (1293).png b/images/bar-chart-data-emerging-markets-performance.png similarity index 100% rename from images/image (1293).png rename to images/bar-chart-data-emerging-markets-performance.png diff --git a/images/2024-04-30_14h39_59.png b/images/bar-chart-data-emerging-markets-regions-qtr.png similarity index 100% rename from images/2024-04-30_14h39_59.png rename to images/bar-chart-data-emerging-markets-regions-qtr.png diff --git a/images/image (750).png b/images/bar-chart-data-summary-by-region-and-month.png similarity index 100% rename from images/image (750).png rename to images/bar-chart-data-summary-by-region-and-month.png diff --git a/images/image (1947).png b/images/bar-chart-data-visualization-report-power-bi.png similarity index 100% rename from images/image (1947).png rename to images/bar-chart-data-visualization-report-power-bi.png diff --git a/images/image (772).png b/images/bar-chart-data-visualization-settings-dashboard.png similarity index 100% rename from images/image (772).png rename to images/bar-chart-data-visualization-settings-dashboard.png diff --git a/images/image (1249).png b/images/bar-chart-deviation-actuals-plan-subcategory.png similarity index 100% rename from images/image (1249).png rename to images/bar-chart-deviation-actuals-plan-subcategory.png diff --git a/images/image (1411).png b/images/bar-chart-emerging-markets-east-pacific-2024.png similarity index 100% rename from images/image (1411).png rename to images/bar-chart-emerging-markets-east-pacific-2024.png diff --git a/images/image (1416).png b/images/bar-chart-emerging-markets-east-pacific-analysis.png similarity index 100% rename from images/image (1416).png rename to images/bar-chart-emerging-markets-east-pacific-analysis.png diff --git a/images/2024-04-29_14h21_08.png b/images/bar-chart-emerging-markets-east-pacific-data.png similarity index 100% rename from images/2024-04-29_14h21_08.png rename to images/bar-chart-emerging-markets-east-pacific-data.png diff --git a/images/image (616).png b/images/bar-chart-emerging-markets-east-pacific.png similarity index 100% rename from images/image (616).png rename to images/bar-chart-emerging-markets-east-pacific.png diff --git a/images/image (1637).png b/images/bar-chart-financial-data-analysis-settings.png similarity index 100% rename from images/image (1637).png rename to images/bar-chart-financial-data-analysis-settings.png diff --git a/images/image (1638).png b/images/bar-chart-financial-data-analysis-summary.png similarity index 100% rename from images/image (1638).png rename to images/bar-chart-financial-data-analysis-summary.png diff --git a/images/image (1299).png b/images/bar-chart-financial-data-domestic-emerging-markets.png similarity index 100% rename from images/image (1299).png rename to images/bar-chart-financial-data-domestic-emerging-markets.png diff --git a/images/image (764).png b/images/bar-chart-financial-data-quarterly-analysis.png similarity index 100% rename from images/image (764).png rename to images/bar-chart-financial-data-quarterly-analysis.png diff --git a/images/Single child as parent rows suppressed.png b/images/bar-chart-financial-data-summary-analysis.png similarity index 100% rename from images/Single child as parent rows suppressed.png rename to images/bar-chart-financial-data-summary-analysis.png diff --git a/images/image (776).png b/images/bar-chart-juices-soda-mineral-water-tea-coffee.png similarity index 100% rename from images/image (776).png rename to images/bar-chart-juices-soda-mineral-water-tea-coffee.png diff --git a/images/image (1439).png b/images/bar-chart-juices-soda-tea-coffee-sparkling-water.png similarity index 100% rename from images/image (1439).png rename to images/bar-chart-juices-soda-tea-coffee-sparkling-water.png diff --git a/images/image (1086).png b/images/bar-chart-kpi-position-data-analysis.png similarity index 100% rename from images/image (1086).png rename to images/bar-chart-kpi-position-data-analysis.png diff --git a/images/image (1422).png b/images/bar-chart-monthly-actuals-plans-settings.png similarity index 100% rename from images/image (1422).png rename to images/bar-chart-monthly-actuals-plans-settings.png diff --git a/images/image (854).png b/images/bar-chart-q2-results-analytics-deviation.png similarity index 100% rename from images/image (854).png rename to images/bar-chart-q2-results-analytics-deviation.png diff --git a/images/image (1313).png b/images/bar-chart-quarterly-data-by-region.png similarity index 100% rename from images/image (1313).png rename to images/bar-chart-quarterly-data-by-region.png diff --git a/images/image (1945).png b/images/bar-chart-quarterly-performance-kpi-settings.png similarity index 100% rename from images/image (1945).png rename to images/bar-chart-quarterly-performance-kpi-settings.png diff --git a/images/image (601).png b/images/bar-chart-quarterly-performance-variances.png similarity index 100% rename from images/image (601).png rename to images/bar-chart-quarterly-performance-variances.png diff --git a/images/image (1648).png b/images/bar-chart-quarterly-sales-data-2022.png similarity index 100% rename from images/image (1648).png rename to images/bar-chart-quarterly-sales-data-2022.png diff --git a/images/image (422).png b/images/bar-chart-region-sales-data-analysis.png similarity index 100% rename from images/image (422).png rename to images/bar-chart-region-sales-data-analysis.png diff --git a/images/image (614).png b/images/bar-chart-regional-performance-2022-2024.png similarity index 100% rename from images/image (614).png rename to images/bar-chart-regional-performance-2022-2024.png diff --git a/images/image (308).png b/images/bar-chart-regional-performance-analytics-data.png similarity index 100% rename from images/image (308).png rename to images/bar-chart-regional-performance-analytics-data.png diff --git a/images/image (1408).png b/images/bar-chart-regional-performance-data-analysis.png similarity index 100% rename from images/image (1408).png rename to images/bar-chart-regional-performance-data-analysis.png diff --git a/images/image (1288).png b/images/bar-chart-regional-performance-data-summary.png similarity index 100% rename from images/image (1288).png rename to images/bar-chart-regional-performance-data-summary.png diff --git a/images/image (1287).png b/images/bar-chart-regional-performance-data.png similarity index 100% rename from images/image (1287).png rename to images/bar-chart-regional-performance-data.png diff --git a/images/image (840).png b/images/bar-chart-regional-performance-quarterly-data-1.png similarity index 100% rename from images/image (840).png rename to images/bar-chart-regional-performance-quarterly-data-1.png diff --git a/images/image (598).png b/images/bar-chart-regional-performance-quarterly-data.png similarity index 100% rename from images/image (598).png rename to images/bar-chart-regional-performance-quarterly-data.png diff --git a/images/image (1394).png b/images/bar-chart-regional-sales-data-quarterly-summary.png similarity index 100% rename from images/image (1394).png rename to images/bar-chart-regional-sales-data-quarterly-summary.png diff --git a/images/image (302).png b/images/bar-chart-regions-performance-data-analysis.png similarity index 100% rename from images/image (302).png rename to images/bar-chart-regions-performance-data-analysis.png diff --git a/images/image (1028).png b/images/bar-chart-regions-sales-data-analysis.png similarity index 100% rename from images/image (1028).png rename to images/bar-chart-regions-sales-data-analysis.png diff --git a/images/image (1985).png b/images/bar-chart-reverse-axis-settings-comparison.png similarity index 100% rename from images/image (1985).png rename to images/bar-chart-reverse-axis-settings-comparison.png diff --git a/images/image (812).png b/images/bar-chart-sales-cogs-by-country.png similarity index 100% rename from images/image (812).png rename to images/bar-chart-sales-cogs-by-country.png diff --git a/images/image (312).png b/images/bar-chart-sales-data-by-country.png similarity index 100% rename from images/image (312).png rename to images/bar-chart-sales-data-by-country.png diff --git a/images/image (777).png b/images/bar-chart-sales-data-juices-soda-water-coffee.png similarity index 100% rename from images/image (777).png rename to images/bar-chart-sales-data-juices-soda-water-coffee.png diff --git a/images/image (1036).png b/images/bar-chart-sales-data-regions-2023.png similarity index 100% rename from images/image (1036).png rename to images/bar-chart-sales-data-regions-2023.png diff --git a/images/image (1990).png b/images/bar-chart-sales-profit-by-region-analysis-1.png similarity index 100% rename from images/image (1990).png rename to images/bar-chart-sales-profit-by-region-analysis-1.png diff --git a/images/image (1991).png b/images/bar-chart-sales-profit-by-region-analysis.png similarity index 100% rename from images/image (1991).png rename to images/bar-chart-sales-profit-by-region-analysis.png diff --git a/images/image (1140).png b/images/bar-chart-settings-actuals-plan-year-quarter-month.png similarity index 100% rename from images/image (1140).png rename to images/bar-chart-settings-actuals-plan-year-quarter-month.png diff --git a/images/image (531).png b/images/bar-chart-smartphone-sales-data-comparison.png similarity index 100% rename from images/image (531).png rename to images/bar-chart-smartphone-sales-data-comparison.png diff --git a/images/Null suppressed.png b/images/bar-chart-sum-of-actuals-account-types.png similarity index 100% rename from images/Null suppressed.png rename to images/bar-chart-sum-of-actuals-account-types.png diff --git a/images/image (1145).png b/images/bar-chart-sum-of-actuals-and-plan-1.png similarity index 100% rename from images/image (1145).png rename to images/bar-chart-sum-of-actuals-and-plan-1.png diff --git a/images/image (85).png b/images/bar-chart-sum-of-actuals-and-plan-by-month-1.png similarity index 100% rename from images/image (85).png rename to images/bar-chart-sum-of-actuals-and-plan-by-month-1.png diff --git a/images/image (1419).png b/images/bar-chart-sum-of-actuals-and-plan-by-month-2.png similarity index 100% rename from images/image (1419).png rename to images/bar-chart-sum-of-actuals-and-plan-by-month-2.png diff --git a/images/image (1418).png b/images/bar-chart-sum-of-actuals-and-plan-by-month-3.png similarity index 100% rename from images/image (1418).png rename to images/bar-chart-sum-of-actuals-and-plan-by-month-3.png diff --git a/images/2024-05-01_20h36_19.png b/images/bar-chart-sum-of-actuals-and-plan-by-month-4.png similarity index 100% rename from images/2024-05-01_20h36_19.png rename to images/bar-chart-sum-of-actuals-and-plan-by-month-4.png diff --git a/images/2024-04-30_17h21_55.png b/images/bar-chart-sum-of-actuals-and-plan-by-month-5.png similarity index 100% rename from images/2024-04-30_17h21_55.png rename to images/bar-chart-sum-of-actuals-and-plan-by-month-5.png diff --git a/images/image (1430).png b/images/bar-chart-sum-of-actuals-and-plan-by-month-6.png similarity index 100% rename from images/image (1430).png rename to images/bar-chart-sum-of-actuals-and-plan-by-month-6.png diff --git a/images/2025-02-04_12h27_47.png b/images/bar-chart-sum-of-actuals-and-plan-by-month.png similarity index 100% rename from images/2025-02-04_12h27_47.png rename to images/bar-chart-sum-of-actuals-and-plan-by-month.png diff --git a/images/image (1169).png b/images/bar-chart-sum-of-actuals-and-plan-by-region.png similarity index 100% rename from images/image (1169).png rename to images/bar-chart-sum-of-actuals-and-plan-by-region.png diff --git a/images/image (1414).png b/images/bar-chart-sum-of-actuals-and-plan-by-year-1.png similarity index 100% rename from images/image (1414).png rename to images/bar-chart-sum-of-actuals-and-plan-by-year-1.png diff --git a/images/2024-04-30_12h42_04.png b/images/bar-chart-sum-of-actuals-and-plan-by-year-2.png similarity index 100% rename from images/2024-04-30_12h42_04.png rename to images/bar-chart-sum-of-actuals-and-plan-by-year-2.png diff --git a/images/Native hierarchy expansion disabled.png b/images/bar-chart-sum-of-actuals-and-plan-by-year.png similarity index 100% rename from images/Native hierarchy expansion disabled.png rename to images/bar-chart-sum-of-actuals-and-plan-by-year.png diff --git a/images/image (1716).png b/images/bar-chart-sum-of-actuals-and-plan-monthly-1.png similarity index 100% rename from images/image (1716).png rename to images/bar-chart-sum-of-actuals-and-plan-monthly-1.png diff --git a/images/image (1429).png b/images/bar-chart-sum-of-actuals-and-plan-monthly.png similarity index 100% rename from images/image (1429).png rename to images/bar-chart-sum-of-actuals-and-plan-monthly.png diff --git a/images/image (1102).png b/images/bar-chart-sum-of-actuals-and-plan-quarterly-1.png similarity index 100% rename from images/image (1102).png rename to images/bar-chart-sum-of-actuals-and-plan-quarterly-1.png diff --git a/images/image (1103).png b/images/bar-chart-sum-of-actuals-and-plan-quarterly.png similarity index 100% rename from images/image (1103).png rename to images/bar-chart-sum-of-actuals-and-plan-quarterly.png diff --git a/images/image (1146).png b/images/bar-chart-sum-of-actuals-and-plan.png similarity index 100% rename from images/image (1146).png rename to images/bar-chart-sum-of-actuals-and-plan.png diff --git a/images/image (1434).png b/images/bar-chart-sum-of-actuals-by-month.png similarity index 100% rename from images/image (1434).png rename to images/bar-chart-sum-of-actuals-by-month.png diff --git a/images/image (1129).png b/images/bar-chart-sum-of-actuals-by-region.png similarity index 100% rename from images/image (1129).png rename to images/bar-chart-sum-of-actuals-by-region.png diff --git a/images/image (789).png b/images/bar-chart-united-states-east-pacific-central.png similarity index 100% rename from images/image (789).png rename to images/bar-chart-united-states-east-pacific-central.png diff --git a/images/image (1656).png b/images/bar-chart-united-states-international-data-1.png similarity index 100% rename from images/image (1656).png rename to images/bar-chart-united-states-international-data-1.png diff --git a/images/image (1655).png b/images/bar-chart-united-states-international-data.png similarity index 100% rename from images/image (1655).png rename to images/bar-chart-united-states-international-data.png diff --git a/images/image (1199).png b/images/bar-charts-2024-2023-plans-actuals-data.png similarity index 100% rename from images/image (1199).png rename to images/bar-charts-2024-2023-plans-actuals-data.png diff --git a/images/image (1200).png b/images/bar-charts-2024-plans-actuals-regions.png similarity index 100% rename from images/image (1200).png rename to images/bar-charts-2024-plans-actuals-regions.png diff --git a/images/image (1168).png b/images/bar-charts-by-region-2023-actuals-data.png similarity index 100% rename from images/image (1168).png rename to images/bar-charts-by-region-2023-actuals-data.png diff --git a/images/image (838).png b/images/bar-charts-by-region-and-quarter-performance.png similarity index 100% rename from images/image (838).png rename to images/bar-charts-by-region-and-quarter-performance.png diff --git a/images/image (1051).png b/images/bar-charts-by-region-sales-data.png similarity index 100% rename from images/image (1051).png rename to images/bar-charts-by-region-sales-data.png diff --git a/images/image (1440).png b/images/bar-charts-juices-soda-tea-coffee-water.png similarity index 100% rename from images/image (1440).png rename to images/bar-charts-juices-soda-tea-coffee-water.png diff --git a/images/image (1088).png b/images/bar-charts-regions-performance-data-analysis.png similarity index 100% rename from images/image (1088).png rename to images/bar-charts-regions-performance-data-analysis.png diff --git a/images/image (1090).png b/images/bar-graph-financial-data-regions-summary.png similarity index 100% rename from images/image (1090).png rename to images/bar-graph-financial-data-regions-summary.png diff --git a/images/image (1693).png b/images/bar-graphs-2022-2023-financial-data-comparison.png similarity index 100% rename from images/image (1693).png rename to images/bar-graphs-2022-2023-financial-data-comparison.png diff --git a/images/image (1085).png b/images/bar-graphs-by-region-with-kpi-indicators.png similarity index 100% rename from images/image (1085).png rename to images/bar-graphs-by-region-with-kpi-indicators.png diff --git a/images/image (752).png b/images/bar-graphs-domestic-emear-latam-apac.png similarity index 100% rename from images/image (752).png rename to images/bar-graphs-domestic-emear-latam-apac.png diff --git a/images/image (1111).png b/images/bar-graphs-regional-performance-2023.png similarity index 100% rename from images/image (1111).png rename to images/bar-graphs-regional-performance-2023.png diff --git a/images/image (1089).png b/images/bar-graphs-regions-performance-metrics-dashboard.png similarity index 100% rename from images/image (1089).png rename to images/bar-graphs-regions-performance-metrics-dashboard.png diff --git a/images/image (1047).png b/images/beverage-sales-chart-juices-soda-mineral-water.png similarity index 100% rename from images/image (1047).png rename to images/beverage-sales-chart-juices-soda-mineral-water.png diff --git a/images/image (583).png b/images/beverage-sales-data-2022-2024-quarterly.png similarity index 100% rename from images/image (583).png rename to images/beverage-sales-data-2022-2024-quarterly.png diff --git a/images/image (1004).png b/images/beverage-sales-data-2023-monthly-report.png similarity index 100% rename from images/image (1004).png rename to images/beverage-sales-data-2023-monthly-report.png diff --git a/images/image (1399).png b/images/beverage-sales-data-analysis-charts.png similarity index 100% rename from images/image (1399).png rename to images/beverage-sales-data-analysis-charts.png diff --git a/images/image (1396).png b/images/beverage-sales-data-analysis-dashboard.png similarity index 100% rename from images/image (1396).png rename to images/beverage-sales-data-analysis-dashboard.png diff --git a/images/image (823).png b/images/beverage-sales-data-chart-2023-1.png similarity index 100% rename from images/image (823).png rename to images/beverage-sales-data-chart-2023-1.png diff --git a/images/image (1218).png b/images/beverage-sales-data-chart-2023.png similarity index 100% rename from images/image (1218).png rename to images/beverage-sales-data-chart-2023.png diff --git a/images/image (786).png b/images/beverage-sales-data-chart-summary-analysis.png similarity index 100% rename from images/image (786).png rename to images/beverage-sales-data-chart-summary-analysis.png diff --git a/images/image (306).png b/images/beverage-sales-data-chart-with-sorting-options.png similarity index 100% rename from images/image (306).png rename to images/beverage-sales-data-chart-with-sorting-options.png diff --git a/images/image (1068).png b/images/beverage-sales-data-juices-soda-water-coffee-1.png similarity index 100% rename from images/image (1068).png rename to images/beverage-sales-data-juices-soda-water-coffee-1.png diff --git a/images/image (649).png b/images/beverage-sales-data-juices-soda-water-coffee.png similarity index 100% rename from images/image (649).png rename to images/beverage-sales-data-juices-soda-water-coffee.png diff --git a/images/image (1049).png b/images/beverage-sales-data-juices-soda-water-tea-coffee.png similarity index 100% rename from images/image (1049).png rename to images/beverage-sales-data-juices-soda-water-tea-coffee.png diff --git a/images/2024-05-08_16h03_02.png b/images/beverage-sales-data-united-states-2022.png similarity index 100% rename from images/2024-05-08_16h03_02.png rename to images/beverage-sales-data-united-states-2022.png diff --git a/images/image (1397).png b/images/beverage-sales-data-visualization-dashboard.png similarity index 100% rename from images/image (1397).png rename to images/beverage-sales-data-visualization-dashboard.png diff --git a/images/image (1412).png b/images/beverage-sales-international-emea-apac-east-pacific.png similarity index 100% rename from images/image (1412).png rename to images/beverage-sales-international-emea-apac-east-pacific.png diff --git a/images/2025-02-03_17h54_42.png b/images/beverage-sales-report-fourth-quarter.png similarity index 100% rename from images/2025-02-03_17h54_42.png rename to images/beverage-sales-report-fourth-quarter.png diff --git a/images/image (90).png b/images/beverage-sales-report-quarterly-data.png similarity index 100% rename from images/image (90).png rename to images/beverage-sales-report-quarterly-data.png diff --git a/images/image (91).png b/images/beverage-sales-report-quarterly-summary.png similarity index 100% rename from images/image (91).png rename to images/beverage-sales-report-quarterly-summary.png diff --git a/images/2024-08-01_17h40_51.png b/images/beverages-and-water-monthly-data-chart.png similarity index 100% rename from images/2024-08-01_17h40_51.png rename to images/beverages-and-water-monthly-data-chart.png diff --git a/images/2024-08-01_17h40_22.png b/images/beverages-and-water-monthly-data-chartpng.png similarity index 100% rename from images/2024-08-01_17h40_22.png rename to images/beverages-and-water-monthly-data-chartpng.png diff --git a/images/image (388).png b/images/beverages-and-water-monthly-performance-chart.png similarity index 100% rename from images/image (388).png rename to images/beverages-and-water-monthly-performance-chart.png diff --git a/images/image (390).png b/images/beverages-and-water-monthly-sales-chart-1.png similarity index 100% rename from images/image (390).png rename to images/beverages-and-water-monthly-sales-chart-1.png diff --git a/images/image (392).png b/images/beverages-and-water-monthly-sales-chart.png similarity index 100% rename from images/image (392).png rename to images/beverages-and-water-monthly-sales-chart.png diff --git a/images/image (391).png b/images/beverages-and-water-monthly-trends-chart-1.png similarity index 100% rename from images/image (391).png rename to images/beverages-and-water-monthly-trends-chart-1.png diff --git a/images/2024-08-01_17h41_22.png b/images/beverages-and-water-monthly-trends-chart.png similarity index 100% rename from images/2024-08-01_17h41_22.png rename to images/beverages-and-water-monthly-trends-chart.png diff --git a/images/image (393).png b/images/beverages-and-water-usage-chart-settings.png similarity index 100% rename from images/image (393).png rename to images/beverages-and-water-usage-chart-settings.png diff --git a/images/image (1365).png b/images/beverages-sales-by-quarter-and-region.png similarity index 100% rename from images/image (1365).png rename to images/beverages-sales-by-quarter-and-region.png diff --git a/images/image (1395).png b/images/beverages-sales-data-chart-regions-summary.png similarity index 100% rename from images/image (1395).png rename to images/beverages-sales-data-chart-regions-summary.png diff --git a/images/image (537).png b/images/black-squares-in-two-columns-and-three-rows.png similarity index 100% rename from images/image (537).png rename to images/black-squares-in-two-columns-and-three-rows.png diff --git a/images/charts-moving-avg-scatter-plot.png b/images/bottles-sold-sales-invoice-item-number-chart.png similarity index 100% rename from images/charts-moving-avg-scatter-plot.png rename to images/bottles-sold-sales-invoice-item-number-chart.png diff --git a/images/image (1627).png b/images/box-plot-data-visualization-2024-actuals.png similarity index 100% rename from images/image (1627).png rename to images/box-plot-data-visualization-2024-actuals.png diff --git a/images/image (1628).png b/images/box-plot-values-by-month-data-analysis.png similarity index 100% rename from images/image (1628).png rename to images/box-plot-values-by-month-data-analysis.png diff --git a/images/image (1626).png b/images/box-plot-values-by-month-store-data.png similarity index 100% rename from images/image (1626).png rename to images/box-plot-values-by-month-store-data.png diff --git a/images/boxplot.png b/images/box-plot-values-by-year-and-month-1.png similarity index 100% rename from images/boxplot.png rename to images/box-plot-values-by-year-and-month-1.png diff --git a/images/image (402).png b/images/box-plot-values-by-year-and-month.png similarity index 100% rename from images/image (402).png rename to images/box-plot-values-by-year-and-month.png diff --git a/images/image (1635).png b/images/box-plot-values-by-year-quarter-month.png similarity index 100% rename from images/image (1635).png rename to images/box-plot-values-by-year-quarter-month.png diff --git a/images/image (1624).png b/images/boxplot-settings-values-by-year-month.png similarity index 100% rename from images/image (1624).png rename to images/boxplot-settings-values-by-year-month.png diff --git a/images/image (1625).png b/images/boxplot-values-by-year-and-month-2022.png similarity index 100% rename from images/image (1625).png rename to images/boxplot-values-by-year-and-month-2022.png diff --git a/images/image (1623).png b/images/boxplot-values-by-year-and-month-chart.png similarity index 100% rename from images/image (1623).png rename to images/boxplot-values-by-year-and-month-chart.png diff --git a/images/image (403).png b/images/boxplot-values-by-year-and-month-settings-1.png similarity index 100% rename from images/image (403).png rename to images/boxplot-values-by-year-and-month-settings-1.png diff --git a/images/image (1622).png b/images/boxplot-values-by-year-and-month-settings.png similarity index 100% rename from images/image (1622).png rename to images/boxplot-values-by-year-and-month-settings.png diff --git a/images/image (404).png b/images/boxplot-values-by-year-and-month.png similarity index 100% rename from images/image (404).png rename to images/boxplot-values-by-year-and-month.png diff --git a/images/image (2055).png b/images/bubble-chart-2024-2023-2022-actuals-plans.png similarity index 100% rename from images/image (2055).png rename to images/bubble-chart-2024-2023-2022-actuals-plans.png diff --git a/images/image (2053).png b/images/bubble-chart-2024-2023-actuals-plan-1.png similarity index 100% rename from images/image (2053).png rename to images/bubble-chart-2024-2023-actuals-plan-1.png diff --git a/images/2025-05-06_18h06_04.png b/images/bubble-chart-2024-2023-actuals-plan-settings.png similarity index 100% rename from images/2025-05-06_18h06_04.png rename to images/bubble-chart-2024-2023-actuals-plan-settings.png diff --git a/images/image (2054).png b/images/bubble-chart-2024-2023-actuals-plan.png similarity index 100% rename from images/image (2054).png rename to images/bubble-chart-2024-2023-actuals-plan.png diff --git a/images/image (5).png b/images/bubble-chart-2024-actuals-plans-subcategories.png similarity index 100% rename from images/image (5).png rename to images/bubble-chart-2024-actuals-plans-subcategories.png diff --git a/images/image (1978).png b/images/bubble-chart-2024-plan-juices-settings.png similarity index 100% rename from images/image (1978).png rename to images/bubble-chart-2024-plan-juices-settings.png diff --git a/images/image (1617).png b/images/bubble-chart-data-visualization-example.png similarity index 100% rename from images/image (1617).png rename to images/bubble-chart-data-visualization-example.png diff --git a/images/2025-04-29_11h39_14.png b/images/bubble-chart-data-visualization-settings-1.png similarity index 100% rename from images/2025-04-29_11h39_14.png rename to images/bubble-chart-data-visualization-settings-1.png diff --git a/images/image (2052).png b/images/bubble-chart-data-visualization-settings.png similarity index 100% rename from images/image (2052).png rename to images/bubble-chart-data-visualization-settings.png diff --git a/images/image (2044).png b/images/bubble-chart-settings-and-data-visualization.png similarity index 100% rename from images/image (2044).png rename to images/bubble-chart-settings-and-data-visualization.png diff --git a/images/image (1612).png b/images/bubble-chart-united-states-international-sales.png similarity index 100% rename from images/image (1612).png rename to images/bubble-chart-united-states-international-sales.png diff --git a/images/image (1481).png b/images/build-from-scratch-element-count-preview.png similarity index 100% rename from images/image (1481).png rename to images/build-from-scratch-element-count-preview.png diff --git a/images/image (844).png b/images/bullet-charts-data-insight-management-dashboard.png similarity index 100% rename from images/image (844).png rename to images/bullet-charts-data-insight-management-dashboard.png diff --git a/images/2024-04-01_11h28_50.png b/images/canada-sales-profit-by-segment-summary.png similarity index 100% rename from images/2024-04-01_11h28_50.png rename to images/canada-sales-profit-by-segment-summary.png diff --git a/images/image (677).png b/images/canada-sales-profit-segments-summary-table.png similarity index 100% rename from images/image (677).png rename to images/canada-sales-profit-segments-summary-table.png diff --git a/images/image (1231).png b/images/caution-import-custom-visual-warning-message.png similarity index 100% rename from images/image (1231).png rename to images/caution-import-custom-visual-warning-message.png diff --git a/images/image (1319).png b/images/chart-2023-2024-actuals-comparison-data.png similarity index 100% rename from images/image (1319).png rename to images/chart-2023-2024-actuals-comparison-data.png diff --git a/images/image (848).png b/images/chart-2024-2023-2022-2021-actuals-plans.png similarity index 100% rename from images/image (848).png rename to images/chart-2024-2023-2022-2021-actuals-plans.png diff --git a/images/image (431).png b/images/chart-2024-2023-2022-ac-sub-region-analysis.png similarity index 100% rename from images/image (431).png rename to images/chart-2024-2023-2022-ac-sub-region-analysis.png diff --git a/images/2024-11-21_14h54_19.png b/images/chart-2024-2023-2022-actuals-plan-sub-region.png similarity index 100% rename from images/2024-11-21_14h54_19.png rename to images/chart-2024-2023-2022-actuals-plan-sub-region.png diff --git a/images/image (1132).png b/images/chart-2024-2023-actuals-by-region.png similarity index 100% rename from images/image (1132).png rename to images/chart-2024-2023-actuals-by-region.png diff --git a/images/image (1606).png b/images/chart-2024-actuals-plan-ac-pl-monthly-analysis.png similarity index 100% rename from images/image (1606).png rename to images/chart-2024-actuals-plan-ac-pl-monthly-analysis.png diff --git a/images/image (1600).png b/images/chart-2024-actuals-plan-monthly-comparison.png similarity index 100% rename from images/image (1600).png rename to images/chart-2024-actuals-plan-monthly-comparison.png diff --git a/images/image (1605).png b/images/chart-2024-plan-actuals-position-analysis.png similarity index 100% rename from images/image (1605).png rename to images/chart-2024-plan-actuals-position-analysis.png diff --git a/images/image (2061).png b/images/chart-ac-by-year-with-reference-band.png similarity index 100% rename from images/image (2061).png rename to images/chart-ac-by-year-with-reference-band.png diff --git a/images/filter.png b/images/chart-actuals-by-month-data-filters-visualization.png similarity index 100% rename from images/filter.png rename to images/chart-actuals-by-month-data-filters-visualization.png diff --git a/images/changing.png b/images/chart-actuals-by-region-quarterly-data.png similarity index 100% rename from images/changing.png rename to images/chart-actuals-by-region-quarterly-data.png diff --git a/images/thumbnails.png b/images/chart-actuals-by-sub-region-2023-2024.png similarity index 100% rename from images/thumbnails.png rename to images/chart-actuals-by-sub-region-2023-2024.png diff --git a/images/image (1735).png b/images/chart-actuals-enhcplan-monthly-gauge-settings-1.png similarity index 100% rename from images/image (1735).png rename to images/chart-actuals-enhcplan-monthly-gauge-settings-1.png diff --git a/images/image (1736).png b/images/chart-actuals-enhcplan-monthly-gauge-settings.png similarity index 100% rename from images/image (1736).png rename to images/chart-actuals-enhcplan-monthly-gauge-settings.png diff --git a/images/Variance axis line.png b/images/chart-analysis-monthly-variance-data-visualization.png similarity index 100% rename from images/Variance axis line.png rename to images/chart-analysis-monthly-variance-data-visualization.png diff --git a/images/2024-06-25_13h09_16.png b/images/chart-analytics-variance-month-summary.png similarity index 100% rename from images/2024-06-25_13h09_16.png rename to images/chart-analytics-variance-month-summary.png diff --git a/images/image (1410).png b/images/chart-apac-2022-quarter-four-data.png similarity index 100% rename from images/image (1410).png rename to images/chart-apac-2022-quarter-four-data.png diff --git a/images/2025-05-20_11h18_10.png b/images/chart-by-month-plan-data-visualization.png similarity index 100% rename from images/2025-05-20_11h18_10.png rename to images/chart-by-month-plan-data-visualization.png diff --git a/images/image (1619).png b/images/chart-card-overall-revenue-confirm-action.png similarity index 100% rename from images/image (1619).png rename to images/chart-card-overall-revenue-confirm-action.png diff --git a/images/image (355).png b/images/chart-card-table-variance-format-settings.png similarity index 100% rename from images/image (355).png rename to images/chart-card-table-variance-format-settings.png diff --git a/images/image (1725).png b/images/chart-conditional-formatting-comparison-band-settings.png similarity index 100% rename from images/image (1725).png rename to images/chart-conditional-formatting-comparison-band-settings.png diff --git a/images/image (770).png b/images/chart-customization-sum-actuals-quarterly-data.png similarity index 100% rename from images/image (770).png rename to images/chart-customization-sum-actuals-quarterly-data.png diff --git a/images/image (763).png b/images/chart-data-2023-2024-quarterly-analysis.png similarity index 100% rename from images/image (763).png rename to images/chart-data-2023-2024-quarterly-analysis.png diff --git a/images/image (1390).png b/images/chart-data-comparison-beverages-quarterly-performance.png similarity index 100% rename from images/image (1390).png rename to images/chart-data-comparison-beverages-quarterly-performance.png diff --git a/images/image (246).png b/images/chart-data-comparison-united-states-international.png similarity index 100% rename from images/image (246).png rename to images/chart-data-comparison-united-states-international.png diff --git a/images/image (765).png b/images/chart-data-quarterly-operating-expenses-profits.png similarity index 100% rename from images/image (765).png rename to images/chart-data-quarterly-operating-expenses-profits.png diff --git a/images/image (767).png b/images/chart-data-summary-quarterly-operating-expenses-1.png similarity index 100% rename from images/image (767).png rename to images/chart-data-summary-quarterly-operating-expenses-1.png diff --git a/images/image (766).png b/images/chart-data-summary-quarterly-operating-expenses.png similarity index 100% rename from images/image (766).png rename to images/chart-data-summary-quarterly-operating-expenses.png diff --git a/images/image (796).png b/images/chart-data-visualization-2024-2023-annotations.png similarity index 100% rename from images/image (796).png rename to images/chart-data-visualization-2024-2023-annotations.png diff --git a/images/image (1183).png b/images/chart-data-visualization-2024-2023-quarters.png similarity index 100% rename from images/image (1183).png rename to images/chart-data-visualization-2024-2023-quarters.png diff --git a/images/image (1306).png b/images/chart-data-visualization-2024-actuals-expenses.png similarity index 100% rename from images/image (1306).png rename to images/chart-data-visualization-2024-actuals-expenses.png diff --git a/images/image (1438).png b/images/chart-data-visualization-2024-actuals-targets.png similarity index 100% rename from images/image (1438).png rename to images/chart-data-visualization-2024-actuals-targets.png diff --git a/images/image (1618).png b/images/chart-data-visualization-analysis-dashboard.png similarity index 100% rename from images/image (1618).png rename to images/chart-data-visualization-analysis-dashboard.png diff --git a/images/image (1636).png b/images/chart-data-visualization-expenses-revenue-summary.png similarity index 100% rename from images/image (1636).png rename to images/chart-data-visualization-expenses-revenue-summary.png diff --git a/images/2024-11-21_17h15_57.png b/images/chart-data-visualization-sales-performance-analysis.png similarity index 100% rename from images/2024-11-21_17h15_57.png rename to images/chart-data-visualization-sales-performance-analysis.png diff --git a/images/Parent multi-level rows suppressed charts.png b/images/chart-data-visualization-settings-summary.png similarity index 100% rename from images/Parent multi-level rows suppressed charts.png rename to images/chart-data-visualization-settings-summary.png diff --git a/images/image (1616).png b/images/chart-data-visualization-sparkline-international.png similarity index 100% rename from images/image (1616).png rename to images/chart-data-visualization-sparkline-international.png diff --git a/images/child level as parent suppressed row charts.png b/images/chart-data-visualization-summary-2023.png similarity index 100% rename from images/child level as parent suppressed row charts.png rename to images/chart-data-visualization-summary-2023.png diff --git a/images/PArent only charts.png b/images/chart-data-visualization-summary-analysis.png similarity index 100% rename from images/PArent only charts.png rename to images/chart-data-visualization-summary-analysis.png diff --git a/images/image (1640).png b/images/chart-data-visualization-summary-analytics.png similarity index 100% rename from images/image (1640).png rename to images/chart-data-visualization-summary-analytics.png diff --git a/images/image (1653).png b/images/chart-data-visualization-united-states-2022-2024.png similarity index 100% rename from images/image (1653).png rename to images/chart-data-visualization-united-states-2022-2024.png diff --git a/images/image (380).png b/images/chart-data-visualization-user-controls-summary-table.png similarity index 100% rename from images/image (380).png rename to images/chart-data-visualization-user-controls-summary-table.png diff --git a/images/image (1709).png b/images/chart-deviation-monthly-actuals-planned-data.png similarity index 100% rename from images/image (1709).png rename to images/chart-deviation-monthly-actuals-planned-data.png diff --git a/images/image (1710).png b/images/chart-deviation-sum-of-actuals-monthly-data.png similarity index 100% rename from images/image (1710).png rename to images/chart-deviation-sum-of-actuals-monthly-data.png diff --git a/images/2024-11-21_14h30_55.png b/images/chart-deviation-summary-by-month-side-view.png similarity index 100% rename from images/2024-11-21_14h30_55.png rename to images/chart-deviation-summary-by-month-side-view.png diff --git a/images/image (389).png b/images/chart-emerging-markets-performance-data-analysis.png similarity index 100% rename from images/image (389).png rename to images/chart-emerging-markets-performance-data-analysis.png diff --git a/images/image (664).png b/images/chart-filter-context-measure-data-analysis.png similarity index 100% rename from images/image (664).png rename to images/chart-filter-context-measure-data-analysis.png diff --git a/images/image (665).png b/images/chart-filter-context-measure-dax-visualization.png similarity index 100% rename from images/image (665).png rename to images/chart-filter-context-measure-dax-visualization.png diff --git a/images/image (478).png b/images/chart-height-monthly-data-visualization.png similarity index 100% rename from images/image (478).png rename to images/chart-height-monthly-data-visualization.png diff --git a/images/image (858).png b/images/chart-import-settings-json-file-upload.png similarity index 100% rename from images/image (858).png rename to images/chart-import-settings-json-file-upload.png diff --git a/images/image (1182).png b/images/chart-layout-data-visualization-quarterly-analysis.png similarity index 100% rename from images/image (1182).png rename to images/chart-layout-data-visualization-quarterly-analysis.png diff --git a/images/image (856).png b/images/chart-options-data-display-actions-toolbar.png similarity index 100% rename from images/image (856).png rename to images/chart-options-data-display-actions-toolbar.png diff --git a/images/image (1856).png b/images/chart-properties-data-visualization-dashboard.png similarity index 100% rename from images/image (1856).png rename to images/chart-properties-data-visualization-dashboard.png diff --git a/images/image (1137).png b/images/chart-settings-2022-2023-2024-actuals-plans.png similarity index 100% rename from images/image (1137).png rename to images/chart-settings-2022-2023-2024-actuals-plans.png diff --git a/images/image (1138).png b/images/chart-settings-2022-2024-actuals-plans-monthly.png similarity index 100% rename from images/image (1138).png rename to images/chart-settings-2022-2024-actuals-plans-monthly.png diff --git a/images/image (1603).png b/images/chart-settings-2024-plan-actuals-quadrants.png similarity index 100% rename from images/image (1603).png rename to images/chart-settings-2024-plan-actuals-quadrants.png diff --git a/images/image (2) (1) (1) (1).png b/images/chart-settings-actuals-by-month-visualization.png similarity index 100% rename from images/image (2) (1) (1) (1).png rename to images/chart-settings-actuals-by-month-visualization.png diff --git a/images/image (1734).png b/images/chart-settings-actuals-gauge-monthly-data.png similarity index 100% rename from images/image (1734).png rename to images/chart-settings-actuals-gauge-monthly-data.png diff --git a/images/image (1331).png b/images/chart-settings-advanced-sorting-months-visualization.png similarity index 100% rename from images/image (1331).png rename to images/chart-settings-advanced-sorting-months-visualization.png diff --git a/images/image (1698).png b/images/chart-settings-and-data-visualization-example.png similarity index 100% rename from images/image (1698).png rename to images/chart-settings-and-data-visualization-example.png diff --git a/images/image (1911).png b/images/chart-settings-data-visualization-analysis.png similarity index 100% rename from images/image (1911).png rename to images/chart-settings-data-visualization-analysis.png diff --git a/images/image (1740).png b/images/chart-settings-gauge-visualization-data-1.png similarity index 100% rename from images/image (1740).png rename to images/chart-settings-gauge-visualization-data-1.png diff --git a/images/image (1738).png b/images/chart-settings-gauge-visualization-data-2.png similarity index 100% rename from images/image (1738).png rename to images/chart-settings-gauge-visualization-data-2.png diff --git a/images/image (1737).png b/images/chart-settings-gauge-visualization-data.png similarity index 100% rename from images/image (1737).png rename to images/chart-settings-gauge-visualization-data.png diff --git a/images/image (698).png b/images/chart-settings-operating-profit-expenses-marketing.png similarity index 100% rename from images/image (698).png rename to images/chart-settings-operating-profit-expenses-marketing.png diff --git a/images/image (1) (1).png b/images/chart-settings-profit-visualization-data.png similarity index 100% rename from images/image (1) (1).png rename to images/chart-settings-profit-visualization-data.png diff --git a/images/Quadrant.png b/images/chart-settings-quadrants-2024-actuals-plans.png similarity index 100% rename from images/Quadrant.png rename to images/chart-settings-quadrants-2024-actuals-plans.png diff --git a/images/image (1) (1) (1) (1) (1).png b/images/chart-settings-targets-2024-actuals-width.png similarity index 100% rename from images/image (1) (1) (1) (1) (1).png rename to images/chart-settings-targets-2024-actuals-width.png diff --git a/images/Auto axis.png b/images/chart-settings-united-states-international-data.png similarity index 100% rename from images/Auto axis.png rename to images/chart-settings-united-states-international-data.png diff --git a/images/image.png b/images/chart-settings-visualization-account-types-flow.png similarity index 100% rename from images/image.png rename to images/chart-settings-visualization-account-types-flow.png diff --git a/images/image (289).png b/images/chart-sum-actuals-new-measure-by-month.png similarity index 100% rename from images/image (289).png rename to images/chart-sum-actuals-new-measure-by-month.png diff --git a/images/image (1882).png b/images/chart-sum-actuals-plan-monthly-data-visualization.png similarity index 100% rename from images/image (1882).png rename to images/chart-sum-actuals-plan-monthly-data-visualization.png diff --git a/images/RadarPolar.png b/images/chart-sum-actuals-plan-monthly-visualization.png similarity index 100% rename from images/RadarPolar.png rename to images/chart-sum-actuals-plan-monthly-visualization.png diff --git a/images/image (817).png b/images/chart-sum-actuals-plan-region-subcategory.png similarity index 100% rename from images/image (817).png rename to images/chart-sum-actuals-plan-region-subcategory.png diff --git a/images/image (420).png b/images/chart-sum-actuals-plan-year-quarter-month.png similarity index 100% rename from images/image (420).png rename to images/chart-sum-actuals-plan-year-quarter-month.png diff --git a/images/image (1771).png b/images/chart-sum-cogs-discount-band-country-1.png similarity index 100% rename from images/image (1771).png rename to images/chart-sum-cogs-discount-band-country-1.png diff --git a/images/image (1766).png b/images/chart-sum-cogs-discount-band-country-2.png similarity index 100% rename from images/image (1766).png rename to images/chart-sum-cogs-discount-band-country-2.png diff --git a/images/2024-11-20_13h11_58.png b/images/chart-sum-cogs-discount-band-country-3.png similarity index 100% rename from images/2024-11-20_13h11_58.png rename to images/chart-sum-cogs-discount-band-country-3.png diff --git a/images/image (1772).png b/images/chart-sum-cogs-discount-band-country-4.png similarity index 100% rename from images/image (1772).png rename to images/chart-sum-cogs-discount-band-country-4.png diff --git a/images/image (1773).png b/images/chart-sum-cogs-discount-band-country-visualization.png similarity index 100% rename from images/image (1773).png rename to images/chart-sum-cogs-discount-band-country-visualization.png diff --git a/images/image (1767).png b/images/chart-sum-cogs-discount-band-country.png similarity index 100% rename from images/image (1767).png rename to images/chart-sum-cogs-discount-band-country.png diff --git a/images/image (74).png b/images/chart-sum-discount-by-order-date-visualization.png similarity index 100% rename from images/image (74).png rename to images/chart-sum-discount-by-order-date-visualization.png diff --git a/images/image (1) (1) (1).png b/images/chart-sum-gross-sales-target-sales-data.png similarity index 100% rename from images/image (1) (1) (1).png rename to images/chart-sum-gross-sales-target-sales-data.png diff --git a/images/image (451).png b/images/chart-sum-of-actuals-and-plan-by-account-type-1.png similarity index 100% rename from images/image (451).png rename to images/chart-sum-of-actuals-and-plan-by-account-type-1.png diff --git a/images/image (452).png b/images/chart-sum-of-actuals-and-plan-by-account-type.png similarity index 100% rename from images/image (452).png rename to images/chart-sum-of-actuals-and-plan-by-account-type.png diff --git a/images/image (814).png b/images/chart-sum-of-actuals-and-plan-by-category.png similarity index 100% rename from images/image (814).png rename to images/chart-sum-of-actuals-and-plan-by-category.png diff --git a/images/Single child hierarchy all.png b/images/chart-sum-of-actuals-and-plan-by-date-1.png similarity index 100% rename from images/Single child hierarchy all.png rename to images/chart-sum-of-actuals-and-plan-by-date-1.png diff --git a/images/image (1364).png b/images/chart-sum-of-actuals-and-plan-by-date.png similarity index 100% rename from images/image (1364).png rename to images/chart-sum-of-actuals-and-plan-by-date.png diff --git a/images/Summary table date format.png b/images/chart-sum-of-actuals-and-plan-by-month-1.png similarity index 100% rename from images/Summary table date format.png rename to images/chart-sum-of-actuals-and-plan-by-month-1.png diff --git a/images/image (1144).png b/images/chart-sum-of-actuals-and-plan-by-month-10.png similarity index 100% rename from images/image (1144).png rename to images/chart-sum-of-actuals-and-plan-by-month-10.png diff --git a/images/Single child hierarchy parent only.png b/images/chart-sum-of-actuals-and-plan-by-month-2.png similarity index 100% rename from images/Single child hierarchy parent only.png rename to images/chart-sum-of-actuals-and-plan-by-month-2.png diff --git a/images/image (474).png b/images/chart-sum-of-actuals-and-plan-by-month-3.png similarity index 100% rename from images/image (474).png rename to images/chart-sum-of-actuals-and-plan-by-month-3.png diff --git a/images/image (1143).png b/images/chart-sum-of-actuals-and-plan-by-month-4.png similarity index 100% rename from images/image (1143).png rename to images/chart-sum-of-actuals-and-plan-by-month-4.png diff --git a/images/image (1417).png b/images/chart-sum-of-actuals-and-plan-by-month-5.png similarity index 100% rename from images/image (1417).png rename to images/chart-sum-of-actuals-and-plan-by-month-5.png diff --git a/images/image (1142).png b/images/chart-sum-of-actuals-and-plan-by-month-6.png similarity index 100% rename from images/image (1142).png rename to images/chart-sum-of-actuals-and-plan-by-month-6.png diff --git a/images/image (1545).png b/images/chart-sum-of-actuals-and-plan-by-month-7.png similarity index 100% rename from images/image (1545).png rename to images/chart-sum-of-actuals-and-plan-by-month-7.png diff --git a/images/image (884).png b/images/chart-sum-of-actuals-and-plan-by-month-8.png similarity index 100% rename from images/image (884).png rename to images/chart-sum-of-actuals-and-plan-by-month-8.png diff --git a/images/image (1559).png b/images/chart-sum-of-actuals-and-plan-by-month-9.png similarity index 100% rename from images/image (1559).png rename to images/chart-sum-of-actuals-and-plan-by-month-9.png diff --git a/images/image (887).png b/images/chart-sum-of-actuals-and-plan-by-month.png similarity index 100% rename from images/image (887).png rename to images/chart-sum-of-actuals-and-plan-by-month.png diff --git a/images/image (471).png b/images/chart-sum-of-actuals-and-plan-by-quarter-month.png similarity index 100% rename from images/image (471).png rename to images/chart-sum-of-actuals-and-plan-by-quarter-month.png diff --git a/images/image (1209).png b/images/chart-sum-of-actuals-by-quarter-trellis.png similarity index 100% rename from images/image (1209).png rename to images/chart-sum-of-actuals-by-quarter-trellis.png diff --git a/images/image (670).png b/images/chart-sum-of-actuals-by-sub-region.png similarity index 100% rename from images/image (670).png rename to images/chart-sum-of-actuals-by-sub-region.png diff --git a/images/image (290).png b/images/chart-sum-of-actuals-new-measure-by-month.png similarity index 100% rename from images/image (290).png rename to images/chart-sum-of-actuals-new-measure-by-month.png diff --git a/images/image (16).png b/images/chart-sum-of-cogs-discounts-by-country.png similarity index 100% rename from images/image (16).png rename to images/chart-sum-of-cogs-discounts-by-country.png diff --git a/images/image (1542).png b/images/chart-sum-of-plan-actuals-by-month-1.png similarity index 100% rename from images/image (1542).png rename to images/chart-sum-of-plan-actuals-by-month-1.png diff --git a/images/image (1540).png b/images/chart-sum-of-plan-actuals-by-month.png similarity index 100% rename from images/image (1540).png rename to images/chart-sum-of-plan-actuals-by-month.png diff --git a/images/image (693).png b/images/chart-sum-of-plan-by-month-in-millions.png similarity index 100% rename from images/image (693).png rename to images/chart-sum-of-plan-by-month-in-millions.png diff --git a/images/image (1959).png b/images/chart-sum-sales-discounts-country-month.png similarity index 100% rename from images/image (1959).png rename to images/chart-sum-sales-discounts-country-month.png diff --git a/images/chart 2.png b/images/chart-types-and-examples-overview.png similarity index 100% rename from images/chart 2.png rename to images/chart-types-and-examples-overview.png diff --git a/images/image (6).png b/images/chart-types-overview-data-visualization.png similarity index 100% rename from images/image (6).png rename to images/chart-types-overview-data-visualization.png diff --git a/images/image (466).png b/images/chart-variance-by-month-actuals-plan.png similarity index 100% rename from images/image (466).png rename to images/chart-variance-by-month-actuals-plan.png diff --git a/images/favorites.png b/images/chart-wizard-favorites-recommended-charts-selection.png similarity index 100% rename from images/favorites.png rename to images/chart-wizard-favorites-recommended-charts-selection.png diff --git a/images/image (145).png b/images/chart-wizard-recommended-charts-favorites-options.png similarity index 100% rename from images/image (145).png rename to images/chart-wizard-recommended-charts-favorites-options.png diff --git a/images/image (1136).png b/images/charts-2022-2023-2024-actuals-plans-monthly.png similarity index 100% rename from images/image (1136).png rename to images/charts-2022-2023-2024-actuals-plans-monthly.png diff --git a/images/image (1975).png b/images/charts-2024-2023-2022-actuals-by-month.png similarity index 100% rename from images/image (1975).png rename to images/charts-2024-2023-2022-actuals-by-month.png diff --git a/images/image (1461).png b/images/charts-2024-plan-actuals-united-states-international.png similarity index 100% rename from images/image (1461).png rename to images/charts-2024-plan-actuals-united-states-international.png diff --git a/images/GridLayout-Charts.png b/images/charts-actuals-by-quarter-juices-soda-water.png similarity index 100% rename from images/GridLayout-Charts.png rename to images/charts-actuals-by-quarter-juices-soda-water.png diff --git a/images/image (1642).png b/images/charts-actuals-plan-by-month-data-visualization.png similarity index 100% rename from images/image (1642).png rename to images/charts-actuals-plan-by-month-data-visualization.png diff --git a/images/image (1204).png b/images/charts-and-data-analysis-for-beverages.png similarity index 100% rename from images/image (1204).png rename to images/charts-and-data-analysis-for-beverages.png diff --git a/images/image (1064).png b/images/charts-and-data-by-region-and-quarter.png similarity index 100% rename from images/image (1064).png rename to images/charts-and-data-by-region-and-quarter.png diff --git a/images/image (297).png b/images/charts-and-data-visualization-example.png similarity index 100% rename from images/image (297).png rename to images/charts-and-data-visualization-example.png diff --git a/images/image (235).png b/images/charts-and-kpis-for-2022-and-2023-sales.png similarity index 100% rename from images/image (235).png rename to images/charts-and-kpis-for-2022-and-2023-sales.png diff --git a/images/image (340).png b/images/charts-and-kpis-for-sales-performance-analysis.png similarity index 100% rename from images/image (340).png rename to images/charts-and-kpis-for-sales-performance-analysis.png diff --git a/images/image (379).png b/images/charts-and-settings-by-sub-region-data.png similarity index 100% rename from images/image (379).png rename to images/charts-and-settings-by-sub-region-data.png diff --git a/images/image (1063).png b/images/charts-and-settings-data-visualization-dashboard.png similarity index 100% rename from images/image (1063).png rename to images/charts-and-settings-data-visualization-dashboard.png diff --git a/images/image (450).png b/images/charts-and-settings-for-2024-2023-actuals.png similarity index 100% rename from images/image (450).png rename to images/charts-and-settings-for-2024-2023-actuals.png diff --git a/images/image (1283).png b/images/charts-by-region-emerging-markets-performance-analysis.png similarity index 100% rename from images/image (1283).png rename to images/charts-by-region-emerging-markets-performance-analysis.png diff --git a/images/image (1033).png b/images/charts-by-region-sales-data-analysis-1.png similarity index 100% rename from images/image (1033).png rename to images/charts-by-region-sales-data-analysis-1.png diff --git a/images/image (1052).png b/images/charts-by-region-sales-data-analysis.png similarity index 100% rename from images/image (1052).png rename to images/charts-by-region-sales-data-analysis.png diff --git a/images/image (1031).png b/images/charts-by-region-sales-data-comparison.png similarity index 100% rename from images/image (1031).png rename to images/charts-by-region-sales-data-comparison.png diff --git a/images/image (646).png b/images/charts-comparison-2022-2024-actuals-plans.png similarity index 100% rename from images/image (646).png rename to images/charts-comparison-2022-2024-actuals-plans.png diff --git a/images/image (425).png b/images/charts-consumer-corporate-phone-chair-data.png similarity index 100% rename from images/image (425).png rename to images/charts-consumer-corporate-phone-chair-data.png diff --git a/images/image (1197).png b/images/charts-data-2023-2024-emerging-markets.png similarity index 100% rename from images/image (1197).png rename to images/charts-data-2023-2024-emerging-markets.png diff --git a/images/image (1201).png b/images/charts-data-2024-2023-plans-actuals-comparison.png similarity index 100% rename from images/image (1201).png rename to images/charts-data-2024-2023-plans-actuals-comparison.png diff --git a/images/image (1194).png b/images/charts-data-2024-2023-regions-plans-actuals.png similarity index 100% rename from images/image (1194).png rename to images/charts-data-2024-2023-regions-plans-actuals.png diff --git a/images/image (1216).png b/images/charts-data-analysis-2024-actuals.png similarity index 100% rename from images/image (1216).png rename to images/charts-data-analysis-2024-actuals.png diff --git a/images/image (1554).png b/images/charts-data-analysis-emea-apac-central-east-1.png similarity index 100% rename from images/image (1554).png rename to images/charts-data-analysis-emea-apac-central-east-1.png diff --git a/images/image (1717).png b/images/charts-data-analysis-emea-apac-central-east.png similarity index 100% rename from images/image (1717).png rename to images/charts-data-analysis-emea-apac-central-east.png diff --git a/images/image (1280).png b/images/charts-data-analysis-financial-reporting-visualization.png similarity index 100% rename from images/image (1280).png rename to images/charts-data-analysis-financial-reporting-visualization.png diff --git a/images/image (1217).png b/images/charts-data-analysis-juices-soda-water-coffee.png similarity index 100% rename from images/image (1217).png rename to images/charts-data-analysis-juices-soda-water-coffee.png diff --git a/images/image (1406).png b/images/charts-data-analysis-months-performance-summary.png similarity index 100% rename from images/image (1406).png rename to images/charts-data-analysis-months-performance-summary.png diff --git a/images/image (1273).png b/images/charts-data-analysis-performance-metrics-2023.png similarity index 100% rename from images/image (1273).png rename to images/charts-data-analysis-performance-metrics-2023.png diff --git a/images/image (1894).png b/images/charts-data-analysis-regions-performance-summary.png similarity index 100% rename from images/image (1894).png rename to images/charts-data-analysis-regions-performance-summary.png diff --git a/images/image (815).png b/images/charts-data-analysis-sales-performance-quarterly.png similarity index 100% rename from images/image (815).png rename to images/charts-data-analysis-sales-performance-quarterly.png diff --git a/images/image (1407).png b/images/charts-data-analysis-top-n-visualization.png similarity index 100% rename from images/image (1407).png rename to images/charts-data-analysis-top-n-visualization.png diff --git a/images/image (1389).png b/images/charts-data-analysis-trellis-visualization.png similarity index 100% rename from images/image (1389).png rename to images/charts-data-analysis-trellis-visualization.png diff --git a/images/image (1307).png b/images/charts-data-juices-tea-coffee-soda-sparkling-water.png similarity index 100% rename from images/image (1307).png rename to images/charts-data-juices-tea-coffee-soda-sparkling-water.png diff --git a/images/image (1644).png b/images/charts-data-settings-regional-format-analysis.png similarity index 100% rename from images/image (1644).png rename to images/charts-data-settings-regional-format-analysis.png diff --git a/images/image (1304).png b/images/charts-data-summary-emerging-markets-regions-1.png similarity index 100% rename from images/image (1304).png rename to images/charts-data-summary-emerging-markets-regions-1.png diff --git a/images/image (1268).png b/images/charts-data-summary-emerging-markets-regions.png similarity index 100% rename from images/image (1268).png rename to images/charts-data-summary-emerging-markets-regions.png diff --git a/images/image (1405).png b/images/charts-data-visualization-analysis-dashboard.png similarity index 100% rename from images/image (1405).png rename to images/charts-data-visualization-analysis-dashboard.png diff --git a/images/image (1274).png b/images/charts-data-visualization-financial-performance-analysis.png similarity index 100% rename from images/image (1274).png rename to images/charts-data-visualization-financial-performance-analysis.png diff --git a/images/image (1402).png b/images/charts-data-visualization-regions-performance-analysis.png similarity index 100% rename from images/image (1402).png rename to images/charts-data-visualization-regions-performance-analysis.png diff --git a/images/image (1329).png b/images/charts-data-visualization-settings-dashboard.png similarity index 100% rename from images/image (1329).png rename to images/charts-data-visualization-settings-dashboard.png diff --git a/images/image (1296).png b/images/charts-for-juices-soda-water-coffee.png similarity index 100% rename from images/image (1296).png rename to images/charts-for-juices-soda-water-coffee.png diff --git a/images/image (757).png b/images/charts-juices-soda-mineral-water-tea-coffee-1.png similarity index 100% rename from images/image (757).png rename to images/charts-juices-soda-mineral-water-tea-coffee-1.png diff --git a/images/image (1297).png b/images/charts-juices-soda-mineral-water-tea-coffee.png similarity index 100% rename from images/image (1297).png rename to images/charts-juices-soda-mineral-water-tea-coffee.png diff --git a/images/image (1370).png b/images/charts-measurements-by-region-yearly-performance.png similarity index 100% rename from images/image (1370).png rename to images/charts-measurements-by-region-yearly-performance.png diff --git a/images/2024-12-10_17h56_48.png b/images/charts-sales-data-visualization-dashboard.png similarity index 100% rename from images/2024-12-10_17h56_48.png rename to images/charts-sales-data-visualization-dashboard.png diff --git a/images/Charts-2 5 (1).png b/images/charts-types-data-visualization-guide-1.png similarity index 100% rename from images/Charts-2 5 (1).png rename to images/charts-types-data-visualization-guide-1.png diff --git a/images/Charts-2 5.png b/images/charts-types-data-visualization-guide.png similarity index 100% rename from images/Charts-2 5.png rename to images/charts-types-data-visualization-guide.png diff --git a/images/image (788).png b/images/charts-with-variance-icons-and-data-summary.png similarity index 100% rename from images/image (788).png rename to images/charts-with-variance-icons-and-data-summary.png diff --git a/images/image (172).png b/images/choose-template-explore-import-options.png similarity index 100% rename from images/image (172).png rename to images/choose-template-explore-import-options.png diff --git a/images/image (1770).png b/images/circular-chart-sum-of-cogs-by-country.png similarity index 100% rename from images/image (1770).png rename to images/circular-chart-sum-of-cogs-by-country.png diff --git a/images/ClusteredColumn.png b/images/cluster-column-chart-data-comparison-2020-2022-1.png similarity index 100% rename from images/ClusteredColumn.png rename to images/cluster-column-chart-data-comparison-2020-2022-1.png diff --git a/images/image (913).png b/images/cluster-column-chart-data-comparison-2020-2022.png similarity index 100% rename from images/image (913).png rename to images/cluster-column-chart-data-comparison-2020-2022.png diff --git a/images/image (1479).png b/images/cognify-choose-template-build-from-scratch-options.png similarity index 100% rename from images/image (1479).png rename to images/cognify-choose-template-build-from-scratch-options.png diff --git a/images/image (1777).png b/images/cogs-discount-band-country-chart-visualization.png similarity index 100% rename from images/image (1777).png rename to images/cogs-discount-band-country-chart-visualization.png diff --git a/images/image (899).png b/images/combination-waterfall-chart-2020-2021-actuals.png similarity index 100% rename from images/image (899).png rename to images/combination-waterfall-chart-2020-2021-actuals.png diff --git a/images/image (184).png b/images/comments-pane-styling-financial-performance-dashboard-1.png similarity index 100% rename from images/image (184).png rename to images/comments-pane-styling-financial-performance-dashboard-1.png diff --git a/images/image (182).png b/images/comments-pane-styling-financial-performance-dashboard-2.png similarity index 100% rename from images/image (182).png rename to images/comments-pane-styling-financial-performance-dashboard-2.png diff --git a/images/image (183).png b/images/comments-pane-styling-financial-performance-dashboard-3.png similarity index 100% rename from images/image (183).png rename to images/comments-pane-styling-financial-performance-dashboard-3.png diff --git a/images/image (181).png b/images/comments-pane-styling-financial-performance-dashboard-4.png similarity index 100% rename from images/image (181).png rename to images/comments-pane-styling-financial-performance-dashboard-4.png diff --git a/images/image (187).png b/images/comments-pane-styling-financial-performance-dashboard-5.png similarity index 100% rename from images/image (187).png rename to images/comments-pane-styling-financial-performance-dashboard-5.png diff --git a/images/image (186).png b/images/comments-pane-styling-financial-performance-dashboard-6.png similarity index 100% rename from images/image (186).png rename to images/comments-pane-styling-financial-performance-dashboard-6.png diff --git a/images/image (185).png b/images/comments-pane-styling-financial-performance-dashboard.png similarity index 100% rename from images/image (185).png rename to images/comments-pane-styling-financial-performance-dashboard.png diff --git a/images/image (190).png b/images/comments-pane-styling-financial-performance-summary-1.png similarity index 100% rename from images/image (190).png rename to images/comments-pane-styling-financial-performance-summary-1.png diff --git a/images/image (189).png b/images/comments-pane-styling-financial-performance-summary.png similarity index 100% rename from images/image (189).png rename to images/comments-pane-styling-financial-performance-summary.png diff --git a/images/image (1056).png b/images/comparative-bullet-column-juices-soda-water-coffee.png similarity index 100% rename from images/image (1056).png rename to images/comparative-bullet-column-juices-soda-water-coffee.png diff --git a/images/image (1050).png b/images/conditional-column-chart-data-comparison-2021-2022.png similarity index 100% rename from images/image (1050).png rename to images/conditional-column-chart-data-comparison-2021-2022.png diff --git a/images/image (1) (1) (1) (1) (1) (1) (1) (1) (1) (1).png b/images/conditional-formatting-2024-actuals-report-table.png similarity index 100% rename from images/image (1) (1) (1) (1) (1) (1) (1) (1) (1) (1).png rename to images/conditional-formatting-2024-actuals-report-table.png diff --git a/images/image (1171).png b/images/conditional-formatting-data-visualization-chart.png similarity index 100% rename from images/image (1171).png rename to images/conditional-formatting-data-visualization-chart.png diff --git a/images/image (1555).png b/images/conditional-formatting-data-visualization-charts-1.png similarity index 100% rename from images/image (1555).png rename to images/conditional-formatting-data-visualization-charts-1.png diff --git a/images/conditional-formatting-2-2048x1404.png b/images/conditional-formatting-data-visualization-charts.png similarity index 100% rename from images/conditional-formatting-2-2048x1404.png rename to images/conditional-formatting-data-visualization-charts.png diff --git a/images/image (672).png b/images/conditional-formatting-juices-chart-monthly-data.png similarity index 100% rename from images/image (672).png rename to images/conditional-formatting-juices-chart-monthly-data.png diff --git a/images/image (1367).png b/images/conditional-formatting-mineral-water-data-analysis.png similarity index 100% rename from images/image (1367).png rename to images/conditional-formatting-mineral-water-data-analysis.png diff --git a/images/image (1987).png b/images/conditional-formatting-sales-kpi-insight-chart.png similarity index 100% rename from images/image (1987).png rename to images/conditional-formatting-sales-kpi-insight-chart.png diff --git a/images/image (1379).png b/images/conditional-formatting-settings-example-image.png similarity index 100% rename from images/image (1379).png rename to images/conditional-formatting-settings-example-image.png diff --git a/images/image (1380).png b/images/conditional-formatting-settings-example.png similarity index 100% rename from images/image (1380).png rename to images/conditional-formatting-settings-example.png diff --git a/images/image (997).png b/images/conditional-formatting-table-data-analysis.png similarity index 100% rename from images/image (997).png rename to images/conditional-formatting-table-data-analysis.png diff --git a/images/image (1572).png b/images/current-year-revenue-prior-year-revenue-by-image.png similarity index 100% rename from images/image (1572).png rename to images/current-year-revenue-prior-year-revenue-by-image.png diff --git a/images/image (1571).png b/images/current-year-revenue-prior-year-revenue-by-region.png similarity index 100% rename from images/image (1571).png rename to images/current-year-revenue-prior-year-revenue-by-region.png diff --git a/images/image (176).png b/images/custom-layout-elements-configuration-preview-1.png similarity index 100% rename from images/image (176).png rename to images/custom-layout-elements-configuration-preview-1.png diff --git a/images/image (1826).png b/images/custom-layout-elements-configuration-preview-2.png similarity index 100% rename from images/image (1826).png rename to images/custom-layout-elements-configuration-preview-2.png diff --git a/images/2024-12-03_14h47_51.png b/images/custom-layout-elements-configuration-preview.png similarity index 100% rename from images/2024-12-03_14h47_51.png rename to images/custom-layout-elements-configuration-preview.png diff --git a/images/customLayout.png b/images/custom-layout-pivot-data-table-configuration.png similarity index 100% rename from images/customLayout.png rename to images/custom-layout-pivot-data-table-configuration.png diff --git a/images/image (175).png b/images/custom-layout-pivot-data-table-settings.png similarity index 100% rename from images/image (175).png rename to images/custom-layout-pivot-data-table-settings.png diff --git a/images/image (546).png b/images/custom-report-title-data-analysis-table.png similarity index 100% rename from images/image (546).png rename to images/custom-report-title-data-analysis-table.png diff --git a/images/image (545).png b/images/custom-report-title-sub-category-chart-data.png similarity index 100% rename from images/image (545).png rename to images/custom-report-title-sub-category-chart-data.png diff --git a/images/StoryboardThemes.png b/images/dashboard-data-visualization-report-analysis.png similarity index 100% rename from images/StoryboardThemes.png rename to images/dashboard-data-visualization-report-analysis.png diff --git a/images/image (154).png b/images/dashboard-properties-background-color-sales-report.png similarity index 100% rename from images/image (154).png rename to images/dashboard-properties-background-color-sales-report.png diff --git a/images/image (1845).png b/images/dashboard-properties-data-visualization-analysis.png similarity index 100% rename from images/image (1845).png rename to images/dashboard-properties-data-visualization-analysis.png diff --git a/images/Navigation.png b/images/dashboard-properties-financial-report-2024.png similarity index 100% rename from images/Navigation.png rename to images/dashboard-properties-financial-report-2024.png diff --git a/images/image (1868).png b/images/dashboard-properties-revenue-breakdown-finance-report.png similarity index 100% rename from images/image (1868).png rename to images/dashboard-properties-revenue-breakdown-finance-report.png diff --git a/images/image (156).png b/images/dashboard-properties-sales-data-visualization-1.png similarity index 100% rename from images/image (156).png rename to images/dashboard-properties-sales-data-visualization-1.png diff --git a/images/image (203).png b/images/dashboard-properties-sales-data-visualization.png similarity index 100% rename from images/image (203).png rename to images/dashboard-properties-sales-data-visualization.png diff --git a/images/image (151).png b/images/dashboard-properties-sales-report-visualization.png similarity index 100% rename from images/image (151).png rename to images/dashboard-properties-sales-report-visualization.png diff --git a/images/image (1860).png b/images/dashboard-properties-settings-data-analysis-1.png similarity index 100% rename from images/image (1860).png rename to images/dashboard-properties-settings-data-analysis-1.png diff --git a/images/image (1861).png b/images/dashboard-properties-settings-data-analysis-2.png similarity index 100% rename from images/image (1861).png rename to images/dashboard-properties-settings-data-analysis-2.png diff --git a/images/image (1862).png b/images/dashboard-properties-settings-data-analysis-report.png similarity index 100% rename from images/image (1862).png rename to images/dashboard-properties-settings-data-analysis-report.png diff --git a/images/image (1855).png b/images/dashboard-properties-settings-data-analysis.png similarity index 100% rename from images/image (1855).png rename to images/dashboard-properties-settings-data-analysis.png diff --git a/images/VisualizationComponents.png b/images/dashboard-properties-settings-table-chart.png similarity index 100% rename from images/VisualizationComponents.png rename to images/dashboard-properties-settings-table-chart.png diff --git a/images/image (205).png b/images/dashboard-sales-data-visualization-analysis.png similarity index 100% rename from images/image (205).png rename to images/dashboard-sales-data-visualization-analysis.png diff --git a/images/image (211).png b/images/dashboard-sales-data-visualization-configurations.png similarity index 100% rename from images/image (211).png rename to images/dashboard-sales-data-visualization-configurations.png diff --git a/images/image (1857).png b/images/dashboard-sales-data-visualization-settings.png similarity index 100% rename from images/image (1857).png rename to images/dashboard-sales-data-visualization-settings.png diff --git a/images/image (155).png b/images/dashboard-sales-report-visualization-data-analysis-1.png similarity index 100% rename from images/image (155).png rename to images/dashboard-sales-report-visualization-data-analysis-1.png diff --git a/images/image (157).png b/images/dashboard-sales-report-visualization-data-analysis.png similarity index 100% rename from images/image (157).png rename to images/dashboard-sales-report-visualization-data-analysis.png diff --git a/images/image (174).png b/images/dashboard-templates-analytics-lumel-1.png similarity index 100% rename from images/image (174).png rename to images/dashboard-templates-analytics-lumel-1.png diff --git a/images/templatestore.png b/images/dashboard-templates-analytics-lumel.png similarity index 100% rename from images/templatestore.png rename to images/dashboard-templates-analytics-lumel.png diff --git a/images/image (1570).png b/images/dashboard-templates-financial-performance-reports.png similarity index 100% rename from images/image (1570).png rename to images/dashboard-templates-financial-performance-reports.png diff --git a/images/image (1471).png b/images/data-analysis-2022-2023-actuals-plans.png similarity index 100% rename from images/image (1471).png rename to images/data-analysis-2022-2023-actuals-plans.png diff --git a/images/image (1478).png b/images/data-analysis-2022-2024-actuals-and-plans.png similarity index 100% rename from images/image (1478).png rename to images/data-analysis-2022-2024-actuals-and-plans.png diff --git a/images/image (1015).png b/images/data-analysis-2023-2022-2021-actuals-plans.png similarity index 100% rename from images/image (1015).png rename to images/data-analysis-2023-2022-2021-actuals-plans.png diff --git a/images/image (1262).png b/images/data-analysis-2023-2024-actuals-comparison.png similarity index 100% rename from images/image (1262).png rename to images/data-analysis-2023-2024-actuals-comparison.png diff --git a/images/image (1472).png b/images/data-analysis-2023-2024-actuals-plan-summary.png similarity index 100% rename from images/image (1472).png rename to images/data-analysis-2023-2024-actuals-plan-summary.png diff --git a/images/image (990).png b/images/data-analysis-2023-actuals-plan-monthly-summary.png similarity index 100% rename from images/image (990).png rename to images/data-analysis-2023-actuals-plan-monthly-summary.png diff --git a/images/search measures cards.png b/images/data-analysis-2023-graphs-charts-summary.png similarity index 100% rename from images/search measures cards.png rename to images/data-analysis-2023-graphs-charts-summary.png diff --git a/images/2024-03-04_12h31_38.png b/images/data-analysis-2023-juices-soda-mineral-water-1.png similarity index 100% rename from images/2024-03-04_12h31_38.png rename to images/data-analysis-2023-juices-soda-mineral-water-1.png diff --git a/images/image (827).png b/images/data-analysis-2023-juices-soda-mineral-water.png similarity index 100% rename from images/image (827).png rename to images/data-analysis-2023-juices-soda-mineral-water.png diff --git a/images/image (133).png b/images/data-analysis-2024-2023-actuals-monthly-summary.png similarity index 100% rename from images/image (133).png rename to images/data-analysis-2024-2023-actuals-monthly-summary.png diff --git a/images/image (1879).png b/images/data-analysis-2024-2023-actuals-plans.png similarity index 100% rename from images/image (1879).png rename to images/data-analysis-2024-2023-actuals-plans.png diff --git a/images/image (640).png b/images/data-analysis-2024-2023-actuals-subcategories.png similarity index 100% rename from images/image (640).png rename to images/data-analysis-2024-2023-actuals-subcategories.png diff --git a/images/2024-05-23_18h51_18.png b/images/data-analysis-2024-actuals-and-plans-1.png similarity index 100% rename from images/2024-05-23_18h51_18.png rename to images/data-analysis-2024-actuals-and-plans-1.png diff --git a/images/image (1485).png b/images/data-analysis-2024-actuals-and-plans.png similarity index 100% rename from images/image (1485).png rename to images/data-analysis-2024-actuals-and-plans.png diff --git a/images/image (499).png b/images/data-analysis-2024-actuals-chart-table.png similarity index 100% rename from images/image (499).png rename to images/data-analysis-2024-actuals-chart-table.png diff --git a/images/2025-05-08_17h17_40.png b/images/data-analysis-2024-actuals-subcategories-table.png similarity index 100% rename from images/2025-05-08_17h17_40.png rename to images/data-analysis-2024-actuals-subcategories-table.png diff --git a/images/image (652).png b/images/data-analysis-2024-juices-soda-water-charts.png similarity index 100% rename from images/image (652).png rename to images/data-analysis-2024-juices-soda-water-charts.png diff --git a/images/image (1477).png b/images/data-analysis-actuals-by-region-and-quarter.png similarity index 100% rename from images/image (1477).png rename to images/data-analysis-actuals-by-region-and-quarter.png diff --git a/images/image (1371).png b/images/data-analysis-bar-chart-measure-series.png similarity index 100% rename from images/image (1371).png rename to images/data-analysis-bar-chart-measure-series.png diff --git a/images/image (301).png b/images/data-analysis-bar-charts-regions-months.png similarity index 100% rename from images/image (301).png rename to images/data-analysis-bar-charts-regions-months.png diff --git a/images/image (1401).png b/images/data-analysis-beverages-tea-coffee-chart.png similarity index 100% rename from images/image (1401).png rename to images/data-analysis-beverages-tea-coffee-chart.png diff --git a/images/image (1474).png b/images/data-analysis-chart-2023-2024-actuals-plans.png similarity index 100% rename from images/image (1474).png rename to images/data-analysis-chart-2023-2024-actuals-plans.png diff --git a/images/image (775).png b/images/data-analysis-chart-emails-regions-products.png similarity index 100% rename from images/image (775).png rename to images/data-analysis-chart-emails-regions-products.png diff --git a/images/image (1744).png b/images/data-analysis-chart-kpi-comparison-2024.png similarity index 100% rename from images/image (1744).png rename to images/data-analysis-chart-kpi-comparison-2024.png diff --git a/images/image (1067).png b/images/data-analysis-chart-summary-table-2023.png similarity index 100% rename from images/image (1067).png rename to images/data-analysis-chart-summary-table-2023.png diff --git a/images/image (1162).png b/images/data-analysis-charts-2023-2022-comparison.png similarity index 100% rename from images/image (1162).png rename to images/data-analysis-charts-2023-2022-comparison.png diff --git a/images/image (1829).png b/images/data-analysis-charts-and-tables-dashboard.png similarity index 100% rename from images/image (1829).png rename to images/data-analysis-charts-and-tables-dashboard.png diff --git a/images/image (268).png b/images/data-analysis-charts-insights-summary-dashboard.png similarity index 100% rename from images/image (268).png rename to images/data-analysis-charts-insights-summary-dashboard.png diff --git a/images/data manage.png b/images/data-analysis-dashboard-actuals-plans-quarters.png similarity index 100% rename from images/data manage.png rename to images/data-analysis-dashboard-actuals-plans-quarters.png diff --git a/images/image (262).png b/images/data-analysis-dashboard-pivot-table-visualization.png similarity index 100% rename from images/image (262).png rename to images/data-analysis-dashboard-pivot-table-visualization.png diff --git a/images/image (1864).png b/images/data-analysis-dashboard-properties-settings.png similarity index 100% rename from images/image (1864).png rename to images/data-analysis-dashboard-properties-settings.png diff --git a/images/Layers.png b/images/data-analysis-dashboard-with-charts-and-tables.png similarity index 100% rename from images/Layers.png rename to images/data-analysis-dashboard-with-charts-and-tables.png diff --git a/images/image (1357).png b/images/data-analysis-employment-numbers-depreciation-settings.png similarity index 100% rename from images/image (1357).png rename to images/data-analysis-employment-numbers-depreciation-settings.png diff --git a/images/image (419).png b/images/data-analysis-enhanced-actuals-sub-regions-quarterly.png similarity index 100% rename from images/image (419).png rename to images/data-analysis-enhanced-actuals-sub-regions-quarterly.png diff --git a/images/image (785).png b/images/data-analysis-juices-soda-mineral-water.png similarity index 100% rename from images/image (785).png rename to images/data-analysis-juices-soda-mineral-water.png diff --git a/images/image (293).png b/images/data-analysis-kpi-charts-emerging-markets.png similarity index 100% rename from images/image (293).png rename to images/data-analysis-kpi-charts-emerging-markets.png diff --git a/images/image (337).png b/images/data-analysis-kpi-sales-performance-graphs.png similarity index 100% rename from images/image (337).png rename to images/data-analysis-kpi-sales-performance-graphs.png diff --git a/images/image (1463).png b/images/data-analysis-pivot-charts-juices-soda-mineral-water.png similarity index 100% rename from images/image (1463).png rename to images/data-analysis-pivot-charts-juices-soda-mineral-water.png diff --git a/images/2024-12-03_17h17_36 (1).png b/images/data-analysis-pivot-table-sales-summary.png similarity index 100% rename from images/2024-12-03_17h17_36 (1).png rename to images/data-analysis-pivot-table-sales-summary.png diff --git a/images/image (1473).png b/images/data-analysis-pivot-table-visualization-dashboard.png similarity index 100% rename from images/image (1473).png rename to images/data-analysis-pivot-table-visualization-dashboard.png diff --git a/images/image (1476).png b/images/data-analysis-quarterly-report-visualization.png similarity index 100% rename from images/image (1476).png rename to images/data-analysis-quarterly-report-visualization.png diff --git a/images/search for measures in tables.png b/images/data-analysis-report-2022-2023-2024-plans.png similarity index 100% rename from images/search for measures in tables.png rename to images/data-analysis-report-2022-2023-2024-plans.png diff --git a/images/image (1475).png b/images/data-analysis-report-actuals-and-plans-1.png similarity index 100% rename from images/image (1475).png rename to images/data-analysis-report-actuals-and-plans-1.png diff --git a/images/tables.png b/images/data-analysis-report-actuals-and-plans.png similarity index 100% rename from images/tables.png rename to images/data-analysis-report-actuals-and-plans.png diff --git a/images/image (795).png b/images/data-analysis-report-beverages-performance-summary.png similarity index 100% rename from images/image (795).png rename to images/data-analysis-report-beverages-performance-summary.png diff --git a/images/image (756).png b/images/data-analysis-report-juices-soda-mineral-water.png similarity index 100% rename from images/image (756).png rename to images/data-analysis-report-juices-soda-mineral-water.png diff --git a/images/image (1305).png b/images/data-analysis-report-millions-juices-water-soda.png similarity index 100% rename from images/image (1305).png rename to images/data-analysis-report-millions-juices-water-soda.png diff --git a/images/shapesimagestextboxes.png b/images/data-analysis-report-q3-2024-summary.png similarity index 100% rename from images/shapesimagestextboxes.png rename to images/data-analysis-report-q3-2024-summary.png diff --git a/images/image (1327).png b/images/data-analysis-settings-and-results-summary.png similarity index 100% rename from images/image (1327).png rename to images/data-analysis-settings-and-results-summary.png diff --git a/images/image (1502).png b/images/data-analysis-sub-region-category-millions-1.png similarity index 100% rename from images/image (1502).png rename to images/data-analysis-sub-region-category-millions-1.png diff --git a/images/image (1501).png b/images/data-analysis-sub-region-category-millions.png similarity index 100% rename from images/image (1501).png rename to images/data-analysis-sub-region-category-millions.png diff --git a/images/image (358).png b/images/data-analysis-sum-actuals-plan-monthly.png similarity index 100% rename from images/image (358).png rename to images/data-analysis-sum-actuals-plan-monthly.png diff --git a/images/image (1202).png b/images/data-analysis-table-ac-py-quarterly-summary.png similarity index 100% rename from images/image (1202).png rename to images/data-analysis-table-ac-py-quarterly-summary.png diff --git a/images/image (637).png b/images/data-analysis-table-by-region-and-quarter.png similarity index 100% rename from images/image (637).png rename to images/data-analysis-table-by-region-and-quarter.png diff --git a/images/image (1241).png b/images/data-analysis-table-monthly-performance-report.png similarity index 100% rename from images/image (1241).png rename to images/data-analysis-table-monthly-performance-report.png diff --git a/images/image (1211).png b/images/data-analysis-table-quarterly-performance.png similarity index 100% rename from images/image (1211).png rename to images/data-analysis-table-quarterly-performance.png diff --git a/images/image (626).png b/images/data-analysis-table-quarters-revenue-summary.png similarity index 100% rename from images/image (626).png rename to images/data-analysis-table-quarters-revenue-summary.png diff --git a/images/image (774).png b/images/data-analysis-table-with-figures-and-settings.png similarity index 100% rename from images/image (774).png rename to images/data-analysis-table-with-figures-and-settings.png diff --git a/images/image (1500).png b/images/data-analysis-template-row-subcategory-report.png similarity index 100% rename from images/image (1500).png rename to images/data-analysis-template-row-subcategory-report.png diff --git a/images/image (1480).png b/images/data-analysis-templates-scorecards-charts.png similarity index 100% rename from images/image (1480).png rename to images/data-analysis-templates-scorecards-charts.png diff --git a/images/image (346).png b/images/data-analysis-visualization-pivot-chart-dashboard.png similarity index 100% rename from images/image (346).png rename to images/data-analysis-visualization-pivot-chart-dashboard.png diff --git a/images/image (480).png b/images/data-analytics-monthly-chart-visualization.png similarity index 100% rename from images/image (480).png rename to images/data-analytics-monthly-chart-visualization.png diff --git a/images/Frozen bottom row.png b/images/data-analytics-quarterly-report-chart-1.png similarity index 100% rename from images/Frozen bottom row.png rename to images/data-analytics-quarterly-report-chart-1.png diff --git a/images/image (459).png b/images/data-analytics-quarterly-report-chart.png similarity index 100% rename from images/image (459).png rename to images/data-analytics-quarterly-report-chart.png diff --git a/images/analytics+overview.png b/images/data-analytics-software-storyboarding-tools.png similarity index 100% rename from images/analytics+overview.png rename to images/data-analytics-software-storyboarding-tools.png diff --git a/images/image (1685).png b/images/data-card-chart-2022-2023-2024.png similarity index 100% rename from images/image (1685).png rename to images/data-card-chart-2022-2023-2024.png diff --git a/images/image (313).png b/images/data-dashboard-kpi-summary-actions-settings.png similarity index 100% rename from images/image (313).png rename to images/data-dashboard-kpi-summary-actions-settings.png diff --git a/images/image (1342).png b/images/data-export-settings-table-juices-soda-tea-coffee.png similarity index 100% rename from images/image (1342).png rename to images/data-export-settings-table-juices-soda-tea-coffee.png diff --git a/images/image (1344).png b/images/data-import-settings-chart-visualization-json.png similarity index 100% rename from images/image (1344).png rename to images/data-import-settings-chart-visualization-json.png diff --git a/images/image (1345).png b/images/data-import-settings-table-2024-report.png similarity index 100% rename from images/image (1345).png rename to images/data-import-settings-table-2024-report.png diff --git a/images/image (1346).png b/images/data-import-settings-warning-table-summary.png similarity index 100% rename from images/image (1346).png rename to images/data-import-settings-warning-table-summary.png diff --git a/images/image (267).png b/images/data-insight-charts-emerging-markets-performance.png similarity index 100% rename from images/image (267).png rename to images/data-insight-charts-emerging-markets-performance.png diff --git a/images/image (853).png b/images/data-labels-chart-2024-2023-actuals-monthly.png similarity index 100% rename from images/image (853).png rename to images/data-labels-chart-2024-2023-actuals-monthly.png diff --git a/images/image (810).png b/images/data-labels-chart-outlier-percentage-visualization.png similarity index 100% rename from images/image (810).png rename to images/data-labels-chart-outlier-percentage-visualization.png diff --git a/images/image (574).png b/images/data-labels-pie-chart-sub-regions.png similarity index 100% rename from images/image (574).png rename to images/data-labels-pie-chart-sub-regions.png diff --git a/images/image (114).png b/images/data-mapping-gantt-fields-planning-visualization.png similarity index 100% rename from images/image (114).png rename to images/data-mapping-gantt-fields-planning-visualization.png diff --git a/images/image (417).png b/images/data-pivot-charts-quarterly-enhanced-actuals.png similarity index 100% rename from images/image (417).png rename to images/data-pivot-charts-quarterly-enhanced-actuals.png diff --git a/images/image (1580).png b/images/data-summary-2022-2023-quarterly-report-1.png similarity index 100% rename from images/image (1580).png rename to images/data-summary-2022-2023-quarterly-report-1.png diff --git a/images/image (1581).png b/images/data-summary-2022-2023-quarterly-report.png similarity index 100% rename from images/image (1581).png rename to images/data-summary-2022-2023-quarterly-report.png diff --git a/images/2024-07-09_15h56_38.png b/images/data-summary-2023-2024-sub-regions-comparison.png similarity index 100% rename from images/2024-07-09_15h56_38.png rename to images/data-summary-2023-2024-sub-regions-comparison.png diff --git a/images/image (508).png b/images/data-summary-actuals-plan-comparison-table.png similarity index 100% rename from images/image (508).png rename to images/data-summary-actuals-plan-comparison-table.png diff --git a/images/image (1556).png b/images/data-summary-by-category-emerging-markets-apac-central.png similarity index 100% rename from images/image (1556).png rename to images/data-summary-by-category-emerging-markets-apac-central.png diff --git a/images/image (1415).png b/images/data-summary-by-months-in-millions.png similarity index 100% rename from images/image (1415).png rename to images/data-summary-by-months-in-millions.png diff --git a/images/image (778).png b/images/data-summary-by-quarter-and-month-table.png similarity index 100% rename from images/image (778).png rename to images/data-summary-by-quarter-and-month-table.png diff --git a/images/image (1045).png b/images/data-summary-by-region-and-category-table.png similarity index 100% rename from images/image (1045).png rename to images/data-summary-by-region-and-category-table.png diff --git a/images/Majot gridlines double.png b/images/data-summary-by-year-and-quarter-table-1.png similarity index 100% rename from images/Majot gridlines double.png rename to images/data-summary-by-year-and-quarter-table-1.png diff --git a/images/2024-07-09_11h52_32.png b/images/data-summary-by-year-and-quarter-table-2.png similarity index 100% rename from images/2024-07-09_11h52_32.png rename to images/data-summary-by-year-and-quarter-table-2.png diff --git a/images/image (1574).png b/images/data-summary-by-year-and-quarter-table-3.png similarity index 100% rename from images/image (1574).png rename to images/data-summary-by-year-and-quarter-table-3.png diff --git a/images/image (1576).png b/images/data-summary-by-year-and-quarter-table.png similarity index 100% rename from images/image (1576).png rename to images/data-summary-by-year-and-quarter-table.png diff --git a/images/image (1579).png b/images/data-summary-by-year-quarter-and-month.png similarity index 100% rename from images/image (1579).png rename to images/data-summary-by-year-quarter-and-month.png diff --git a/images/image (1347).png b/images/data-summary-juices-soda-mineral-water-tea-coffee.png similarity index 100% rename from images/image (1347).png rename to images/data-summary-juices-soda-mineral-water-tea-coffee.png diff --git a/images/image (624).png b/images/data-summary-quarterly-actuals-plan-analysis.png similarity index 100% rename from images/image (624).png rename to images/data-summary-quarterly-actuals-plan-analysis.png diff --git a/images/image (612).png b/images/data-summary-quarterly-actuals-plans-millions.png similarity index 100% rename from images/image (612).png rename to images/data-summary-quarterly-actuals-plans-millions.png diff --git a/images/image (779).png b/images/data-summary-quarterly-report-table-1.png similarity index 100% rename from images/image (779).png rename to images/data-summary-quarterly-report-table-1.png diff --git a/images/2024-03-18_16h07_40.png b/images/data-summary-quarterly-report-table.png similarity index 100% rename from images/2024-03-18_16h07_40.png rename to images/data-summary-quarterly-report-table.png diff --git a/images/image (505).png b/images/data-summary-table-actuals-plans-qtr.png similarity index 100% rename from images/image (505).png rename to images/data-summary-table-actuals-plans-qtr.png diff --git a/images/image (630).png b/images/data-summary-table-quarterly-performance-analysis.png similarity index 100% rename from images/image (630).png rename to images/data-summary-table-quarterly-performance-analysis.png diff --git a/images/image (942).png b/images/data-table-2022-2021-juices-soda-water.png similarity index 100% rename from images/image (942).png rename to images/data-table-2022-2021-juices-soda-water.png diff --git a/images/image (1802).png b/images/data-table-2022-2023-2024-actuals-plans.png similarity index 100% rename from images/image (1802).png rename to images/data-table-2022-2023-2024-actuals-plans.png diff --git a/images/image (1578).png b/images/data-table-2023-2024-actuals-plan-summary-1.png similarity index 100% rename from images/image (1578).png rename to images/data-table-2023-2024-actuals-plan-summary-1.png diff --git a/images/image (1577).png b/images/data-table-2023-2024-actuals-plan-summary.png similarity index 100% rename from images/image (1577).png rename to images/data-table-2023-2024-actuals-plan-summary.png diff --git a/images/image (929).png b/images/data-table-2023-actuals-2022-actuals-plan.png similarity index 100% rename from images/image (929).png rename to images/data-table-2023-actuals-2022-actuals-plan.png diff --git a/images/image (928).png b/images/data-table-2023-actuals-by-category.png similarity index 100% rename from images/image (928).png rename to images/data-table-2023-actuals-by-category.png diff --git a/images/image (923).png b/images/data-table-2023-actuals-plan-monthly-summary.png similarity index 100% rename from images/image (923).png rename to images/data-table-2023-actuals-plan-monthly-summary.png diff --git a/images/image (655).png b/images/data-table-2024-2023-2022-actuals-plans-1.png similarity index 100% rename from images/image (655).png rename to images/data-table-2024-2023-2022-actuals-plans-1.png diff --git a/images/2024-11-26_16h36_08.png b/images/data-table-2024-2023-2022-actuals-plans.png similarity index 100% rename from images/2024-11-26_16h36_08.png rename to images/data-table-2024-2023-2022-actuals-plans.png diff --git a/images/image (639).png b/images/data-table-2024-2023-actuals-plan-summary.png similarity index 100% rename from images/image (639).png rename to images/data-table-2024-2023-actuals-plan-summary.png diff --git a/images/image (519).png b/images/data-table-2024-2023-actuals-plans-1.png similarity index 100% rename from images/image (519).png rename to images/data-table-2024-2023-actuals-plans-1.png diff --git a/images/image (1496).png b/images/data-table-2024-2023-actuals-plans.png similarity index 100% rename from images/image (1496).png rename to images/data-table-2024-2023-actuals-plans.png diff --git a/images/image (1355).png b/images/data-table-2024-2023-plans-sub-regions.png similarity index 100% rename from images/image (1355).png rename to images/data-table-2024-2023-plans-sub-regions.png diff --git a/images/image (1349).png b/images/data-table-2024-actuals-2023-plan-2024-plan-1.png similarity index 100% rename from images/image (1349).png rename to images/data-table-2024-actuals-2023-plan-2024-plan-1.png diff --git a/images/image (1352).png b/images/data-table-2024-actuals-2023-plan-2024-plan.png similarity index 100% rename from images/image (1352).png rename to images/data-table-2024-actuals-2023-plan-2024-plan.png diff --git a/images/image (522).png b/images/data-table-2024-actuals-and-plans-1.png similarity index 100% rename from images/image (522).png rename to images/data-table-2024-actuals-and-plans-1.png diff --git a/images/image (1497).png b/images/data-table-2024-actuals-and-plans.png similarity index 100% rename from images/image (1497).png rename to images/data-table-2024-actuals-and-plans.png diff --git a/images/image (819).png b/images/data-table-2024-actuals-by-region.png similarity index 100% rename from images/image (819).png rename to images/data-table-2024-actuals-by-region.png diff --git a/images/image (513).png b/images/data-table-2024-actuals-plan-summary.png similarity index 100% rename from images/image (513).png rename to images/data-table-2024-actuals-plan-summary.png diff --git a/images/image (588).png b/images/data-table-2024-plan-2023-actuals-summary.png similarity index 100% rename from images/image (588).png rename to images/data-table-2024-plan-2023-actuals-summary.png diff --git a/images/Table toggle 2.png b/images/data-table-2024-plan-juices-water-soda.png similarity index 100% rename from images/Table toggle 2.png rename to images/data-table-2024-plan-juices-water-soda.png diff --git a/images/image (628).png b/images/data-table-actuals-plan-quarterly-summary.png similarity index 100% rename from images/image (628).png rename to images/data-table-actuals-plan-quarterly-summary.png diff --git a/images/image (771).png b/images/data-table-analysis-quarterly-performance-report.png similarity index 100% rename from images/image (771).png rename to images/data-table-analysis-quarterly-performance-report.png diff --git a/images/image (769).png b/images/data-table-emerging-markets-quarterly-performance.png similarity index 100% rename from images/image (769).png rename to images/data-table-emerging-markets-quarterly-performance.png diff --git a/images/image (946).png b/images/data-table-employment-performance-analysis-summary-1.png similarity index 100% rename from images/image (946).png rename to images/data-table-employment-performance-analysis-summary-1.png diff --git a/images/Fitmode3.png b/images/data-table-employment-performance-analysis-summary.png similarity index 100% rename from images/Fitmode3.png rename to images/data-table-employment-performance-analysis-summary.png diff --git a/images/image (945).png b/images/data-table-employment-statistics-by-month.png similarity index 100% rename from images/image (945).png rename to images/data-table-employment-statistics-by-month.png diff --git a/images/image (1255).png b/images/data-table-export-pdf-summary-report.png similarity index 100% rename from images/image (1255).png rename to images/data-table-export-pdf-summary-report.png diff --git a/images/image (1257).png b/images/data-table-export-settings-juices-soda-mineral-water.png similarity index 100% rename from images/image (1257).png rename to images/data-table-export-settings-juices-soda-mineral-water.png diff --git a/images/image (1282).png b/images/data-table-financial-report-analysis.png similarity index 100% rename from images/image (1282).png rename to images/data-table-financial-report-analysis.png diff --git a/images/image (515).png b/images/data-table-formula-view-2024-actuals.png similarity index 100% rename from images/image (515).png rename to images/data-table-formula-view-2024-actuals.png diff --git a/images/image (1873).png b/images/data-table-layout-profit-sales-summary.png similarity index 100% rename from images/image (1873).png rename to images/data-table-layout-profit-sales-summary.png diff --git a/images/image (1263).png b/images/data-table-measure-series-analysis.png similarity index 100% rename from images/image (1263).png rename to images/data-table-measure-series-analysis.png diff --git a/images/image (636).png b/images/data-table-months-2024-2023-actuals-plans.png similarity index 100% rename from images/image (636).png rename to images/data-table-months-2024-2023-actuals-plans.png diff --git a/images/image (943).png b/images/data-table-performance-analysis-monthly-summary-1.png similarity index 100% rename from images/image (943).png rename to images/data-table-performance-analysis-monthly-summary-1.png diff --git a/images/image (944).png b/images/data-table-performance-analysis-monthly-summary.png similarity index 100% rename from images/image (944).png rename to images/data-table-performance-analysis-monthly-summary.png diff --git a/images/image (1267).png b/images/data-table-quarterly-actuals-summary.png similarity index 100% rename from images/image (1267).png rename to images/data-table-quarterly-actuals-summary.png diff --git a/images/image (629).png b/images/data-table-quarterly-sales-analysis.png similarity index 100% rename from images/image (629).png rename to images/data-table-quarterly-sales-analysis.png diff --git a/images/image (638).png b/images/data-table-sorting-tea-coffee-sparkling-water-soda.png similarity index 100% rename from images/image (638).png rename to images/data-table-sorting-tea-coffee-sparkling-water-soda.png diff --git a/images/image (627).png b/images/data-table-sum-actuals-plan-quarterly-analysis.png similarity index 100% rename from images/image (627).png rename to images/data-table-sum-actuals-plan-quarterly-analysis.png diff --git a/images/2024-05-22_11h41_45.png b/images/data-table-sum-of-plan-actuals-report.png similarity index 100% rename from images/2024-05-22_11h41_45.png rename to images/data-table-sum-of-plan-actuals-report.png diff --git a/images/image (1503).png b/images/data-table-sum-of-plan-heat-map.png similarity index 100% rename from images/image (1503).png rename to images/data-table-sum-of-plan-heat-map.png diff --git a/images/image (529).png b/images/data-table-with-image-urls-and-revenue.png similarity index 100% rename from images/image (529).png rename to images/data-table-with-image-urls-and-revenue.png diff --git a/images/HundredPercentStackedArea.png b/images/data-visualization-2022-2024-actuals-plans.png similarity index 100% rename from images/HundredPercentStackedArea.png rename to images/data-visualization-2022-2024-actuals-plans.png diff --git a/images/image (1338).png b/images/data-visualization-2023-2024-actuals-chart.png similarity index 100% rename from images/image (1338).png rename to images/data-visualization-2023-2024-actuals-chart.png diff --git a/images/image (641).png b/images/data-visualization-2024-2023-2022-plans-actuals.png similarity index 100% rename from images/image (641).png rename to images/data-visualization-2024-2023-2022-plans-actuals.png diff --git a/images/image (498).png b/images/data-visualization-2024-actuals-charts-tables.png similarity index 100% rename from images/image (498).png rename to images/data-visualization-2024-actuals-charts-tables.png diff --git a/images/image (1828).png b/images/data-visualization-2024-plan-actuals-monthly.png similarity index 100% rename from images/image (1828).png rename to images/data-visualization-2024-plan-actuals-monthly.png diff --git a/images/image (1450).png b/images/data-visualization-bar-chart-2024-actuals.png similarity index 100% rename from images/image (1450).png rename to images/data-visualization-bar-chart-2024-actuals.png diff --git a/images/image (303).png b/images/data-visualization-bar-chart-analysis-dashboard.png similarity index 100% rename from images/image (303).png rename to images/data-visualization-bar-chart-analysis-dashboard.png diff --git a/images/image (58).png b/images/data-visualization-bar-chart-kpi-analysis.png similarity index 100% rename from images/image (58).png rename to images/data-visualization-bar-chart-kpi-analysis.png diff --git a/images/image (1952).png b/images/data-visualization-bar-chart-monthly-sales.png similarity index 100% rename from images/image (1952).png rename to images/data-visualization-bar-chart-monthly-sales.png diff --git a/images/image (1441).png b/images/data-visualization-bar-chart-sales-summary-1.png similarity index 100% rename from images/image (1441).png rename to images/data-visualization-bar-chart-sales-summary-1.png diff --git a/images/image (1442).png b/images/data-visualization-bar-chart-sales-summary.png similarity index 100% rename from images/image (1442).png rename to images/data-visualization-bar-chart-sales-summary.png diff --git a/images/image (741).png b/images/data-visualization-bar-chart-settings-overview.png similarity index 100% rename from images/image (741).png rename to images/data-visualization-bar-chart-settings-overview.png diff --git a/images/image (738).png b/images/data-visualization-bar-chart-settings-summary.png similarity index 100% rename from images/image (738).png rename to images/data-visualization-bar-chart-settings-summary.png diff --git a/images/image (1403).png b/images/data-visualization-bar-chart-subregions-analysis.png similarity index 100% rename from images/image (1403).png rename to images/data-visualization-bar-chart-subregions-analysis.png diff --git a/images/image (1690).png b/images/data-visualization-bar-charts-2022-2023.png similarity index 100% rename from images/image (1690).png rename to images/data-visualization-bar-charts-2022-2023.png diff --git a/images/image (1108).png b/images/data-visualization-bar-charts-2023-actuals.png similarity index 100% rename from images/image (1108).png rename to images/data-visualization-bar-charts-2023-actuals.png diff --git a/images/image (1198).png b/images/data-visualization-bar-charts-regions-plans-actuals.png similarity index 100% rename from images/image (1198).png rename to images/data-visualization-bar-charts-regions-plans-actuals.png diff --git a/images/image (1400).png b/images/data-visualization-beverages-sales-report-dashboard.png similarity index 100% rename from images/image (1400).png rename to images/data-visualization-beverages-sales-report-dashboard.png diff --git a/images/image (1398).png b/images/data-visualization-beverages-sales-report.png similarity index 100% rename from images/image (1398).png rename to images/data-visualization-beverages-sales-report.png diff --git a/images/image (1824).png b/images/data-visualization-blue-cross-hospital-dashboard.png similarity index 100% rename from images/image (1824).png rename to images/data-visualization-blue-cross-hospital-dashboard.png diff --git a/images/image (1631).png b/images/data-visualization-box-plot-monthly-analysis.png similarity index 100% rename from images/image (1631).png rename to images/data-visualization-box-plot-monthly-analysis.png diff --git a/images/2024-11-11_17h10_45 (1).png b/images/data-visualization-card-design-elements-1.png similarity index 100% rename from images/2024-11-11_17h10_45 (1).png rename to images/data-visualization-card-design-elements-1.png diff --git a/images/image (220).png b/images/data-visualization-card-design-elements-2.png similarity index 100% rename from images/image (220).png rename to images/data-visualization-card-design-elements-2.png diff --git a/images/2024-11-11_17h10_45.png b/images/data-visualization-card-design-elements.png similarity index 100% rename from images/2024-11-11_17h10_45.png rename to images/data-visualization-card-design-elements.png diff --git a/images/2024-11-05_17h19_02.png b/images/data-visualization-card-layout-options.png similarity index 100% rename from images/2024-11-05_17h19_02.png rename to images/data-visualization-card-layout-options.png diff --git a/images/image (1684).png b/images/data-visualization-card-yearly-comparison.png similarity index 100% rename from images/image (1684).png rename to images/data-visualization-card-yearly-comparison.png diff --git a/images/image (1008).png b/images/data-visualization-chart-2022-2023-quarters.png similarity index 100% rename from images/image (1008).png rename to images/data-visualization-chart-2022-2023-quarters.png diff --git a/images/image (642).png b/images/data-visualization-chart-2022-2024-monthly-analysis.png similarity index 100% rename from images/image (642).png rename to images/data-visualization-chart-2022-2024-monthly-analysis.png diff --git a/images/image (656).png b/images/data-visualization-chart-2022-2024-plans.png similarity index 100% rename from images/image (656).png rename to images/data-visualization-chart-2022-2024-plans.png diff --git a/images/image (1686).png b/images/data-visualization-chart-2023-2024.png similarity index 100% rename from images/image (1686).png rename to images/data-visualization-chart-2023-2024.png diff --git a/images/image (502).png b/images/data-visualization-chart-2024-actuals-analysis.png similarity index 100% rename from images/image (502).png rename to images/data-visualization-chart-2024-actuals-analysis.png diff --git a/images/image (453).png b/images/data-visualization-chart-actuals-by-month.png similarity index 100% rename from images/image (453).png rename to images/data-visualization-chart-actuals-by-month.png diff --git a/images/image (230).png b/images/data-visualization-chart-analysis-2023.png similarity index 100% rename from images/image (230).png rename to images/data-visualization-chart-analysis-2023.png diff --git a/images/image (1514).png b/images/data-visualization-chart-analysis-report.png similarity index 100% rename from images/image (1514).png rename to images/data-visualization-chart-analysis-report.png diff --git a/images/image (253).png b/images/data-visualization-chart-comparison-analysis.png similarity index 100% rename from images/image (253).png rename to images/data-visualization-chart-comparison-analysis.png diff --git a/images/image (386).png b/images/data-visualization-chart-editing-view.png similarity index 100% rename from images/image (386).png rename to images/data-visualization-chart-editing-view.png diff --git a/images/image (357).png b/images/data-visualization-chart-filters-summary.png similarity index 100% rename from images/image (357).png rename to images/data-visualization-chart-filters-summary.png diff --git a/images/image (1323).png b/images/data-visualization-chart-four-regions.png similarity index 100% rename from images/image (1323).png rename to images/data-visualization-chart-four-regions.png diff --git a/images/image (1178).png b/images/data-visualization-chart-layout-settings.png similarity index 100% rename from images/image (1178).png rename to images/data-visualization-chart-layout-settings.png diff --git a/images/image (264).png b/images/data-visualization-chart-options-sparkline.png similarity index 100% rename from images/image (264).png rename to images/data-visualization-chart-options-sparkline.png diff --git a/images/Cards toggle 3.png b/images/data-visualization-chart-pivot-table-analysis-1.png similarity index 100% rename from images/Cards toggle 3.png rename to images/data-visualization-chart-pivot-table-analysis-1.png diff --git a/images/image (1457).png b/images/data-visualization-chart-pivot-table-analysis-2.png similarity index 100% rename from images/image (1457).png rename to images/data-visualization-chart-pivot-table-analysis-2.png diff --git a/images/image (1724).png b/images/data-visualization-chart-pivot-table-analysis.png similarity index 100% rename from images/image (1724).png rename to images/data-visualization-chart-pivot-table-analysis.png diff --git a/images/image (161).png b/images/data-visualization-chart-properties-dashboard.png similarity index 100% rename from images/image (161).png rename to images/data-visualization-chart-properties-dashboard.png diff --git a/images/image (1010).png b/images/data-visualization-chart-quarterly-sales-summary.png similarity index 100% rename from images/image (1010).png rename to images/data-visualization-chart-quarterly-sales-summary.png diff --git a/images/GridAutoFitCharts.png b/images/data-visualization-chart-quarters-sales-summary.png similarity index 100% rename from images/GridAutoFitCharts.png rename to images/data-visualization-chart-quarters-sales-summary.png diff --git a/images/image (1917).png b/images/data-visualization-chart-region-gender-age-group.png similarity index 100% rename from images/image (1917).png rename to images/data-visualization-chart-region-gender-age-group.png diff --git a/images/image (3).png b/images/data-visualization-chart-settings-active-flow-opacity.png similarity index 100% rename from images/image (3).png rename to images/data-visualization-chart-settings-active-flow-opacity.png diff --git a/images/image (462).png b/images/data-visualization-chart-settings-analytics.png similarity index 100% rename from images/image (462).png rename to images/data-visualization-chart-settings-analytics.png diff --git a/images/Axis default date format.png b/images/data-visualization-chart-settings-dashboard.png similarity index 100% rename from images/Axis default date format.png rename to images/data-visualization-chart-settings-dashboard.png diff --git a/images/image (1915).png b/images/data-visualization-chart-settings-example.png similarity index 100% rename from images/image (1915).png rename to images/data-visualization-chart-settings-example.png diff --git a/images/image (1914).png b/images/data-visualization-chart-settings-options-1.png similarity index 100% rename from images/image (1914).png rename to images/data-visualization-chart-settings-options-1.png diff --git a/images/image (1).png b/images/data-visualization-chart-settings-options.png similarity index 100% rename from images/image (1).png rename to images/data-visualization-chart-settings-options.png diff --git a/images/image (1913).png b/images/data-visualization-chart-settings-overview.png similarity index 100% rename from images/image (1913).png rename to images/data-visualization-chart-settings-overview.png diff --git a/images/image (2).png b/images/data-visualization-chart-settings-summary.png similarity index 100% rename from images/image (2).png rename to images/data-visualization-chart-settings-summary.png diff --git a/images/image (852).png b/images/data-visualization-chart-sorting-options.png similarity index 100% rename from images/image (852).png rename to images/data-visualization-chart-sorting-options.png diff --git a/images/image (816).png b/images/data-visualization-chart-sorting-quarters.png similarity index 100% rename from images/image (816).png rename to images/data-visualization-chart-sorting-quarters.png diff --git a/images/Treemap.png b/images/data-visualization-chart-subcategories-summary.png similarity index 100% rename from images/Treemap.png rename to images/data-visualization-chart-subcategories-summary.png diff --git a/images/image (569).png b/images/data-visualization-chart-sum-actuals-plan.png similarity index 100% rename from images/image (569).png rename to images/data-visualization-chart-sum-actuals-plan.png diff --git a/images/image (1155).png b/images/data-visualization-chart-summary-four-sections.png similarity index 100% rename from images/image (1155).png rename to images/data-visualization-chart-summary-four-sections.png diff --git a/images/image (307).png b/images/data-visualization-chart-top-n-analysis.png similarity index 100% rename from images/image (307).png rename to images/data-visualization-chart-top-n-analysis.png diff --git a/images/image (1) (1) (1) (1) (1) (1) (1).png b/images/data-visualization-chart-types-overview-1.png similarity index 100% rename from images/image (1) (1) (1) (1) (1) (1) (1).png rename to images/data-visualization-chart-types-overview-1.png diff --git a/images/2025-05-05_13h17_59.png b/images/data-visualization-chart-types-overview.png similarity index 100% rename from images/2025-05-05_13h17_59.png rename to images/data-visualization-chart-types-overview.png diff --git a/images/image (1621).png b/images/data-visualization-chart-with-formula.png similarity index 100% rename from images/image (1621).png rename to images/data-visualization-chart-with-formula.png diff --git a/images/image (1718).png b/images/data-visualization-charts-kpi-analysis-dashboard.png similarity index 100% rename from images/image (1718).png rename to images/data-visualization-charts-kpi-analysis-dashboard.png diff --git a/images/image (1654).png b/images/data-visualization-consumer-corporate-home-office.png similarity index 100% rename from images/image (1654).png rename to images/data-visualization-consumer-corporate-home-office.png diff --git a/images/image (813).png b/images/data-visualization-contrast-color-comparison.png similarity index 100% rename from images/image (813).png rename to images/data-visualization-contrast-color-comparison.png diff --git a/images/2024-05-23_21h38_04.png b/images/data-visualization-custom-themes-chart-table.png similarity index 100% rename from images/2024-05-23_21h38_04.png rename to images/data-visualization-custom-themes-chart-table.png diff --git a/images/3.2. On-object interaction.png b/images/data-visualization-customization-guide-bar-charts.png similarity index 100% rename from images/3.2. On-object interaction.png rename to images/data-visualization-customization-guide-bar-charts.png diff --git a/images/image (895).png b/images/data-visualization-dashboard-bar-charts.png similarity index 100% rename from images/image (895).png rename to images/data-visualization-dashboard-bar-charts.png diff --git a/images/image (1509).png b/images/data-visualization-dashboard-chart-analysis.png similarity index 100% rename from images/image (1509).png rename to images/data-visualization-dashboard-chart-analysis.png diff --git a/images/image (1866).png b/images/data-visualization-dashboard-chart-properties.png similarity index 100% rename from images/image (1866).png rename to images/data-visualization-dashboard-chart-properties.png diff --git a/images/IndividualElementThemes.png b/images/data-visualization-dashboard-color-blind-dark-1.png similarity index 100% rename from images/IndividualElementThemes.png rename to images/data-visualization-dashboard-color-blind-dark-1.png diff --git a/images/image (1844).png b/images/data-visualization-dashboard-color-blind-dark.png similarity index 100% rename from images/image (1844).png rename to images/data-visualization-dashboard-color-blind-dark.png diff --git a/images/image (1527).png b/images/data-visualization-dashboard-configuration-preview.png similarity index 100% rename from images/image (1527).png rename to images/data-visualization-dashboard-configuration-preview.png diff --git a/images/image (1513).png b/images/data-visualization-dashboard-custom-theme-analysis.png similarity index 100% rename from images/image (1513).png rename to images/data-visualization-dashboard-custom-theme-analysis.png diff --git a/images/2024-07-08_17h56_01.png b/images/data-visualization-dashboard-elements-configuration.png similarity index 100% rename from images/2024-07-08_17h56_01.png rename to images/data-visualization-dashboard-elements-configuration.png diff --git a/images/image (1038).png b/images/data-visualization-dashboard-elements-menu.png similarity index 100% rename from images/image (1038).png rename to images/data-visualization-dashboard-elements-menu.png diff --git a/images/image (266).png b/images/data-visualization-dashboard-kpi-charts-summary.png similarity index 100% rename from images/image (266).png rename to images/data-visualization-dashboard-kpi-charts-summary.png diff --git a/images/image (1865).png b/images/data-visualization-dashboard-sales-analysis-report.png similarity index 100% rename from images/image (1865).png rename to images/data-visualization-dashboard-sales-analysis-report.png diff --git a/images/image (1858).png b/images/data-visualization-dashboard-settings-properties.png similarity index 100% rename from images/image (1858).png rename to images/data-visualization-dashboard-settings-properties.png diff --git a/images/ColorBlindDark.png b/images/data-visualization-dashboard-themes-analytics-1.png similarity index 100% rename from images/ColorBlindDark.png rename to images/data-visualization-dashboard-themes-analytics-1.png diff --git a/images/ColorBlindTheme.png b/images/data-visualization-dashboard-themes-analytics.png similarity index 100% rename from images/ColorBlindTheme.png rename to images/data-visualization-dashboard-themes-analytics.png diff --git a/images/image (336).png b/images/data-visualization-dashboard-with-logos-and-charts.png similarity index 100% rename from images/image (336).png rename to images/data-visualization-dashboard-with-logos-and-charts.png diff --git a/images/image (414).png b/images/data-visualization-enhanced-actuals-chart.png similarity index 100% rename from images/image (414).png rename to images/data-visualization-enhanced-actuals-chart.png diff --git a/images/image (1948).png b/images/data-visualization-file-download-window.png similarity index 100% rename from images/image (1948).png rename to images/data-visualization-file-download-window.png diff --git a/images/image (228).png b/images/data-visualization-filter-chart-analysis.png similarity index 100% rename from images/image (228).png rename to images/data-visualization-filter-chart-analysis.png diff --git a/images/image (1825).png b/images/data-visualization-hospital-statistics-dashboard.png similarity index 100% rename from images/image (1825).png rename to images/data-visualization-hospital-statistics-dashboard.png diff --git a/images/chartSearch.png b/images/data-visualization-income-trends-analysis-reports.png similarity index 100% rename from images/chartSearch.png rename to images/data-visualization-income-trends-analysis-reports.png diff --git a/images/image (269).png b/images/data-visualization-insight-charts-dashboard-summary.png similarity index 100% rename from images/image (269).png rename to images/data-visualization-insight-charts-dashboard-summary.png diff --git a/images/IntegratedVarianceColumnChart.png b/images/data-visualization-integrated-variance-chart.png similarity index 100% rename from images/IntegratedVarianceColumnChart.png rename to images/data-visualization-integrated-variance-chart.png diff --git a/images/2024-11-05_17h25_02.png b/images/data-visualization-kpi-card-chart-elements.png similarity index 100% rename from images/2024-11-05_17h25_02.png rename to images/data-visualization-kpi-card-chart-elements.png diff --git a/images/2024-11-07_15h56_12.png b/images/data-visualization-kpi-cards-2022-2023.png similarity index 100% rename from images/2024-11-07_15h56_12.png rename to images/data-visualization-kpi-cards-2022-2023.png diff --git a/images/image (1785).png b/images/data-visualization-kpi-cards-bar-chart.png similarity index 100% rename from images/image (1785).png rename to images/data-visualization-kpi-cards-bar-chart.png diff --git a/images/image (1784).png b/images/data-visualization-kpi-cards-graphs-2022-2023.png similarity index 100% rename from images/image (1784).png rename to images/data-visualization-kpi-cards-graphs-2022-2023.png diff --git a/images/image (339).png b/images/data-visualization-kpi-charts-2022-2023-1.png similarity index 100% rename from images/image (339).png rename to images/data-visualization-kpi-charts-2022-2023-1.png diff --git a/images/2024-11-22_17h27_41.png b/images/data-visualization-kpi-charts-2022-2023.png similarity index 100% rename from images/2024-11-22_17h27_41.png rename to images/data-visualization-kpi-charts-2022-2023.png diff --git a/images/2024-11-22_17h45_52.png b/images/data-visualization-kpi-charts-graphs-dashboard.png similarity index 100% rename from images/2024-11-22_17h45_52.png rename to images/data-visualization-kpi-charts-graphs-dashboard.png diff --git a/images/image (299).png b/images/data-visualization-kpi-charts-regions-overview.png similarity index 100% rename from images/image (299).png rename to images/data-visualization-kpi-charts-regions-overview.png diff --git a/images/2024-11-13_17h30_30.png b/images/data-visualization-kpi-charts-regions-performance.png similarity index 100% rename from images/2024-11-13_17h30_30.png rename to images/data-visualization-kpi-charts-regions-performance.png diff --git a/images/image (144).png b/images/data-visualization-kpi-charts-settings-dashboard.png similarity index 100% rename from images/image (144).png rename to images/data-visualization-kpi-charts-settings-dashboard.png diff --git a/images/image (1783).png b/images/data-visualization-kpi-dashboard-graphs.png similarity index 100% rename from images/image (1783).png rename to images/data-visualization-kpi-dashboard-graphs.png diff --git a/images/image (1782).png b/images/data-visualization-kpi-sales-performance-dashboard.png similarity index 100% rename from images/image (1782).png rename to images/data-visualization-kpi-sales-performance-dashboard.png diff --git a/images/image (1750).png b/images/data-visualization-linear-gauge-histogram-bubbles.png similarity index 100% rename from images/image (1750).png rename to images/data-visualization-linear-gauge-histogram-bubbles.png diff --git a/images/image (2062).png b/images/data-visualization-negative-values-settings.png similarity index 100% rename from images/image (2062).png rename to images/data-visualization-negative-values-settings.png diff --git a/images/CustomStoryboardTheme.png b/images/data-visualization-pastel-theme-chart-analysis.png similarity index 100% rename from images/CustomStoryboardTheme.png rename to images/data-visualization-pastel-theme-chart-analysis.png diff --git a/images/image (1846).png b/images/data-visualization-pastel-theme-dashboard.png similarity index 100% rename from images/image (1846).png rename to images/data-visualization-pastel-theme-dashboard.png diff --git a/images/image (309).png b/images/data-visualization-pie-charts-by-region.png similarity index 100% rename from images/image (309).png rename to images/data-visualization-pie-charts-by-region.png diff --git a/images/image (229).png b/images/data-visualization-pie-charts-filter-options.png similarity index 100% rename from images/image (229).png rename to images/data-visualization-pie-charts-filter-options.png diff --git a/images/image (310).png b/images/data-visualization-pie-charts-regions-kpis.png similarity index 100% rename from images/image (310).png rename to images/data-visualization-pie-charts-regions-kpis.png diff --git a/images/search charts.png b/images/data-visualization-pivot-chart-2024-quarters.png similarity index 100% rename from images/search charts.png rename to images/data-visualization-pivot-chart-2024-quarters.png diff --git a/images/image (654).png b/images/data-visualization-pivot-chart-juices-soda-water.png similarity index 100% rename from images/image (654).png rename to images/data-visualization-pivot-chart-juices-soda-water.png diff --git a/images/image (706).png b/images/data-visualization-pivot-chart-monthly-analysis.png similarity index 100% rename from images/image (706).png rename to images/data-visualization-pivot-chart-monthly-analysis.png diff --git a/images/image (1451).png b/images/data-visualization-pivot-chart-quarterly-2024.png similarity index 100% rename from images/image (1451).png rename to images/data-visualization-pivot-chart-quarterly-2024.png diff --git a/images/image (828).png b/images/data-visualization-pivot-chart-sales-analysis.png similarity index 100% rename from images/image (828).png rename to images/data-visualization-pivot-chart-sales-analysis.png diff --git a/images/image (1859).png b/images/data-visualization-properties-settings-dashboard-1.png similarity index 100% rename from images/image (1859).png rename to images/data-visualization-properties-settings-dashboard-1.png diff --git a/images/image (1863).png b/images/data-visualization-properties-settings-dashboard.png similarity index 100% rename from images/image (1863).png rename to images/data-visualization-properties-settings-dashboard.png diff --git a/images/image (369).png b/images/data-visualization-quarterly-reports-dashboard.png similarity index 100% rename from images/image (369).png rename to images/data-visualization-quarterly-reports-dashboard.png diff --git a/images/image (1747).png b/images/data-visualization-ranking-slider-chart-1.png similarity index 100% rename from images/image (1747).png rename to images/data-visualization-ranking-slider-chart-1.png diff --git a/images/image (214).png b/images/data-visualization-ranking-slider-chart.png similarity index 100% rename from images/image (214).png rename to images/data-visualization-ranking-slider-chart.png diff --git a/images/image (1912).png b/images/data-visualization-region-gender-age-mode.png similarity index 100% rename from images/image (1912).png rename to images/data-visualization-region-gender-age-mode.png diff --git a/images/2024-11-13_17h43_18.png b/images/data-visualization-regions-performance-metrics.png similarity index 100% rename from images/2024-11-13_17h43_18.png rename to images/data-visualization-regions-performance-metrics.png diff --git a/images/image (2045).png b/images/data-visualization-remove-negative-values-settings.png similarity index 100% rename from images/image (2045).png rename to images/data-visualization-remove-negative-values-settings.png diff --git a/images/image (1847).png b/images/data-visualization-report-q3-2024.png similarity index 100% rename from images/image (1847).png rename to images/data-visualization-report-q3-2024.png diff --git a/images/image (1675).png b/images/data-visualization-ribbon-tornado-parallel-charts.png similarity index 100% rename from images/image (1675).png rename to images/data-visualization-ribbon-tornado-parallel-charts.png diff --git a/images/image (1676).png b/images/data-visualization-ribbon-tornado-parallel-coordinates.png similarity index 100% rename from images/image (1676).png rename to images/data-visualization-ribbon-tornado-parallel-coordinates.png diff --git a/images/image (169).png b/images/data-visualization-sales-analysis-dashboard.png similarity index 100% rename from images/image (169).png rename to images/data-visualization-sales-analysis-dashboard.png diff --git a/images/image (3) (1) (1).png b/images/data-visualization-sales-chart-labels.png similarity index 100% rename from images/image (3) (1) (1).png rename to images/data-visualization-sales-chart-labels.png diff --git a/images/image (829).png b/images/data-visualization-sales-chart-pivot-table.png similarity index 100% rename from images/image (829).png rename to images/data-visualization-sales-chart-pivot-table.png diff --git a/images/image (1986).png b/images/data-visualization-sales-insight-chart.png similarity index 100% rename from images/image (1986).png rename to images/data-visualization-sales-insight-chart.png diff --git a/images/image (1070).png b/images/data-visualization-sales-performance-chart.png similarity index 100% rename from images/image (1070).png rename to images/data-visualization-sales-performance-chart.png diff --git a/images/image (2036).png b/images/data-visualization-sales-performance-charts.png similarity index 100% rename from images/image (2036).png rename to images/data-visualization-sales-performance-charts.png diff --git a/images/image (168).png b/images/data-visualization-sales-profit-analysis-dashboard-1.png similarity index 100% rename from images/image (168).png rename to images/data-visualization-sales-profit-analysis-dashboard-1.png diff --git a/images/image (166).png b/images/data-visualization-sales-profit-analysis-dashboard.png similarity index 100% rename from images/image (166).png rename to images/data-visualization-sales-profit-analysis-dashboard.png diff --git a/images/image (158).png b/images/data-visualization-sales-report-dashboard-1.png similarity index 100% rename from images/image (158).png rename to images/data-visualization-sales-report-dashboard-1.png diff --git a/images/image (204).png b/images/data-visualization-sales-report-dashboard.png similarity index 100% rename from images/image (204).png rename to images/data-visualization-sales-report-dashboard.png diff --git a/images/image (1682).png b/images/data-visualization-sales-revenue-2024-analysis.png similarity index 100% rename from images/image (1682).png rename to images/data-visualization-sales-revenue-2024-analysis.png diff --git a/images/image (481).png b/images/data-visualization-settings-chart-analytics.png similarity index 100% rename from images/image (481).png rename to images/data-visualization-settings-chart-analytics.png diff --git a/images/image (1916).png b/images/data-visualization-settings-region-gender-age.png similarity index 100% rename from images/image (1916).png rename to images/data-visualization-settings-region-gender-age.png diff --git a/images/image (351).png b/images/data-visualization-slope-graph-chart-options-1.png similarity index 100% rename from images/image (351).png rename to images/data-visualization-slope-graph-chart-options-1.png diff --git a/images/image (352).png b/images/data-visualization-slope-graph-chart-options.png similarity index 100% rename from images/image (352).png rename to images/data-visualization-slope-graph-chart-options.png diff --git a/images/image (1039).png b/images/data-visualization-sparkline-chart-options.png similarity index 100% rename from images/image (1039).png rename to images/data-visualization-sparkline-chart-options.png diff --git a/images/image (558).png b/images/data-visualization-sum-actuals-plan-sub-region.png similarity index 100% rename from images/image (558).png rename to images/data-visualization-sum-actuals-plan-sub-region.png diff --git a/images/image (503).png b/images/data-visualization-sum-actuals-sub-category.png similarity index 100% rename from images/image (503).png rename to images/data-visualization-sum-actuals-sub-category.png diff --git a/images/image (1104).png b/images/data-visualization-sum-of-actuals-by-quarter.png similarity index 100% rename from images/image (1104).png rename to images/data-visualization-sum-of-actuals-by-quarter.png diff --git a/images/image (2) (1) (1).png b/images/data-visualization-targets-2024-actuals-monthly.png similarity index 100% rename from images/image (2) (1) (1).png rename to images/data-visualization-targets-2024-actuals-monthly.png diff --git a/images/image (366).png b/images/data-visualization-tools-interface.png similarity index 100% rename from images/image (366).png rename to images/data-visualization-tools-interface.png diff --git a/images/analytics+overview-1.png b/images/data-visualization-tools-storyboarding-dashboard.png similarity index 100% rename from images/analytics+overview-1.png rename to images/data-visualization-tools-storyboarding-dashboard.png diff --git a/images/image (604).png b/images/data-visualization-variance-chart-analysis.png similarity index 100% rename from images/image (604).png rename to images/data-visualization-variance-chart-analysis.png diff --git a/images/image (602).png b/images/data-visualization-variance-icons-chart-settings.png similarity index 100% rename from images/image (602).png rename to images/data-visualization-variance-icons-chart-settings.png diff --git a/images/image (599).png b/images/delta-symbol-and-number-onepng.png similarity index 100% rename from images/image (599).png rename to images/delta-symbol-and-number-onepng.png diff --git a/images/image (1250).png b/images/deviation-chart-2024-2023-subregions-analysis.png similarity index 100% rename from images/image (1250).png rename to images/deviation-chart-2024-2023-subregions-analysis.png diff --git a/images/image (1248).png b/images/deviation-chart-sum-of-actuals-by-month.png similarity index 100% rename from images/image (1248).png rename to images/deviation-chart-sum-of-actuals-by-month.png diff --git a/images/image (1755).png b/images/discount-by-region-chart-data-analysis.png similarity index 100% rename from images/image (1755).png rename to images/discount-by-region-chart-data-analysis.png diff --git a/images/image (579).png b/images/donut-chart-sum-of-cogs-by-country.png similarity index 100% rename from images/image (579).png rename to images/donut-chart-sum-of-cogs-by-country.png diff --git a/images/image (577).png b/images/down-arrow-on-blue-background.png similarity index 100% rename from images/image (577).png rename to images/down-arrow-on-blue-background.png diff --git a/images/image (617).png b/images/download-arrow-icon-up-down-2.png similarity index 100% rename from images/image (617).png rename to images/download-arrow-icon-up-down-2.png diff --git a/images/gantt-fiscal-year-start-month.png b/images/employee-project-schedule-2025-2026.png similarity index 100% rename from images/gantt-fiscal-year-start-month.png rename to images/employee-project-schedule-2025-2026.png diff --git a/images/image (1060).png b/images/error-messages-in-data-analysis-software-interface.png similarity index 100% rename from images/image (1060).png rename to images/error-messages-in-data-analysis-software-interface.png diff --git a/images/image (412).png b/images/expand-icon-with-arrow-in-corner.png similarity index 100% rename from images/image (412).png rename to images/expand-icon-with-arrow-in-corner.png diff --git a/images/image (1341).png b/images/export-settings-json-configuration-download.png similarity index 100% rename from images/image (1341).png rename to images/export-settings-json-configuration-download.png diff --git a/images/image (373).png b/images/export-successful-download-pdf-chart-data.png similarity index 100% rename from images/image (373).png rename to images/export-successful-download-pdf-chart-data.png diff --git a/images/export-to-pdf-1-2048x1404.png b/images/export-to-pdf-charts-tables-formatting.png similarity index 100% rename from images/export-to-pdf-1-2048x1404.png rename to images/export-to-pdf-charts-tables-formatting.png diff --git a/images/image (192).png b/images/eye-icon-simple-design-black-and-white.png similarity index 100% rename from images/image (192).png rename to images/eye-icon-simple-design-black-and-white.png diff --git a/images/image (292).png b/images/file-folder-with-pencil-and-checkmark.png similarity index 100% rename from images/image (292).png rename to images/file-folder-with-pencil-and-checkmark.png diff --git a/images/image (1842).png b/images/filter-icon-with-cross-symbol.png similarity index 100% rename from images/image (1842).png rename to images/filter-icon-with-cross-symbol.png diff --git a/images/image (666).png b/images/filtercontext-data-table-category-hierarchy.png similarity index 100% rename from images/image (666).png rename to images/filtercontext-data-table-category-hierarchy.png diff --git a/images/image (1177).png b/images/financial-breakdown-cash-flow-chart-analysis.png similarity index 100% rename from images/image (1177).png rename to images/financial-breakdown-cash-flow-chart-analysis.png diff --git a/images/image (1639).png b/images/financial-chart-operating-expenses-revenue-analysis.png similarity index 100% rename from images/image (1639).png rename to images/financial-chart-operating-expenses-revenue-analysis.png diff --git a/images/image (697).png b/images/financial-chart-quarterly-performance-analysis.png similarity index 100% rename from images/image (697).png rename to images/financial-chart-quarterly-performance-analysis.png diff --git a/images/image (1277).png b/images/financial-charts-tsla-aapl-amzn-meta.png similarity index 100% rename from images/image (1277).png rename to images/financial-charts-tsla-aapl-amzn-meta.png diff --git a/images/image (920).png b/images/financial-dashboard-graphs-and-tables-summary.png similarity index 100% rename from images/image (920).png rename to images/financial-dashboard-graphs-and-tables-summary.png diff --git a/images/SplittedTable.png b/images/financial-data-2021-2023-monthly-actuals-plans.png similarity index 100% rename from images/SplittedTable.png rename to images/financial-data-2021-2023-monthly-actuals-plans.png diff --git a/images/image (941).png b/images/financial-data-2022-2021-2020-quarterly-analysis.png similarity index 100% rename from images/image (941).png rename to images/financial-data-2022-2021-2020-quarterly-analysis.png diff --git a/images/image (1483).png b/images/financial-data-2023-2024-actuals-plans-1.png similarity index 100% rename from images/image (1483).png rename to images/financial-data-2023-2024-actuals-plans-1.png diff --git a/images/image (510).png b/images/financial-data-2023-2024-actuals-plans-2.png similarity index 100% rename from images/image (510).png rename to images/financial-data-2023-2024-actuals-plans-2.png diff --git a/images/image (509).png b/images/financial-data-2023-2024-actuals-plans-3.png similarity index 100% rename from images/image (509).png rename to images/financial-data-2023-2024-actuals-plans-3.png diff --git a/images/image (524).png b/images/financial-data-2023-2024-actuals-plans.png similarity index 100% rename from images/image (524).png rename to images/financial-data-2023-2024-actuals-plans.png diff --git a/images/image (926).png b/images/financial-data-2023-actuals-2022-actuals-plans.png similarity index 100% rename from images/image (926).png rename to images/financial-data-2023-actuals-2022-actuals-plans.png diff --git a/images/image (998).png b/images/financial-data-2023-actuals-and-plans-table.png similarity index 100% rename from images/image (998).png rename to images/financial-data-2023-actuals-and-plans-table.png diff --git a/images/image (1000).png b/images/financial-data-2023-actuals-plan-monthly-summary.png similarity index 100% rename from images/image (1000).png rename to images/financial-data-2023-actuals-plan-monthly-summary.png diff --git a/images/image (996).png b/images/financial-data-2023-actuals-plans-monthly.png similarity index 100% rename from images/image (996).png rename to images/financial-data-2023-actuals-plans-monthly.png diff --git a/images/image (1372).png b/images/financial-data-2024-2023-2022-monthly-summary.png similarity index 100% rename from images/image (1372).png rename to images/financial-data-2024-2023-2022-monthly-summary.png diff --git a/images/image (512).png b/images/financial-data-2024-2023-actuals-plans-1.png similarity index 100% rename from images/image (512).png rename to images/financial-data-2024-2023-actuals-plans-1.png diff --git a/images/image (523).png b/images/financial-data-2024-2023-actuals-plans-2.png similarity index 100% rename from images/image (523).png rename to images/financial-data-2024-2023-actuals-plans-2.png diff --git a/images/image (511).png b/images/financial-data-2024-2023-actuals-plans.png similarity index 100% rename from images/image (511).png rename to images/financial-data-2024-2023-actuals-plans.png diff --git a/images/image (418).png b/images/financial-data-2024-2023-actuals-subregions.png similarity index 100% rename from images/image (418).png rename to images/financial-data-2024-2023-actuals-subregions.png diff --git a/images/ScaledTable.png b/images/financial-data-2024-2023-juices-soda-tables.png similarity index 100% rename from images/ScaledTable.png rename to images/financial-data-2024-2023-juices-soda-tables.png diff --git a/images/Skip and hide.png b/images/financial-data-2024-actuals-and-plans-1.png similarity index 100% rename from images/Skip and hide.png rename to images/financial-data-2024-actuals-and-plans-1.png diff --git a/images/image (517).png b/images/financial-data-2024-actuals-and-plans.png similarity index 100% rename from images/image (517).png rename to images/financial-data-2024-actuals-and-plans.png diff --git a/images/GridLayoutTables.png b/images/financial-data-2024-plan-2023-actuals-summary.png similarity index 100% rename from images/GridLayoutTables.png rename to images/financial-data-2024-plan-2023-actuals-summary.png diff --git a/images/image (703).png b/images/financial-data-actuals-plan-account-types.png similarity index 100% rename from images/image (703).png rename to images/financial-data-actuals-plan-account-types.png diff --git a/images/image (689).png b/images/financial-data-actuals-plan-by-quarter-month.png similarity index 100% rename from images/image (689).png rename to images/financial-data-actuals-plan-by-quarter-month.png diff --git a/images/image (1484).png b/images/financial-data-analysis-2024-2023-actuals-plans.png similarity index 100% rename from images/image (1484).png rename to images/financial-data-analysis-2024-2023-actuals-plans.png diff --git a/images/image (780).png b/images/financial-data-analysis-table-2023-2024.png similarity index 100% rename from images/image (780).png rename to images/financial-data-analysis-table-2023-2024.png diff --git a/images/storyboard.png b/images/financial-data-chart-actuals-plans-2023-2024.png similarity index 100% rename from images/storyboard.png rename to images/financial-data-chart-actuals-plans-2023-2024.png diff --git a/images/image (1651).png b/images/financial-data-emerging-markets-chart-analysis.png similarity index 100% rename from images/image (1651).png rename to images/financial-data-emerging-markets-chart-analysis.png diff --git a/images/image (1361).png b/images/financial-data-latam-emea-depreciation-summary.png similarity index 100% rename from images/image (1361).png rename to images/financial-data-latam-emea-depreciation-summary.png diff --git a/images/image (681).png b/images/financial-data-quarterly-report-2022-2024.png similarity index 100% rename from images/image (681).png rename to images/financial-data-quarterly-report-2022-2024.png diff --git a/images/image (699).png b/images/financial-data-summary-2023-2024-analysis.png similarity index 100% rename from images/image (699).png rename to images/financial-data-summary-2023-2024-analysis.png diff --git a/images/image (1681).png b/images/financial-data-summary-ac-2-5m.png similarity index 100% rename from images/image (1681).png rename to images/financial-data-summary-ac-2-5m.png diff --git a/images/image (605).png b/images/financial-data-summary-by-region-2023.png similarity index 100% rename from images/image (605).png rename to images/financial-data-summary-by-region-2023.png diff --git a/images/2024-11-27_14h13_03.png b/images/financial-data-summary-by-year-and-quarter-1.png similarity index 100% rename from images/2024-11-27_14h13_03.png rename to images/financial-data-summary-by-year-and-quarter-1.png diff --git a/images/image (1575).png b/images/financial-data-summary-by-year-and-quarter-2.png similarity index 100% rename from images/image (1575).png rename to images/financial-data-summary-by-year-and-quarter-2.png diff --git a/images/image (1809).png b/images/financial-data-summary-by-year-and-quarter.png similarity index 100% rename from images/image (1809).png rename to images/financial-data-summary-by-year-and-quarter.png diff --git a/images/image (1810).png b/images/financial-data-summary-by-year-quarter-1.png similarity index 100% rename from images/image (1810).png rename to images/financial-data-summary-by-year-quarter-1.png diff --git a/images/2024-11-27_14h00_57.png b/images/financial-data-summary-by-year-quarter.png similarity index 100% rename from images/2024-11-27_14h00_57.png rename to images/financial-data-summary-by-year-quarter.png diff --git a/images/image (704).png b/images/financial-data-summary-graphs-accounts-receivable.png similarity index 100% rename from images/image (704).png rename to images/financial-data-summary-graphs-accounts-receivable.png diff --git a/images/image (793).png b/images/financial-data-summary-january-february-march-april.png similarity index 100% rename from images/image (793).png rename to images/financial-data-summary-january-february-march-april.png diff --git a/images/image (890).png b/images/financial-data-summary-personnel-costs-table.png similarity index 100% rename from images/image (890).png rename to images/financial-data-summary-personnel-costs-table.png diff --git a/images/image (506).png b/images/financial-data-summary-quarterly-report.png similarity index 100% rename from images/image (506).png rename to images/financial-data-summary-quarterly-report.png diff --git a/images/image (794).png b/images/financial-data-summary-table-2023.png similarity index 100% rename from images/image (794).png rename to images/financial-data-summary-table-2023.png diff --git a/images/image (1301).png b/images/financial-data-summary-table-accounts-analysis.png similarity index 100% rename from images/image (1301).png rename to images/financial-data-summary-table-accounts-analysis.png diff --git a/images/image (1302).png b/images/financial-data-summary-table-analysis-report.png similarity index 100% rename from images/image (1302).png rename to images/financial-data-summary-table-analysis-report.png diff --git a/images/image (696).png b/images/financial-data-summary-table-analysis.png similarity index 100% rename from images/image (696).png rename to images/financial-data-summary-table-analysis.png diff --git a/images/image (1300).png b/images/financial-data-summary-table-with-null-values.png similarity index 100% rename from images/image (1300).png rename to images/financial-data-summary-table-with-null-values.png diff --git a/images/image (824).png b/images/financial-data-table-2023-2022-2021-actuals.png similarity index 100% rename from images/image (824).png rename to images/financial-data-table-2023-2022-2021-actuals.png diff --git a/images/image (782).png b/images/financial-data-table-2023-2024-actuals-plans-1.png similarity index 100% rename from images/image (782).png rename to images/financial-data-table-2023-2024-actuals-plans-1.png diff --git a/images/image (781).png b/images/financial-data-table-2023-2024-actuals-plans-2.png similarity index 100% rename from images/image (781).png rename to images/financial-data-table-2023-2024-actuals-plans-2.png diff --git a/images/image (783).png b/images/financial-data-table-2023-2024-actuals-plans.png similarity index 100% rename from images/image (783).png rename to images/financial-data-table-2023-2024-actuals-plans.png diff --git a/images/image (700).png b/images/financial-data-table-2023-2024-analysis.png similarity index 100% rename from images/image (700).png rename to images/financial-data-table-2023-2024-analysis.png diff --git a/images/image (1001).png b/images/financial-data-table-2023-actuals-plans-1.png similarity index 100% rename from images/image (1001).png rename to images/financial-data-table-2023-actuals-plans-1.png diff --git a/images/image (989).png b/images/financial-data-table-2023-actuals-plans.png similarity index 100% rename from images/image (989).png rename to images/financial-data-table-2023-actuals-plans.png diff --git a/images/image (1243).png b/images/financial-data-table-ac-py-subcategory-analysis.png similarity index 100% rename from images/image (1243).png rename to images/financial-data-table-ac-py-subcategory-analysis.png diff --git a/images/image (395).png b/images/financial-data-table-actuals-plan-summary-1.png similarity index 100% rename from images/image (395).png rename to images/financial-data-table-actuals-plan-summary-1.png diff --git a/images/image (399).png b/images/financial-data-table-actuals-plan-summary.png similarity index 100% rename from images/image (399).png rename to images/financial-data-table-actuals-plan-summary.png diff --git a/images/image (1275).png b/images/financial-data-table-interest-rates-analysis.png similarity index 100% rename from images/image (1275).png rename to images/financial-data-table-interest-rates-analysis.png diff --git a/images/image (755).png b/images/financial-data-table-juices-soda-analysis.png similarity index 100% rename from images/image (755).png rename to images/financial-data-table-juices-soda-analysis.png diff --git a/images/image (1482).png b/images/financial-data-visualization-2023-2024-actuals.png similarity index 100% rename from images/image (1482).png rename to images/financial-data-visualization-2023-2024-actuals.png diff --git a/images/image (1641).png b/images/financial-data-visualization-chart-settings.png similarity index 100% rename from images/image (1641).png rename to images/financial-data-visualization-chart-settings.png diff --git a/images/image (177).png b/images/financial-performance-executive-summary-dashboard-1.png similarity index 100% rename from images/image (177).png rename to images/financial-performance-executive-summary-dashboard-1.png diff --git a/images/2024-12-02_12h15_06.png b/images/financial-performance-executive-summary-dashboard-2.png similarity index 100% rename from images/2024-12-02_12h15_06.png rename to images/financial-performance-executive-summary-dashboard-2.png diff --git a/images/image (178).png b/images/financial-performance-executive-summary-dashboard-3.png similarity index 100% rename from images/image (178).png rename to images/financial-performance-executive-summary-dashboard-3.png diff --git a/images/image (180).png b/images/financial-performance-executive-summary-dashboard-4.png similarity index 100% rename from images/image (180).png rename to images/financial-performance-executive-summary-dashboard-4.png diff --git a/images/image (188).png b/images/financial-performance-executive-summary-dashboard.png similarity index 100% rename from images/image (188).png rename to images/financial-performance-executive-summary-dashboard.png diff --git a/images/2024-12-02_11h51_40.png b/images/financial-performance-executive-summary-data-analysis-1.png similarity index 100% rename from images/2024-12-02_11h51_40.png rename to images/financial-performance-executive-summary-data-analysis-1.png diff --git a/images/Annotations.png b/images/financial-performance-executive-summary-data-analysis-2.png similarity index 100% rename from images/Annotations.png rename to images/financial-performance-executive-summary-data-analysis-2.png diff --git a/images/image (179).png b/images/financial-performance-executive-summary-data-analysis.png similarity index 100% rename from images/image (179).png rename to images/financial-performance-executive-summary-data-analysis.png diff --git a/images/image (2) (1) (1) (1) (1) (1).png b/images/financial-report-2024-actuals-plan-by-month.png similarity index 100% rename from images/image (2) (1) (1) (1) (1) (1).png rename to images/financial-report-2024-actuals-plan-by-month.png diff --git a/images/image (1517).png b/images/financial-report-2024-plan-actuals-summary.png similarity index 100% rename from images/image (1517).png rename to images/financial-report-2024-plan-actuals-summary.png diff --git a/images/Single child level as parent.png b/images/financial-report-actuals-plan-level-descriptions-1.png similarity index 100% rename from images/Single child level as parent.png rename to images/financial-report-actuals-plan-level-descriptions-1.png diff --git a/images/image (396).png b/images/financial-report-actuals-plan-level-descriptions-2.png similarity index 100% rename from images/image (396).png rename to images/financial-report-actuals-plan-level-descriptions-2.png diff --git a/images/image (397).png b/images/financial-report-actuals-plan-level-descriptions-3.png similarity index 100% rename from images/image (397).png rename to images/financial-report-actuals-plan-level-descriptions-3.png diff --git a/images/image (398).png b/images/financial-report-actuals-plan-level-descriptions.png similarity index 100% rename from images/image (398).png rename to images/financial-report-actuals-plan-level-descriptions.png diff --git a/images/image (1281).png b/images/financial-report-data-analysis-table-summary.png similarity index 100% rename from images/image (1281).png rename to images/financial-report-data-analysis-table-summary.png diff --git a/images/image (1362).png b/images/financial-report-emear-latam-summary-data.png similarity index 100% rename from images/image (1362).png rename to images/financial-report-emear-latam-summary-data.png diff --git a/images/image (1652).png b/images/financial-report-emerging-markets-analysis-chart.png similarity index 100% rename from images/image (1652).png rename to images/financial-report-emerging-markets-analysis-chart.png diff --git a/images/PArent only.png b/images/financial-report-emerging-markets-analysis.png similarity index 100% rename from images/PArent only.png rename to images/financial-report-emerging-markets-analysis.png diff --git a/images/Parent multi level.png b/images/financial-report-emerging-markets-chart-analysis.png similarity index 100% rename from images/Parent multi level.png rename to images/financial-report-emerging-markets-chart-analysis.png diff --git a/images/Single child level as part cards.png b/images/financial-report-emerging-markets-expenses-profits-1.png similarity index 100% rename from images/Single child level as part cards.png rename to images/financial-report-emerging-markets-expenses-profits-1.png diff --git a/images/Single child as parents - cards.png b/images/financial-report-emerging-markets-expenses-profits.png similarity index 100% rename from images/Single child as parents - cards.png rename to images/financial-report-emerging-markets-expenses-profits.png diff --git a/images/image (893).png b/images/financial-report-it-expenses-other-expenses.png similarity index 100% rename from images/image (893).png rename to images/financial-report-it-expenses-other-expenses.png diff --git a/images/image (1582).png b/images/financial-report-q1-2024-actuals-by-region.png similarity index 100% rename from images/image (1582).png rename to images/financial-report-q1-2024-actuals-by-region.png diff --git a/images/image (1498).png b/images/financial-report-summary-actuals-plans-data.png similarity index 100% rename from images/image (1498).png rename to images/financial-report-summary-actuals-plans-data.png diff --git a/images/TablesWithIntegratedWaterfalls.png b/images/financial-report-summary-by-category-millions.png similarity index 100% rename from images/TablesWithIntegratedWaterfalls.png rename to images/financial-report-summary-by-category-millions.png diff --git a/images/Rows removed for parent option.png b/images/financial-report-table-actuals-plan-summary-1.png similarity index 100% rename from images/Rows removed for parent option.png rename to images/financial-report-table-actuals-plan-summary-1.png diff --git a/images/Parent multi-level rows suppressed.png b/images/financial-report-table-actuals-plan-summary.png similarity index 100% rename from images/Parent multi-level rows suppressed.png rename to images/financial-report-table-actuals-plan-summary.png diff --git a/images/image (1378).png b/images/financial-report-table-with-conditional-formatting.png similarity index 100% rename from images/image (1378).png rename to images/financial-report-table-with-conditional-formatting.png diff --git a/images/image (1850).png b/images/financial-results-q3-2024-data-summary.png similarity index 100% rename from images/image (1850).png rename to images/financial-results-q3-2024-data-summary.png diff --git a/images/image (196).png b/images/financial-results-q3-2024-data-visualization.png similarity index 100% rename from images/image (196).png rename to images/financial-results-q3-2024-data-visualization.png diff --git a/images/image (1853).png b/images/financial-results-q3-2024-graph-data-summary.png similarity index 100% rename from images/image (1853).png rename to images/financial-results-q3-2024-graph-data-summary.png diff --git a/images/2024-11-29_14h48_26.png b/images/financial-results-q3-2024-graph-summary.png similarity index 100% rename from images/2024-11-29_14h48_26.png rename to images/financial-results-q3-2024-graph-summary.png diff --git a/images/image (195).png b/images/financial-results-q3-2024-graphs-charts-data.png similarity index 100% rename from images/image (195).png rename to images/financial-results-q3-2024-graphs-charts-data.png diff --git a/images/2024-11-29_15h28_44.png b/images/financial-results-q3-2024-report-dashboard-1.png similarity index 100% rename from images/2024-11-29_15h28_44.png rename to images/financial-results-q3-2024-report-dashboard-1.png diff --git a/images/image (1852).png b/images/financial-results-q3-2024-report-dashboard.png similarity index 100% rename from images/image (1852).png rename to images/financial-results-q3-2024-report-dashboard.png diff --git a/images/image (1851).png b/images/financial-results-q3-2024-summary-dashboard.png similarity index 100% rename from images/image (1851).png rename to images/financial-results-q3-2024-summary-dashboard.png diff --git a/images/image (191).png b/images/financial-results-report-q3-2024-analysis.png similarity index 100% rename from images/image (191).png rename to images/financial-results-report-q3-2024-analysis.png diff --git a/images/image (197).png b/images/financial-results-report-q3-2024-dashboard.png similarity index 100% rename from images/image (197).png rename to images/financial-results-report-q3-2024-dashboard.png diff --git a/images/image (1848).png b/images/financial-results-report-q3-2024.png similarity index 100% rename from images/image (1848).png rename to images/financial-results-report-q3-2024.png diff --git a/images/image (493).png b/images/financial-statement-2024-data-analysis-dashboard.png similarity index 100% rename from images/image (493).png rename to images/financial-statement-2024-data-analysis-dashboard.png diff --git a/images/2024-11-28_16h04_51.png b/images/financial-statement-2024-data-analysis.png similarity index 100% rename from images/2024-11-28_16h04_51.png rename to images/financial-statement-2024-data-analysis.png diff --git a/images/2024-05-23_23h05_46.png b/images/financial-statement-2024-q2-data-analysis-1.png similarity index 100% rename from images/2024-05-23_23h05_46.png rename to images/financial-statement-2024-q2-data-analysis-1.png diff --git a/images/2024-05-28_16h58_07.png b/images/financial-statement-2024-q2-data-analysis.png similarity index 100% rename from images/2024-05-28_16h58_07.png rename to images/financial-statement-2024-q2-data-analysis.png diff --git a/images/2024-05-23_23h09_16.png b/images/financial-statement-2024-q2-summary.png similarity index 100% rename from images/2024-05-23_23h09_16.png rename to images/financial-statement-2024-q2-summary.png diff --git a/images/image (200).png b/images/financial-statement-2024-q4-data-analysis.png similarity index 100% rename from images/image (200).png rename to images/financial-statement-2024-q4-data-analysis.png diff --git a/images/2024-11-28_16h02_51.png b/images/financial-statement-2024-q4-report-summary.png similarity index 100% rename from images/2024-11-28_16h02_51.png rename to images/financial-statement-2024-q4-report-summary.png diff --git a/images/image (491).png b/images/financial-statement-charts-data-analysis-report.png similarity index 100% rename from images/image (491).png rename to images/financial-statement-charts-data-analysis-report.png diff --git a/images/image (492).png b/images/financial-statement-download-template-q2-2024.png similarity index 100% rename from images/image (492).png rename to images/financial-statement-download-template-q2-2024.png diff --git a/images/image (581).png b/images/financial-statement-may-2023-2024-data.png similarity index 100% rename from images/image (581).png rename to images/financial-statement-may-2023-2024-data.png diff --git a/images/image (497).png b/images/financial-statement-q2-executive-summary-dashboard.png similarity index 100% rename from images/image (497).png rename to images/financial-statement-q2-executive-summary-dashboard.png diff --git a/images/image (201).png b/images/financial-statement-report-2024-q4-summary.png similarity index 100% rename from images/image (201).png rename to images/financial-statement-report-2024-q4-summary.png diff --git a/images/image (199).png b/images/financial-statement-report-2024-q4.png similarity index 100% rename from images/image (199).png rename to images/financial-statement-report-2024-q4.png diff --git a/images/image (202).png b/images/financial-statement-report-data-analysis-dashboard.png similarity index 100% rename from images/image (202).png rename to images/financial-statement-report-data-analysis-dashboard.png diff --git a/images/2024-05-17_18h53_52.png b/images/financial-summary-depreciation-accounts-table.png similarity index 100% rename from images/2024-05-17_18h53_52.png rename to images/financial-summary-depreciation-accounts-table.png diff --git a/images/image (892).png b/images/financial-summary-operating-profit-expenses-analysis.png similarity index 100% rename from images/image (892).png rename to images/financial-summary-operating-profit-expenses-analysis.png diff --git a/images/image (888).png b/images/financial-summary-personnel-costs-expenses-table-1.png similarity index 100% rename from images/image (888).png rename to images/financial-summary-personnel-costs-expenses-table-1.png diff --git a/images/image (889).png b/images/financial-summary-personnel-costs-expenses-table.png similarity index 100% rename from images/image (889).png rename to images/financial-summary-personnel-costs-expenses-table.png diff --git a/images/image (891).png b/images/financial-summary-personnel-costs-salaries-expenses.png similarity index 100% rename from images/image (891).png rename to images/financial-summary-personnel-costs-salaries-expenses.png diff --git a/images/image (885).png b/images/financial-summary-table-actuals-plan-comparison-1.png similarity index 100% rename from images/image (885).png rename to images/financial-summary-table-actuals-plan-comparison-1.png diff --git a/images/image (886).png b/images/financial-summary-table-actuals-plan-comparison.png similarity index 100% rename from images/image (886).png rename to images/financial-summary-table-actuals-plan-comparison.png diff --git a/images/image (400).png b/images/financial-table-actuals-plan-expenses-profits.png similarity index 100% rename from images/image (400).png rename to images/financial-table-actuals-plan-expenses-profits.png diff --git a/images/2024-04-25_16h00_11.png b/images/form-settings-ac-less-than-10m.png similarity index 100% rename from images/2024-04-25_16h00_11.png rename to images/form-settings-ac-less-than-10m.png diff --git a/images/image (538).png b/images/four-black-squares-in-two-columns.png similarity index 100% rename from images/image (538).png rename to images/four-black-squares-in-two-columns.png diff --git a/images/image (1562).png b/images/four-squares-blue-gray-design.png similarity index 100% rename from images/image (1562).png rename to images/four-squares-blue-gray-design.png diff --git a/images/2024-04-01_11h23_56.png b/images/france-government-sales-profit-summary-table.png similarity index 100% rename from images/2024-04-01_11h23_56.png rename to images/france-government-sales-profit-summary-table.png diff --git a/images/2024-04-01_11h30_34.png b/images/france-government-sales-profit-table-data.png similarity index 100% rename from images/2024-04-01_11h30_34.png rename to images/france-government-sales-profit-table-data.png diff --git a/images/image (500).png b/images/fullscreen.png similarity index 100% rename from images/image (500).png rename to images/fullscreen.png diff --git a/images/image (248).png b/images/function-graph-plus-sign-icon.png similarity index 100% rename from images/image (248).png rename to images/function-graph-plus-sign-icon.png diff --git a/images/image (239).png b/images/function-notation-math-symbols-graph.png similarity index 100% rename from images/image (239).png rename to images/function-notation-math-symbols-graph.png diff --git a/images/image (249).png b/images/function-notation-plus-sign-mathematics.png similarity index 100% rename from images/image (249).png rename to images/function-notation-plus-sign-mathematics.png diff --git a/images/image (556).png b/images/funnel-chart-sum-of-actuals-by-sub-region-1.png similarity index 100% rename from images/image (556).png rename to images/funnel-chart-sum-of-actuals-by-sub-region-1.png diff --git a/images/image (553).png b/images/funnel-chart-sum-of-actuals-by-sub-region-2.png similarity index 100% rename from images/image (553).png rename to images/funnel-chart-sum-of-actuals-by-sub-region-2.png diff --git a/images/image (552).png b/images/funnel-chart-sum-of-actuals-by-sub-region-3.png similarity index 100% rename from images/image (552).png rename to images/funnel-chart-sum-of-actuals-by-sub-region-3.png diff --git a/images/image (555).png b/images/funnel-chart-sum-of-actuals-by-sub-region-4.png similarity index 100% rename from images/image (555).png rename to images/funnel-chart-sum-of-actuals-by-sub-region-4.png diff --git a/images/image (554).png b/images/funnel-chart-sum-of-actuals-by-sub-region-5.png similarity index 100% rename from images/image (554).png rename to images/funnel-chart-sum-of-actuals-by-sub-region-5.png diff --git a/images/image (557).png b/images/funnel-chart-sum-of-actuals-by-sub-region.png similarity index 100% rename from images/image (557).png rename to images/funnel-chart-sum-of-actuals-by-sub-region.png diff --git a/images/image (1997).png b/images/gantt-chart-analytics-project-management-overview.png similarity index 100% rename from images/image (1997).png rename to images/gantt-chart-analytics-project-management-overview.png diff --git a/images/image (37).png b/images/gantt-chart-analytics-project-timeline-2024-2025-1.png similarity index 100% rename from images/image (37).png rename to images/gantt-chart-analytics-project-timeline-2024-2025-1.png diff --git a/images/image (26).png b/images/gantt-chart-analytics-project-timeline-2024-2025.png similarity index 100% rename from images/image (26).png rename to images/gantt-chart-analytics-project-timeline-2024-2025.png diff --git a/images/image (53).png b/images/gantt-chart-april-2025-project-schedule.png similarity index 100% rename from images/image (53).png rename to images/gantt-chart-april-2025-project-schedule.png diff --git a/images/image (42).png b/images/gantt-chart-department-employee-project-schedule.png similarity index 100% rename from images/image (42).png rename to images/gantt-chart-department-employee-project-schedule.png diff --git a/images/image (40).png b/images/gantt-chart-department-schedule-2024-2025-1.png similarity index 100% rename from images/image (40).png rename to images/gantt-chart-department-schedule-2024-2025-1.png diff --git a/images/image (41).png b/images/gantt-chart-department-schedule-2024-2025.png similarity index 100% rename from images/image (41).png rename to images/gantt-chart-department-schedule-2024-2025.png diff --git a/images/image (43).png b/images/gantt-chart-employee-project-schedule-2024-2025-1.png similarity index 100% rename from images/image (43).png rename to images/gantt-chart-employee-project-schedule-2024-2025-1.png diff --git a/images/image (1998).png b/images/gantt-chart-employee-project-schedule-2024-2025.png similarity index 100% rename from images/image (1998).png rename to images/gantt-chart-employee-project-schedule-2024-2025.png diff --git a/images/gantt-week-start-day.png b/images/gantt-chart-january-2025-project-schedule.png similarity index 100% rename from images/gantt-week-start-day.png rename to images/gantt-chart-january-2025-project-schedule.png diff --git a/images/image (110).png b/images/gantt-chart-progress-status-2024-2025-1.png similarity index 100% rename from images/image (110).png rename to images/gantt-chart-progress-status-2024-2025-1.png diff --git a/images/image (109).png b/images/gantt-chart-progress-status-2024-2025-2.png similarity index 100% rename from images/image (109).png rename to images/gantt-chart-progress-status-2024-2025-2.png diff --git a/images/image (113).png b/images/gantt-chart-progress-status-2024-2025-3.png similarity index 100% rename from images/image (113).png rename to images/gantt-chart-progress-status-2024-2025-3.png diff --git a/images/image (112).png b/images/gantt-chart-progress-status-2024-2025-4.png similarity index 100% rename from images/image (112).png rename to images/gantt-chart-progress-status-2024-2025-4.png diff --git a/images/image (107).png b/images/gantt-chart-progress-status-2024-2025.png similarity index 100% rename from images/image (107).png rename to images/gantt-chart-progress-status-2024-2025.png diff --git a/images/image (103).png b/images/gantt-chart-progress-status-overview-2024-2025.png similarity index 100% rename from images/image (103).png rename to images/gantt-chart-progress-status-overview-2024-2025.png diff --git a/images/image (106).png b/images/gantt-chart-progress-status-report-2024-2025.png similarity index 100% rename from images/image (106).png rename to images/gantt-chart-progress-status-report-2024-2025.png diff --git a/images/image (105).png b/images/gantt-chart-progress-status-resource-planning.png similarity index 100% rename from images/image (105).png rename to images/gantt-chart-progress-status-resource-planning.png diff --git a/images/image (121).png b/images/gantt-chart-progress-status-summary-2024-2025.png similarity index 100% rename from images/image (121).png rename to images/gantt-chart-progress-status-summary-2024-2025.png diff --git a/images/image (102).png b/images/gantt-chart-progress-summary-2024-2025.png similarity index 100% rename from images/image (102).png rename to images/gantt-chart-progress-summary-2024-2025.png diff --git a/images/image (25).png b/images/gantt-chart-project-milestones-2024-2025.png similarity index 100% rename from images/image (25).png rename to images/gantt-chart-project-milestones-2024-2025.png diff --git a/images/2025-04-09_11h28_45.png b/images/gantt-chart-project-phases-timeline-2024-2025.png similarity index 100% rename from images/2025-04-09_11h28_45.png rename to images/gantt-chart-project-phases-timeline-2024-2025.png diff --git a/images/image (2023).png b/images/gantt-chart-project-phases-timeline-analysis.png similarity index 100% rename from images/image (2023).png rename to images/gantt-chart-project-phases-timeline-analysis.png diff --git a/images/image (108).png b/images/gantt-chart-project-progress-status-2024-2025.png similarity index 100% rename from images/image (108).png rename to images/gantt-chart-project-progress-status-2024-2025.png diff --git a/images/image (104).png b/images/gantt-chart-project-progress-status-overview.png similarity index 100% rename from images/image (104).png rename to images/gantt-chart-project-progress-status-overview.png diff --git a/images/image (2002).png b/images/gantt-chart-project-progress-tasks-schedule-2024-2025.png similarity index 100% rename from images/image (2002).png rename to images/gantt-chart-project-progress-tasks-schedule-2024-2025.png diff --git a/images/image (2007).png b/images/gantt-chart-project-tasks-and-subtasks-links.png similarity index 100% rename from images/image (2007).png rename to images/gantt-chart-project-tasks-and-subtasks-links.png diff --git a/images/image (2009).png b/images/gantt-chart-project-tasks-progress-2024-2025-1.png similarity index 100% rename from images/image (2009).png rename to images/gantt-chart-project-tasks-progress-2024-2025-1.png diff --git a/images/image (1909).png b/images/gantt-chart-project-tasks-progress-2024-2025-10.png similarity index 100% rename from images/image (1909).png rename to images/gantt-chart-project-tasks-progress-2024-2025-10.png diff --git a/images/image (97).png b/images/gantt-chart-project-tasks-progress-2024-2025-11.png similarity index 100% rename from images/image (97).png rename to images/gantt-chart-project-tasks-progress-2024-2025-11.png diff --git a/images/image (124).png b/images/gantt-chart-project-tasks-progress-2024-2025-12.png similarity index 100% rename from images/image (124).png rename to images/gantt-chart-project-tasks-progress-2024-2025-12.png diff --git a/images/image (33).png b/images/gantt-chart-project-tasks-progress-2024-2025-13.png similarity index 100% rename from images/image (33).png rename to images/gantt-chart-project-tasks-progress-2024-2025-13.png diff --git a/images/2025-01-30_17h51_18.png b/images/gantt-chart-project-tasks-progress-2024-2025-2.png similarity index 100% rename from images/2025-01-30_17h51_18.png rename to images/gantt-chart-project-tasks-progress-2024-2025-2.png diff --git a/images/image (101).png b/images/gantt-chart-project-tasks-progress-2024-2025-3.png similarity index 100% rename from images/image (101).png rename to images/gantt-chart-project-tasks-progress-2024-2025-3.png diff --git a/images/image (1907).png b/images/gantt-chart-project-tasks-progress-2024-2025-4.png similarity index 100% rename from images/image (1907).png rename to images/gantt-chart-project-tasks-progress-2024-2025-4.png diff --git a/images/2025-01-30_17h50_39.png b/images/gantt-chart-project-tasks-progress-2024-2025-5.png similarity index 100% rename from images/2025-01-30_17h50_39.png rename to images/gantt-chart-project-tasks-progress-2024-2025-5.png diff --git a/images/image (99).png b/images/gantt-chart-project-tasks-progress-2024-2025-6.png similarity index 100% rename from images/image (99).png rename to images/gantt-chart-project-tasks-progress-2024-2025-6.png diff --git a/images/image (1906).png b/images/gantt-chart-project-tasks-progress-2024-2025-7.png similarity index 100% rename from images/image (1906).png rename to images/gantt-chart-project-tasks-progress-2024-2025-7.png diff --git a/images/image (96).png b/images/gantt-chart-project-tasks-progress-2024-2025-8.png similarity index 100% rename from images/image (96).png rename to images/gantt-chart-project-tasks-progress-2024-2025-8.png diff --git a/images/2025-01-30_17h48_56.png b/images/gantt-chart-project-tasks-progress-2024-2025-9.png similarity index 100% rename from images/2025-01-30_17h48_56.png rename to images/gantt-chart-project-tasks-progress-2024-2025-9.png diff --git a/images/2025-01-30_17h47_56.png b/images/gantt-chart-project-tasks-progress-2024-2025.png similarity index 100% rename from images/2025-01-30_17h47_56.png rename to images/gantt-chart-project-tasks-progress-2024-2025.png diff --git a/images/image (100).png b/images/gantt-chart-project-tasks-progress-data.png similarity index 100% rename from images/image (100).png rename to images/gantt-chart-project-tasks-progress-data.png diff --git a/images/image (1910).png b/images/gantt-chart-project-tasks-progress-schedule.png similarity index 100% rename from images/image (1910).png rename to images/gantt-chart-project-tasks-progress-schedule.png diff --git a/images/image (123).png b/images/gantt-chart-project-tasks-progress-settings-1.png similarity index 100% rename from images/image (123).png rename to images/gantt-chart-project-tasks-progress-settings-1.png diff --git a/images/image (2020).png b/images/gantt-chart-project-tasks-progress-settings.png similarity index 100% rename from images/image (2020).png rename to images/gantt-chart-project-tasks-progress-settings.png diff --git a/images/2025-04-08_17h40_06.png b/images/gantt-chart-project-tasks-progress-timeline-1.png similarity index 100% rename from images/2025-04-08_17h40_06.png rename to images/gantt-chart-project-tasks-progress-timeline-1.png diff --git a/images/image (2021).png b/images/gantt-chart-project-tasks-progress-timeline-2.png similarity index 100% rename from images/image (2021).png rename to images/gantt-chart-project-tasks-progress-timeline-2.png diff --git a/images/2025-04-08_17h42_27.png b/images/gantt-chart-project-tasks-progress-timeline-3.png similarity index 100% rename from images/2025-04-08_17h42_27.png rename to images/gantt-chart-project-tasks-progress-timeline-3.png diff --git a/images/image (2022).png b/images/gantt-chart-project-tasks-progress-timeline.png similarity index 100% rename from images/image (2022).png rename to images/gantt-chart-project-tasks-progress-timeline.png diff --git a/images/image (1908).png b/images/gantt-chart-project-tasks-schedule-2024-2025-1.png similarity index 100% rename from images/image (1908).png rename to images/gantt-chart-project-tasks-schedule-2024-2025-1.png diff --git a/images/image (32).png b/images/gantt-chart-project-tasks-schedule-2024-2025-2.png similarity index 100% rename from images/image (32).png rename to images/gantt-chart-project-tasks-schedule-2024-2025-2.png diff --git a/images/2025-01-30_18h12_25.png b/images/gantt-chart-project-tasks-schedule-2024-2025-3.png similarity index 100% rename from images/2025-01-30_18h12_25.png rename to images/gantt-chart-project-tasks-schedule-2024-2025-3.png diff --git a/images/image (2010).png b/images/gantt-chart-project-tasks-schedule-2024-2025-4.png similarity index 100% rename from images/image (2010).png rename to images/gantt-chart-project-tasks-schedule-2024-2025-4.png diff --git a/images/image (98).png b/images/gantt-chart-project-tasks-schedule-2024-2025.png similarity index 100% rename from images/image (98).png rename to images/gantt-chart-project-tasks-schedule-2024-2025.png diff --git a/images/2025-04-04_16h04_39.png b/images/gantt-chart-project-tasks-timeline-2024-2025.png similarity index 100% rename from images/2025-04-04_16h04_39.png rename to images/gantt-chart-project-tasks-timeline-2024-2025.png diff --git a/images/image (2024).png b/images/gantt-chart-project-timeline-analysis-2024-2025.png similarity index 100% rename from images/image (2024).png rename to images/gantt-chart-project-timeline-analysis-2024-2025.png diff --git a/images/image (2025).png b/images/gantt-chart-project-timeline-analytics-overview.png similarity index 100% rename from images/image (2025).png rename to images/gantt-chart-project-timeline-analytics-overview.png diff --git a/images/image (34).png b/images/gantt-chart-project-timeline-design-development-requirements.png similarity index 100% rename from images/image (34).png rename to images/gantt-chart-project-timeline-design-development-requirements.png diff --git a/images/image (2001).png b/images/gantt-chart-project-timeline-overall-progress.png similarity index 100% rename from images/image (2001).png rename to images/gantt-chart-project-timeline-overall-progress.png diff --git a/images/image (54).png b/images/gantt-chart-project-timeline-progress-overview-1.png similarity index 100% rename from images/image (54).png rename to images/gantt-chart-project-timeline-progress-overview-1.png diff --git a/images/image (2000).png b/images/gantt-chart-project-timeline-progress-overview.png similarity index 100% rename from images/image (2000).png rename to images/gantt-chart-project-timeline-progress-overview.png diff --git a/images/image (1904).png b/images/gantt-chart-project-timeline-resource-allocation.png similarity index 100% rename from images/image (1904).png rename to images/gantt-chart-project-timeline-resource-allocation.png diff --git a/images/GanttMode.png b/images/gantt-chart-project-timeline-schedule-2024-2025.png similarity index 100% rename from images/GanttMode.png rename to images/gantt-chart-project-timeline-schedule-2024-2025.png diff --git a/images/image (44).png b/images/gantt-chart-projects-employees-departments-timeline-1.png similarity index 100% rename from images/image (44).png rename to images/gantt-chart-projects-employees-departments-timeline-1.png diff --git a/images/image (45).png b/images/gantt-chart-projects-employees-departments-timeline.png similarity index 100% rename from images/image (45).png rename to images/gantt-chart-projects-employees-departments-timeline.png diff --git a/images/2025-04-03_16h30_31.png b/images/gantt-chart-projects-employees-schedule-2024-2025.png similarity index 100% rename from images/2025-04-03_16h30_31.png rename to images/gantt-chart-projects-employees-schedule-2024-2025.png diff --git a/images/image (1899).png b/images/gantt-chart-resource-scheduling-progress-report-1.png similarity index 100% rename from images/image (1899).png rename to images/gantt-chart-resource-scheduling-progress-report-1.png diff --git a/images/image (1900).png b/images/gantt-chart-resource-scheduling-progress-report.png similarity index 100% rename from images/image (1900).png rename to images/gantt-chart-resource-scheduling-progress-report.png diff --git a/images/image (38).png b/images/gantt-chart-settings-analytics-project-management.png similarity index 100% rename from images/image (38).png rename to images/gantt-chart-settings-analytics-project-management.png diff --git a/images/image (122).png b/images/gantt-chart-settings-and-progress-summary.png similarity index 100% rename from images/image (122).png rename to images/gantt-chart-settings-and-progress-summary.png diff --git a/images/2025-04-03_17h43_15 (1).png b/images/gantt-chart-settings-july-august-2025-1.png similarity index 100% rename from images/2025-04-03_17h43_15 (1).png rename to images/gantt-chart-settings-july-august-2025-1.png diff --git a/images/2025-04-03_17h43_15.png b/images/gantt-chart-settings-july-august-2025-2.png similarity index 100% rename from images/2025-04-03_17h43_15.png rename to images/gantt-chart-settings-july-august-2025-2.png diff --git a/images/image (1999).png b/images/gantt-chart-settings-july-august-2025.png similarity index 100% rename from images/image (1999).png rename to images/gantt-chart-settings-july-august-2025.png diff --git a/images/image (2011).png b/images/gantt-chart-task-duration-progress-summary.png similarity index 100% rename from images/image (2011).png rename to images/gantt-chart-task-duration-progress-summary.png diff --git a/images/image (2012).png b/images/gantt-chart-task-progress-summary-2024-2025.png similarity index 100% rename from images/image (2012).png rename to images/gantt-chart-task-progress-summary-2024-2025.png diff --git a/images/image (29).png b/images/gantt-chart-tasks-schedule-august-2025.png similarity index 100% rename from images/image (29).png rename to images/gantt-chart-tasks-schedule-august-2025.png diff --git a/images/image (2008).png b/images/gantt-chart-web-url-progress-tasks-subtasks.png similarity index 100% rename from images/image (2008).png rename to images/gantt-chart-web-url-progress-tasks-subtasks.png diff --git a/images/image (1980).png b/images/gantt-chart-web-urls-data-progress-summary.png similarity index 100% rename from images/image (1980).png rename to images/gantt-chart-web-urls-data-progress-summary.png diff --git a/images/2025-04-04_13h26_29.png b/images/gantt-chart-web-urls-project-tasks-progress.png similarity index 100% rename from images/2025-04-04_13h26_29.png rename to images/gantt-chart-web-urls-project-tasks-progress.png diff --git a/images/image (1979).png b/images/gantt-chart-web-urls-project-tasks.png similarity index 100% rename from images/image (1979).png rename to images/gantt-chart-web-urls-project-tasks.png diff --git a/images/image (1982).png b/images/gantt-chart-zoom-levels-data-analysis.png similarity index 100% rename from images/image (1982).png rename to images/gantt-chart-zoom-levels-data-analysis.png diff --git a/images/1.3.1. gantt-zoom-levels-config-1.png b/images/gantt-chart-zoom-levels-settings-interface-1.png similarity index 100% rename from images/1.3.1. gantt-zoom-levels-config-1.png rename to images/gantt-chart-zoom-levels-settings-interface-1.png diff --git a/images/image (1984).png b/images/gantt-chart-zoom-levels-settings-interface.png similarity index 100% rename from images/image (1984).png rename to images/gantt-chart-zoom-levels-settings-interface.png diff --git a/images/image (1739).png b/images/gauge-chart-actuals-enhcplan-by-month-1.png similarity index 100% rename from images/image (1739).png rename to images/gauge-chart-actuals-enhcplan-by-month-1.png diff --git a/images/image (1733).png b/images/gauge-chart-actuals-enhcplan-by-month.png similarity index 100% rename from images/image (1733).png rename to images/gauge-chart-actuals-enhcplan-by-month.png diff --git a/images/image (1) (1) (1) (1).png b/images/gauge-chart-actuals-targets-monthly-analysis.png similarity index 100% rename from images/image (1) (1) (1) (1).png rename to images/gauge-chart-actuals-targets-monthly-analysis.png diff --git a/images/image (1727).png b/images/gauge-chart-settings-semi-circle-needle-actuals.png similarity index 100% rename from images/image (1727).png rename to images/gauge-chart-settings-semi-circle-needle-actuals.png diff --git a/images/image (1723).png b/images/gauge-chart-settings-visualization-data-analysis-1.png similarity index 100% rename from images/image (1723).png rename to images/gauge-chart-settings-visualization-data-analysis-1.png diff --git a/images/image (1726).png b/images/gauge-chart-settings-visualization-data-analysis.png similarity index 100% rename from images/image (1726).png rename to images/gauge-chart-settings-visualization-data-analysis.png diff --git a/images/image (2041).png b/images/gauge-settings-actuals-target-monthly-analysis.png similarity index 100% rename from images/image (2041).png rename to images/gauge-settings-actuals-target-monthly-analysis.png diff --git a/images/image (2040).png b/images/gauge-settings-chart-actuals-targets-monthly.png similarity index 100% rename from images/image (2040).png rename to images/gauge-settings-chart-actuals-targets-monthly.png diff --git a/images/image (4).png b/images/gauge-settings-primary-secondary-width-gap.png similarity index 100% rename from images/image (4).png rename to images/gauge-settings-primary-secondary-width-gap.png diff --git a/images/2024-04-01_11h31_38 (1).png b/images/germany-channel-partners-profit-sales-table-1.png similarity index 100% rename from images/2024-04-01_11h31_38 (1).png rename to images/germany-channel-partners-profit-sales-table-1.png diff --git a/images/2024-04-01_11h31_38.png b/images/germany-channel-partners-profit-sales-table.png similarity index 100% rename from images/2024-04-01_11h31_38.png rename to images/germany-channel-partners-profit-sales-table.png diff --git a/images/image (675).png b/images/germany-channel-partners-sales-profit-summary.png similarity index 100% rename from images/image (675).png rename to images/germany-channel-partners-sales-profit-summary.png diff --git a/images/image (676).png b/images/germany-channel-partners-sales-profit-table.png similarity index 100% rename from images/image (676).png rename to images/germany-channel-partners-sales-profit-table.png diff --git a/images/image (1730).png b/images/gradient-color-disabled-enabled-chart-comparison.png similarity index 100% rename from images/image (1730).png rename to images/gradient-color-disabled-enabled-chart-comparison.png diff --git a/images/image (595).png b/images/green-arrow-pointing-upwards.png similarity index 100% rename from images/image (595).png rename to images/green-arrow-pointing-upwards.png diff --git a/images/image (1704).png b/images/gross-sales-chart-by-date-visualization.png similarity index 100% rename from images/image (1704).png rename to images/gross-sales-chart-by-date-visualization.png diff --git a/images/image (2039).png b/images/gross-sales-monthly-chart-pareto-analysis.png similarity index 100% rename from images/image (2039).png rename to images/gross-sales-monthly-chart-pareto-analysis.png diff --git a/images/image (2056).png b/images/gross-sales-monthly-chart-with-trend-line.png similarity index 100% rename from images/image (2056).png rename to images/gross-sales-monthly-chart-with-trend-line.png diff --git a/images/image (2057).png b/images/gross-sales-trend-chart-by-month.png similarity index 100% rename from images/image (2057).png rename to images/gross-sales-trend-chart-by-month.png diff --git a/images/image (1192).png b/images/group-measure-actuals-and-plans-chart.png similarity index 100% rename from images/image (1192).png rename to images/group-measure-actuals-and-plans-chart.png diff --git a/images/image (851).png b/images/group-measure-chart-actuals-plans-by-month.png similarity index 100% rename from images/image (851).png rename to images/group-measure-chart-actuals-plans-by-month.png diff --git a/images/image (1658).png b/images/hierarchical-small-multiples-4d-charts-data.png similarity index 100% rename from images/image (1658).png rename to images/hierarchical-small-multiples-4d-charts-data.png diff --git a/images/image (1762).png b/images/histogram-settings-age-bill-amount-chart.png similarity index 100% rename from images/image (1762).png rename to images/histogram-settings-age-bill-amount-chart.png diff --git a/images/image (1763).png b/images/histogram-settings-age-bill-amount-overflow.png similarity index 100% rename from images/image (1763).png rename to images/histogram-settings-age-bill-amount-overflow.png diff --git a/images/image (1765).png b/images/histogram-settings-and-chart-visualization-example.png similarity index 100% rename from images/image (1765).png rename to images/histogram-settings-and-chart-visualization-example.png diff --git a/images/image (1764).png b/images/histogram-settings-and-chart-visualization.png similarity index 100% rename from images/image (1764).png rename to images/histogram-settings-and-chart-visualization.png diff --git a/images/image (1759).png b/images/histogram-settings-bin-count-and-visualization.png similarity index 100% rename from images/image (1759).png rename to images/histogram-settings-bin-count-and-visualization.png diff --git a/images/image (1760).png b/images/histogram-settings-bin-type-age-data.png similarity index 100% rename from images/image (1760).png rename to images/histogram-settings-bin-type-age-data.png diff --git a/images/2024-11-19_18h00_58.png b/images/histogram-settings-chart-age-bill-amount.png similarity index 100% rename from images/2024-11-19_18h00_58.png rename to images/histogram-settings-chart-age-bill-amount.png diff --git a/images/2024-11-19_17h39_40.png b/images/histogram-settings-size-of-bins-chart.png similarity index 100% rename from images/2024-11-19_17h39_40.png rename to images/histogram-settings-size-of-bins-chart.png diff --git a/images/image (1761).png b/images/histogram-settings-underflow-bin-age-bill-amount.png similarity index 100% rename from images/image (1761).png rename to images/histogram-settings-underflow-bin-age-bill-amount.png diff --git a/images/histogram.png b/images/histogram-sum-of-bill-amount-by-age-1.png similarity index 100% rename from images/histogram.png rename to images/histogram-sum-of-bill-amount-by-age-1.png diff --git a/images/image (1758).png b/images/histogram-sum-of-bill-amount-by-age-2.png similarity index 100% rename from images/image (1758).png rename to images/histogram-sum-of-bill-amount-by-age-2.png diff --git a/images/2024-11-19_17h12_04.png b/images/histogram-sum-of-bill-amount-by-age.png similarity index 100% rename from images/2024-11-19_17h12_04.png rename to images/histogram-sum-of-bill-amount-by-age.png diff --git a/images/image (1822).png b/images/hospital-data-dashboard-graphs-and-charts.png similarity index 100% rename from images/image (1822).png rename to images/hospital-data-dashboard-graphs-and-charts.png diff --git a/images/image (1821).png b/images/hospital-data-dashboard-visualization-summary.png similarity index 100% rename from images/image (1821).png rename to images/hospital-data-dashboard-visualization-summary.png diff --git a/images/image (1823).png b/images/hospital-data-dashboard-visualization.png similarity index 100% rename from images/image (1823).png rename to images/hospital-data-dashboard-visualization.png diff --git a/images/IBCS certified.png b/images/ibcs-certified-visuals-quarterly-data-analysis.png similarity index 100% rename from images/IBCS certified.png rename to images/ibcs-certified-visuals-quarterly-data-analysis.png diff --git a/images/image (1383).png b/images/if-ac-less-than-02-value-py.png similarity index 100% rename from images/image (1383).png rename to images/if-ac-less-than-02-value-py.png diff --git a/images/image (1384).png b/images/if-ac-less-than-analytics-avg.png similarity index 100% rename from images/image (1384).png rename to images/if-ac-less-than-analytics-avg.png diff --git a/images/image (1382).png b/images/if-ac-value-less-than-py.png similarity index 100% rename from images/image (1382).png rename to images/if-ac-value-less-than-py.png diff --git a/images/image (126).png b/images/image (126).png deleted file mode 100644 index acac3e6..0000000 Binary files a/images/image (126).png and /dev/null differ diff --git a/images/image (150).png b/images/image (150).png deleted file mode 100644 index 3f4719b..0000000 Binary files a/images/image (150).png and /dev/null differ diff --git a/images/image (1510).png b/images/image (1510).png deleted file mode 100644 index e71cf33..0000000 Binary files a/images/image (1510).png and /dev/null differ diff --git a/images/image (1511).png b/images/image (1511).png deleted file mode 100644 index e71cf33..0000000 Binary files a/images/image (1511).png and /dev/null differ diff --git a/images/image (1512).png b/images/image (1512).png deleted file mode 100644 index 62b80f0..0000000 Binary files a/images/image (1512).png and /dev/null differ diff --git a/images/image (1590).png b/images/image (1590).png deleted file mode 100644 index e69de29..0000000 diff --git a/images/image (1611).png b/images/image (1611).png deleted file mode 100644 index 70a926b..0000000 Binary files a/images/image (1611).png and /dev/null differ diff --git a/images/image (1613).png b/images/image (1613).png deleted file mode 100644 index a24bf07..0000000 Binary files a/images/image (1613).png and /dev/null differ diff --git a/images/image (1615).png b/images/image (1615).png deleted file mode 100644 index 6759d96..0000000 Binary files a/images/image (1615).png and /dev/null differ diff --git a/images/image (1707).png b/images/image (1707).png deleted file mode 100644 index e69de29..0000000 diff --git a/images/image (193).png b/images/image (193).png deleted file mode 100644 index e69de29..0000000 diff --git a/images/image (194).png b/images/image (194).png deleted file mode 100644 index e69de29..0000000 diff --git a/images/image (241).png b/images/image (241).png deleted file mode 100644 index 4c43b19..0000000 Binary files a/images/image (241).png and /dev/null differ diff --git a/images/image (242).png b/images/image (242).png deleted file mode 100644 index 5f81a4a..0000000 Binary files a/images/image (242).png and /dev/null differ diff --git a/images/image (254).png b/images/image (254).png deleted file mode 100644 index 00a7239..0000000 Binary files a/images/image (254).png and /dev/null differ diff --git a/images/image (255).png b/images/image (255).png deleted file mode 100644 index b0b3dfe..0000000 Binary files a/images/image (255).png and /dev/null differ diff --git a/images/image (256).png b/images/image (256).png deleted file mode 100644 index 4c3b04a..0000000 Binary files a/images/image (256).png and /dev/null differ diff --git a/images/image (257).png b/images/image (257).png deleted file mode 100644 index 4c3b04a..0000000 Binary files a/images/image (257).png and /dev/null differ diff --git a/images/image (259).png b/images/image (259).png deleted file mode 100644 index 23253ac..0000000 Binary files a/images/image (259).png and /dev/null differ diff --git a/images/image (260).png b/images/image (260).png deleted file mode 100644 index 23253ac..0000000 Binary files a/images/image (260).png and /dev/null differ diff --git a/images/image (261).png b/images/image (261).png deleted file mode 100644 index 9b4db43..0000000 Binary files a/images/image (261).png and /dev/null differ diff --git a/images/image (265).png b/images/image (265).png deleted file mode 100644 index e69de29..0000000 diff --git a/images/image (382).png b/images/image (382).png deleted file mode 100644 index e69de29..0000000 diff --git a/images/image (387).png b/images/image (387).png deleted file mode 100644 index e69de29..0000000 diff --git a/images/image (455).png b/images/image (455).png deleted file mode 100644 index e69de29..0000000 diff --git a/images/image (456).png b/images/image (456).png deleted file mode 100644 index e69de29..0000000 diff --git a/images/image (516).png b/images/image (516).png deleted file mode 100644 index 9b82b82..0000000 Binary files a/images/image (516).png and /dev/null differ diff --git a/images/image (600).png b/images/image (600).png deleted file mode 100644 index b9c9127..0000000 Binary files a/images/image (600).png and /dev/null differ diff --git a/images/image (618).png b/images/image (618).png deleted file mode 100644 index ea3c66b..0000000 Binary files a/images/image (618).png and /dev/null differ diff --git a/images/image (619).png b/images/image (619).png deleted file mode 100644 index ea3c66b..0000000 Binary files a/images/image (619).png and /dev/null differ diff --git a/images/image (620).png b/images/image (620).png deleted file mode 100644 index ea3c66b..0000000 Binary files a/images/image (620).png and /dev/null differ diff --git a/images/image (1230).png b/images/import-visual-from-file-menu-options.png similarity index 100% rename from images/image (1230).png rename to images/import-visual-from-file-menu-options.png diff --git a/images/image (365).png b/images/inforiver-analytics-power-bi-visuals-overview.png similarity index 100% rename from images/image (365).png rename to images/inforiver-analytics-power-bi-visuals-overview.png diff --git a/images/image (1955).png b/images/infoview-analytics-charts-cards-tables-interface.png similarity index 100% rename from images/image (1955).png rename to images/infoview-analytics-charts-cards-tables-interface.png diff --git a/images/image (367).png b/images/infoview-analytics-charts-cards-tables-visualization.png similarity index 100% rename from images/image (367).png rename to images/infoview-analytics-charts-cards-tables-visualization.png diff --git a/images/image (477).png b/images/infoview-analytics-monthly-data-chart-1.png similarity index 100% rename from images/image (477).png rename to images/infoview-analytics-monthly-data-chart-1.png diff --git a/images/image (1551).png b/images/infoview-analytics-monthly-data-chart-analysis.png similarity index 100% rename from images/image (1551).png rename to images/infoview-analytics-monthly-data-chart-analysis.png diff --git a/images/image (1550).png b/images/infoview-analytics-monthly-data-chart.png similarity index 100% rename from images/image (1550).png rename to images/infoview-analytics-monthly-data-chart.png diff --git a/images/image (476).png b/images/infoviewer-analytics-monthly-data-chart-1.png similarity index 100% rename from images/image (476).png rename to images/infoviewer-analytics-monthly-data-chart-1.png diff --git a/images/image (1549).png b/images/infoviewer-analytics-monthly-data-chart-2.png similarity index 100% rename from images/image (1549).png rename to images/infoviewer-analytics-monthly-data-chart-2.png diff --git a/images/image (1553).png b/images/infoviewer-analytics-monthly-data-chart.png similarity index 100% rename from images/image (1553).png rename to images/infoviewer-analytics-monthly-data-chart.png diff --git a/images/image (918).png b/images/infoviewer-analytics-visualization-software-interface.png similarity index 100% rename from images/image (918).png rename to images/infoviewer-analytics-visualization-software-interface.png diff --git a/images/autocreate.png b/images/infoviver-storyboard-report-options-interface.png similarity index 100% rename from images/autocreate.png rename to images/infoviver-storyboard-report-options-interface.png diff --git a/images/image (1687).png b/images/insight-chart-data-visualization-2023-2024.png similarity index 100% rename from images/image (1687).png rename to images/insight-chart-data-visualization-2023-2024.png diff --git a/images/IntegratedVarianceColumn.png b/images/integrated-variance-column-monthly-data-chart.png similarity index 100% rename from images/IntegratedVarianceColumn.png rename to images/integrated-variance-column-monthly-data-chart.png diff --git a/images/image (1278).png b/images/interest-rate-chart-monthly-data-analysis.png similarity index 100% rename from images/image (1278).png rename to images/interest-rate-chart-monthly-data-analysis.png diff --git a/images/image (1272).png b/images/interest-rate-rebate-rate-chart-monthly-data.png similarity index 100% rename from images/image (1272).png rename to images/interest-rate-rebate-rate-chart-monthly-data.png diff --git a/images/image (1276).png b/images/interest-rates-table-tsla-aapl-amzn-meta.png similarity index 100% rename from images/image (1276).png rename to images/interest-rates-table-tsla-aapl-amzn-meta.png diff --git a/images/image (1715).png b/images/interest-rebate-rate-chart-by-month.png similarity index 100% rename from images/image (1715).png rename to images/interest-rebate-rate-chart-by-month.png diff --git a/images/image (1024).png b/images/juices-soda-2023-actuals-plan-by-region.png similarity index 100% rename from images/image (1024).png rename to images/juices-soda-2023-actuals-plan-by-region.png diff --git a/images/image (333).png b/images/kpi-appearance-united-states-international-chart.png similarity index 100% rename from images/image (333).png rename to images/kpi-appearance-united-states-international-chart.png diff --git a/images/image (1691).png b/images/kpi-bar-chart-2022-2023-performance-analysis.png similarity index 100% rename from images/image (1691).png rename to images/kpi-bar-chart-2022-2023-performance-analysis.png diff --git a/images/image (149).png b/images/kpi-bar-graphs-juices-soda-water-coffee-sparkling.png similarity index 100% rename from images/image (149).png rename to images/kpi-bar-graphs-juices-soda-water-coffee-sparkling.png diff --git a/images/image (353).png b/images/kpi-chart-beverages-water-data-analysis.png similarity index 100% rename from images/image (353).png rename to images/kpi-chart-beverages-water-data-analysis.png diff --git a/images/image (311).png b/images/kpi-chart-data-by-region-and-value.png similarity index 100% rename from images/image (311).png rename to images/kpi-chart-data-by-region-and-value.png diff --git a/images/image (1680).png b/images/kpi-chart-four-quarters-performance-analysis.png similarity index 100% rename from images/image (1680).png rename to images/kpi-chart-four-quarters-performance-analysis.png diff --git a/images/image (87).png b/images/kpi-chart-juices-soda-mineral-water-tea-coffee-1.png similarity index 100% rename from images/image (87).png rename to images/kpi-chart-juices-soda-mineral-water-tea-coffee-1.png diff --git a/images/image (88).png b/images/kpi-chart-juices-soda-mineral-water-tea-coffee.png similarity index 100% rename from images/image (88).png rename to images/kpi-chart-juices-soda-mineral-water-tea-coffee.png diff --git a/images/image (236).png b/images/kpi-chart-sales-data-2022-2023.png similarity index 100% rename from images/image (236).png rename to images/kpi-chart-sales-data-2022-2023.png diff --git a/images/image (237).png b/images/kpi-charts-by-region-data-summary.png similarity index 100% rename from images/image (237).png rename to images/kpi-charts-by-region-data-summary.png diff --git a/images/image (234).png b/images/kpi-charts-by-region-data-visualization.png similarity index 100% rename from images/image (234).png rename to images/kpi-charts-by-region-data-visualization.png diff --git a/images/image (1719).png b/images/kpi-charts-emerging-markets-performance-analysis.png similarity index 100% rename from images/image (1719).png rename to images/kpi-charts-emerging-markets-performance-analysis.png diff --git a/images/2024-11-14_15h28_24.png b/images/kpi-charts-regions-data-visualization.png similarity index 100% rename from images/2024-11-14_15h28_24.png rename to images/kpi-charts-regions-data-visualization.png diff --git a/images/2025-03-12_11h22_12.png b/images/kpi-dashboard-data-analysis-charts-summary.png similarity index 100% rename from images/2025-03-12_11h22_12.png rename to images/kpi-dashboard-data-analysis-charts-summary.png diff --git a/images/image (300).png b/images/kpi-dashboard-emap-acap-pacific-central-midwest.png similarity index 100% rename from images/image (300).png rename to images/kpi-dashboard-emap-acap-pacific-central-midwest.png diff --git a/images/image (263).png b/images/kpi-dashboard-emerging-markets-regions-data.png similarity index 100% rename from images/image (263).png rename to images/kpi-dashboard-emerging-markets-regions-data.png diff --git a/images/image (830).png b/images/kpi-dashboard-juices-soda-water-tea-coffee.png similarity index 100% rename from images/image (830).png rename to images/kpi-dashboard-juices-soda-water-tea-coffee.png diff --git a/images/image (71).png b/images/kpi-dashboard-quarterly-performance-analysis.png similarity index 100% rename from images/image (71).png rename to images/kpi-dashboard-quarterly-performance-analysis.png diff --git a/images/image (1084).png b/images/kpi-dashboard-regions-performance-data-visualization.png similarity index 100% rename from images/image (1084).png rename to images/kpi-dashboard-regions-performance-data-visualization.png diff --git a/images/image (221).png b/images/kpi-dashboard-sales-data-2022-2024.png similarity index 100% rename from images/image (221).png rename to images/kpi-dashboard-sales-data-2022-2024.png diff --git a/images/image (1077).png b/images/kpi-dashboard-sales-performance-regions.png similarity index 100% rename from images/image (1077).png rename to images/kpi-dashboard-sales-performance-regions.png diff --git a/images/image (328).png b/images/kpi-dashboard-united-states-international-2023.png similarity index 100% rename from images/image (328).png rename to images/kpi-dashboard-united-states-international-2023.png diff --git a/images/image (330).png b/images/kpi-dashboard-united-states-international-data-1.png similarity index 100% rename from images/image (330).png rename to images/kpi-dashboard-united-states-international-data-1.png diff --git a/images/image (335).png b/images/kpi-dashboard-united-states-international-data-2.png similarity index 100% rename from images/image (335).png rename to images/kpi-dashboard-united-states-international-data-2.png diff --git a/images/image (332).png b/images/kpi-dashboard-united-states-international-data-3.png similarity index 100% rename from images/image (332).png rename to images/kpi-dashboard-united-states-international-data-3.png diff --git a/images/image (329).png b/images/kpi-dashboard-united-states-international-data-4.png similarity index 100% rename from images/image (329).png rename to images/kpi-dashboard-united-states-international-data-4.png diff --git a/images/image (325).png b/images/kpi-dashboard-united-states-international-data-5.png similarity index 100% rename from images/image (325).png rename to images/kpi-dashboard-united-states-international-data-5.png diff --git a/images/image (331).png b/images/kpi-dashboard-united-states-international-data.png similarity index 100% rename from images/image (331).png rename to images/kpi-dashboard-united-states-international-data.png diff --git a/images/image (334).png b/images/kpi-dashboard-united-states-international-graphs-1.png similarity index 100% rename from images/image (334).png rename to images/kpi-dashboard-united-states-international-graphs-1.png diff --git a/images/image (326).png b/images/kpi-dashboard-united-states-international-graphs.png similarity index 100% rename from images/image (326).png rename to images/kpi-dashboard-united-states-international-graphs.png diff --git a/images/image (327).png b/images/kpi-dashboard-united-states-international-variance.png similarity index 100% rename from images/image (327).png rename to images/kpi-dashboard-united-states-international-variance.png diff --git a/images/image (447).png b/images/kpi-layout-bar-chart-data-analysis.png similarity index 100% rename from images/image (447).png rename to images/kpi-layout-bar-chart-data-analysis.png diff --git a/images/image (1184).png b/images/kpi-layout-bar-chart-data-display-settings.png similarity index 100% rename from images/image (1184).png rename to images/kpi-layout-bar-chart-data-display-settings.png diff --git a/images/image (1185).png b/images/kpi-layout-bar-chart-data-visualization.png similarity index 100% rename from images/image (1185).png rename to images/kpi-layout-bar-chart-data-visualization.png diff --git a/images/2025-03-12_11h23_52.png b/images/kpi-layout-chart-data-analysis-summary.png similarity index 100% rename from images/2025-03-12_11h23_52.png rename to images/kpi-layout-chart-data-analysis-summary.png diff --git a/images/image (1966).png b/images/kpi-layout-chart-data-summary-dashboard-1.png similarity index 100% rename from images/image (1966).png rename to images/kpi-layout-chart-data-summary-dashboard-1.png diff --git a/images/image (1960).png b/images/kpi-layout-chart-data-summary-dashboard.png similarity index 100% rename from images/image (1960).png rename to images/kpi-layout-chart-data-summary-dashboard.png diff --git a/images/2025-03-12_11h31_48.png b/images/kpi-layout-chart-data-summary-pie-charts.png similarity index 100% rename from images/2025-03-12_11h31_48.png rename to images/kpi-layout-chart-data-summary-pie-charts.png diff --git a/images/image (1965).png b/images/kpi-layout-data-analysis-chart-dashboard.png similarity index 100% rename from images/image (1965).png rename to images/kpi-layout-data-analysis-chart-dashboard.png diff --git a/images/image (2043).png b/images/kpi-layout-data-visualization-january-february.png similarity index 100% rename from images/image (2043).png rename to images/kpi-layout-data-visualization-january-february.png diff --git a/images/image (1188).png b/images/kpi-layout-emera-east-apac-central-charts.png similarity index 100% rename from images/image (1188).png rename to images/kpi-layout-emera-east-apac-central-charts.png diff --git a/images/image (1963).png b/images/kpi-layout-medium-high-low-charts.png similarity index 100% rename from images/image (1963).png rename to images/kpi-layout-medium-high-low-charts.png diff --git a/images/image (1962).png b/images/kpi-layout-medium-high-low-data-summary.png similarity index 100% rename from images/image (1962).png rename to images/kpi-layout-medium-high-low-data-summary.png diff --git a/images/image (1964).png b/images/kpi-layout-medium-high-low-values-chart.png similarity index 100% rename from images/image (1964).png rename to images/kpi-layout-medium-high-low-values-chart.png diff --git a/images/image (1961).png b/images/kpi-layout-with-charts-and-data-summary.png similarity index 100% rename from images/image (1961).png rename to images/kpi-layout-with-charts-and-data-summary.png diff --git a/images/image (1087).png b/images/kpi-performance-bar-chart-regions-data.png similarity index 100% rename from images/image (1087).png rename to images/kpi-performance-bar-chart-regions-data.png diff --git a/images/image (1066).png b/images/kpi-preset-sales-data-visualization-chart.png similarity index 100% rename from images/image (1066).png rename to images/kpi-preset-sales-data-visualization-chart.png diff --git a/images/image (89).png b/images/kpi-report-juices-soda-mineral-water-tea-coffee.png similarity index 100% rename from images/image (89).png rename to images/kpi-report-juices-soda-mineral-water-tea-coffee.png diff --git a/images/image (258).png b/images/kpi-report-quarterly-sales-budget-interest-rate.png similarity index 100% rename from images/image (258).png rename to images/kpi-report-quarterly-sales-budget-interest-rate.png diff --git a/images/2024-11-13_15h18_13.png b/images/kpi-report-quarterly-sales-data-analysis-1.png similarity index 100% rename from images/2024-11-13_15h18_13.png rename to images/kpi-report-quarterly-sales-data-analysis-1.png diff --git a/images/2024-11-13_15h14_58.png b/images/kpi-report-quarterly-sales-data-analysis.png similarity index 100% rename from images/2024-11-13_15h14_58.png rename to images/kpi-report-quarterly-sales-data-analysis.png diff --git a/images/image (141).png b/images/kpi-sales-comparison-pixel-oneplus-samsung-xiaomi-1.png similarity index 100% rename from images/image (141).png rename to images/kpi-sales-comparison-pixel-oneplus-samsung-xiaomi-1.png diff --git a/images/image (142).png b/images/kpi-sales-comparison-pixel-oneplus-samsung-xiaomi.png similarity index 100% rename from images/image (142).png rename to images/kpi-sales-comparison-pixel-oneplus-samsung-xiaomi.png diff --git a/images/image (787).png b/images/kpi-sales-data-chart-quarters-variances.png similarity index 100% rename from images/image (787).png rename to images/kpi-sales-data-chart-quarters-variances.png diff --git a/images/image (1035).png b/images/kpi-sales-data-chart-regions-summary.png similarity index 100% rename from images/image (1035).png rename to images/kpi-sales-data-chart-regions-summary.png diff --git a/images/image (232).png b/images/kpi-sales-data-emerging-markets-east-pacific.png similarity index 100% rename from images/image (232).png rename to images/kpi-sales-data-emerging-markets-east-pacific.png diff --git a/images/image (69).png b/images/kpi-settings-quarterly-performance-bar-chart.png similarity index 100% rename from images/image (69).png rename to images/kpi-settings-quarterly-performance-bar-chart.png diff --git a/images/image (1073).png b/images/kpi-variance-bar-chart-by-region.png similarity index 100% rename from images/image (1073).png rename to images/kpi-variance-bar-chart-by-region.png diff --git a/images/image (1081).png b/images/kpi-variance-bar-chart-data-analysis.png similarity index 100% rename from images/image (1081).png rename to images/kpi-variance-bar-chart-data-analysis.png diff --git a/images/image (1078).png b/images/kpi-variance-bar-chart-regions-data-analysis-1.png similarity index 100% rename from images/image (1078).png rename to images/kpi-variance-bar-chart-regions-data-analysis-1.png diff --git a/images/image (1082).png b/images/kpi-variance-bar-chart-regions-data-analysis-2.png similarity index 100% rename from images/image (1082).png rename to images/kpi-variance-bar-chart-regions-data-analysis-2.png diff --git a/images/image (1074).png b/images/kpi-variance-bar-chart-regions-data-analysis.png similarity index 100% rename from images/image (1074).png rename to images/kpi-variance-bar-chart-regions-data-analysis.png diff --git a/images/image (1076).png b/images/kpi-variance-bar-chart-regions-quarterly-data.png similarity index 100% rename from images/image (1076).png rename to images/kpi-variance-bar-chart-regions-quarterly-data.png diff --git a/images/image (1069).png b/images/kpi-variance-bar-graphs-regions-performance-1.png similarity index 100% rename from images/image (1069).png rename to images/kpi-variance-bar-graphs-regions-performance-1.png diff --git a/images/image (1080).png b/images/kpi-variance-bar-graphs-regions-performance.png similarity index 100% rename from images/image (1080).png rename to images/kpi-variance-bar-graphs-regions-performance.png diff --git a/images/image (1075).png b/images/kpi-variance-chart-by-region-and-quarter.png similarity index 100% rename from images/image (1075).png rename to images/kpi-variance-chart-by-region-and-quarter.png diff --git a/images/image (1079).png b/images/kpi-variance-regions-bar-chart-data-analysis.png similarity index 100% rename from images/image (1079).png rename to images/kpi-variance-regions-bar-chart-data-analysis.png diff --git a/images/image (1071).png b/images/kpi-variance-regions-bar-chart-data.png similarity index 100% rename from images/image (1071).png rename to images/kpi-variance-regions-bar-chart-data.png diff --git a/images/LAsso reverse lasso selection.png b/images/lasso-reverse-lasso-selection-bar-chart-data.png similarity index 100% rename from images/LAsso reverse lasso selection.png rename to images/lasso-reverse-lasso-selection-bar-chart-data.png diff --git a/images/image (866).png b/images/last-three-years-monthly-sales-chart.png similarity index 100% rename from images/image (866).png rename to images/last-three-years-monthly-sales-chart.png diff --git a/images/image (489).png b/images/layers-icon-design-graphic-element.png similarity index 100% rename from images/image (489).png rename to images/layers-icon-design-graphic-element.png diff --git a/images/0-first-image.webp b/images/legacy-visualizations-and-powerpoint-reports-1.webp similarity index 100% rename from images/0-first-image.webp rename to images/legacy-visualizations-and-powerpoint-reports-1.webp diff --git a/images/Spline.png b/images/line-chart-2022-2024-actuals-plan-monthly.png similarity index 100% rename from images/Spline.png rename to images/line-chart-2022-2024-actuals-plan-monthly.png diff --git a/images/SteppedLine.png b/images/line-chart-2022-2024-monthly-data-analysis.png similarity index 100% rename from images/SteppedLine.png rename to images/line-chart-2022-2024-monthly-data-analysis.png diff --git a/images/image (1732).png b/images/linear-gauge-chart-settings-and-data-display.png similarity index 100% rename from images/image (1732).png rename to images/linear-gauge-chart-settings-and-data-display.png diff --git a/images/2024-11-20_15h19_58.png b/images/linear-gauge-chart-settings-example.png similarity index 100% rename from images/2024-11-20_15h19_58.png rename to images/linear-gauge-chart-settings-example.png diff --git a/images/2024-11-20_15h18_59.png b/images/linear-gauge-progress-bar-chart-settings.png similarity index 100% rename from images/2024-11-20_15h18_59.png rename to images/linear-gauge-progress-bar-chart-settings.png diff --git a/images/image (243).png b/images/link-icon-black-simple-design.png similarity index 100% rename from images/image (243).png rename to images/link-icon-black-simple-design.png diff --git a/images/image (532).png b/images/mobile-phone-sales-bar-chart-data-analysis-1.png similarity index 100% rename from images/image (532).png rename to images/mobile-phone-sales-bar-chart-data-analysis-1.png diff --git a/images/image (533).png b/images/mobile-phone-sales-bar-chart-data-analysis.png similarity index 100% rename from images/image (533).png rename to images/mobile-phone-sales-bar-chart-data-analysis.png diff --git a/images/image (534).png b/images/mobile-phone-sales-data-chart-comparison.png similarity index 100% rename from images/image (534).png rename to images/mobile-phone-sales-data-chart-comparison.png diff --git a/images/image (130).png b/images/mobile-phone-sales-data-chart-kpi.png similarity index 100% rename from images/image (130).png rename to images/mobile-phone-sales-data-chart-kpi.png diff --git a/images/ACPYPLNotation.png b/images/month-in-millions-py-pl-ac-chart-analysis.png similarity index 100% rename from images/ACPYPLNotation.png rename to images/month-in-millions-py-pl-ac-chart-analysis.png diff --git a/images/IBCSArea.png b/images/monthly-ac-analytics-by-region-2023.png similarity index 100% rename from images/IBCSArea.png rename to images/monthly-ac-analytics-by-region-2023.png diff --git a/images/image (1164).png b/images/monthly-actuals-2021-2022-2023-chart.png similarity index 100% rename from images/image (1164).png rename to images/monthly-actuals-2021-2022-2023-chart.png diff --git a/images/image (360).png b/images/monthly-actuals-2022-2023-2024-bar-chart-1.png similarity index 100% rename from images/image (360).png rename to images/monthly-actuals-2022-2023-2024-bar-chart-1.png diff --git a/images/image (1972).png b/images/monthly-actuals-2022-2023-2024-bar-chart-2.png similarity index 100% rename from images/image (1972).png rename to images/monthly-actuals-2022-2023-2024-bar-chart-2.png diff --git a/images/image (1119).png b/images/monthly-actuals-2022-2023-2024-bar-chart-3.png similarity index 100% rename from images/image (1119).png rename to images/monthly-actuals-2022-2023-2024-bar-chart-3.png diff --git a/images/image (1973).png b/images/monthly-actuals-2022-2023-2024-bar-chart-4.png similarity index 100% rename from images/image (1973).png rename to images/monthly-actuals-2022-2023-2024-bar-chart-4.png diff --git a/images/image (1120).png b/images/monthly-actuals-2022-2023-2024-bar-chart.png similarity index 100% rename from images/image (1120).png rename to images/monthly-actuals-2022-2023-2024-bar-chart.png diff --git a/images/image (1970).png b/images/monthly-actuals-2022-2023-2024-chart-1.png similarity index 100% rename from images/image (1970).png rename to images/monthly-actuals-2022-2023-2024-chart-1.png diff --git a/images/image (1925).png b/images/monthly-actuals-2022-2023-2024-chart-2.png similarity index 100% rename from images/image (1925).png rename to images/monthly-actuals-2022-2023-2024-chart-2.png diff --git a/images/image (1124).png b/images/monthly-actuals-2022-2023-2024-chart-3.png similarity index 100% rename from images/image (1124).png rename to images/monthly-actuals-2022-2023-2024-chart-3.png diff --git a/images/image (1974).png b/images/monthly-actuals-2022-2023-2024-chart-4.png similarity index 100% rename from images/image (1974).png rename to images/monthly-actuals-2022-2023-2024-chart-4.png diff --git a/images/image (1668).png b/images/monthly-actuals-2022-2023-2024-chart.png similarity index 100% rename from images/image (1668).png rename to images/monthly-actuals-2022-2023-2024-chart.png diff --git a/images/image (361).png b/images/monthly-actuals-2022-2023-2024-comparison-chart.png similarity index 100% rename from images/image (361).png rename to images/monthly-actuals-2022-2023-2024-comparison-chart.png diff --git a/images/image (1921).png b/images/monthly-actuals-2022-2024-bar-chart.png similarity index 100% rename from images/image (1921).png rename to images/monthly-actuals-2022-2024-bar-chart.png diff --git a/images/image (1153).png b/images/monthly-actuals-2023-2024-plan-chart.png similarity index 100% rename from images/image (1153).png rename to images/monthly-actuals-2023-2024-plan-chart.png diff --git a/images/image (867).png b/images/monthly-actuals-and-plans-2022-2024-chart.png similarity index 100% rename from images/image (867).png rename to images/monthly-actuals-and-plans-2022-2024-chart.png diff --git a/images/image (1191).png b/images/monthly-actuals-and-plans-chart-2022-2024.png similarity index 100% rename from images/image (1191).png rename to images/monthly-actuals-and-plans-chart-2022-2024.png diff --git a/images/image (1374).png b/images/monthly-actuals-and-plans-chart-2024-2023.png similarity index 100% rename from images/image (1374).png rename to images/monthly-actuals-and-plans-chart-2024-2023.png diff --git a/images/SplitTable.png b/images/monthly-actuals-and-plans-data-2023.png similarity index 100% rename from images/SplitTable.png rename to images/monthly-actuals-and-plans-data-2023.png diff --git a/images/image (2049).png b/images/monthly-actuals-bar-chart-color-scale.png similarity index 100% rename from images/image (2049).png rename to images/monthly-actuals-bar-chart-color-scale.png diff --git a/images/image (2048).png b/images/monthly-actuals-bar-chart-data-visualization-1.png similarity index 100% rename from images/image (2048).png rename to images/monthly-actuals-bar-chart-data-visualization-1.png diff --git a/images/image (1609).png b/images/monthly-actuals-bar-chart-data-visualization.png similarity index 100% rename from images/image (1609).png rename to images/monthly-actuals-bar-chart-data-visualization.png diff --git a/images/image (2050).png b/images/monthly-actuals-bar-chart-with-values.png similarity index 100% rename from images/image (2050).png rename to images/monthly-actuals-bar-chart-with-values.png diff --git a/images/image (1923).png b/images/monthly-actuals-chart-2022-2024-data.png similarity index 100% rename from images/image (1923).png rename to images/monthly-actuals-chart-2022-2024-data.png diff --git a/images/LineChart.png b/images/monthly-actuals-comparison-2022-2024-data.png similarity index 100% rename from images/LineChart.png rename to images/monthly-actuals-comparison-2022-2024-data.png diff --git a/images/image (1922).png b/images/monthly-actuals-comparison-chart-error-bars-1.png similarity index 100% rename from images/image (1922).png rename to images/monthly-actuals-comparison-chart-error-bars-1.png diff --git a/images/image (1919).png b/images/monthly-actuals-comparison-chart-error-bars.png similarity index 100% rename from images/image (1919).png rename to images/monthly-actuals-comparison-chart-error-bars.png diff --git a/images/image (1266).png b/images/monthly-actuals-comparison-table-2023-2024-1.png similarity index 100% rename from images/image (1266).png rename to images/monthly-actuals-comparison-table-2023-2024-1.png diff --git a/images/image (1265).png b/images/monthly-actuals-comparison-table-2023-2024.png similarity index 100% rename from images/image (1265).png rename to images/monthly-actuals-comparison-table-2023-2024.png diff --git a/images/image (1543).png b/images/monthly-actuals-plan-bar-chart-analysis.png similarity index 100% rename from images/image (1543).png rename to images/monthly-actuals-plan-bar-chart-analysis.png diff --git a/images/image (1881).png b/images/monthly-actuals-plan-bar-chart-settings.png similarity index 100% rename from images/image (1881).png rename to images/monthly-actuals-plan-bar-chart-settings.png diff --git a/images/2024-05-01_20h44_56.png b/images/monthly-actuals-plan-bar-chart-summary.png similarity index 100% rename from images/2024-05-01_20h44_56.png rename to images/monthly-actuals-plan-bar-chart-summary.png diff --git a/images/image (1935).png b/images/monthly-actuals-plan-bar-chart-visualization.png similarity index 100% rename from images/image (1935).png rename to images/monthly-actuals-plan-bar-chart-visualization.png diff --git a/images/image (1667).png b/images/monthly-actuals-plan-chart-2022-2024.png similarity index 100% rename from images/image (1667).png rename to images/monthly-actuals-plan-chart-2022-2024.png diff --git a/images/image (1152).png b/images/monthly-actuals-plan-chart-2023-2024-1.png similarity index 100% rename from images/image (1152).png rename to images/monthly-actuals-plan-chart-2023-2024-1.png diff --git a/images/image (739).png b/images/monthly-actuals-plan-chart-2023-2024.png similarity index 100% rename from images/image (739).png rename to images/monthly-actuals-plan-chart-2023-2024.png diff --git a/images/image (1427).png b/images/monthly-actuals-plan-chart-data-analysis-1.png similarity index 100% rename from images/image (1427).png rename to images/monthly-actuals-plan-chart-data-analysis-1.png diff --git a/images/image (472).png b/images/monthly-actuals-plan-chart-data-analysis.png similarity index 100% rename from images/image (472).png rename to images/monthly-actuals-plan-chart-data-analysis.png diff --git a/images/image (226).png b/images/monthly-actuals-plan-chart-data-visualization.png similarity index 100% rename from images/image (226).png rename to images/monthly-actuals-plan-chart-data-visualization.png diff --git a/images/Annotation data point clor.png b/images/monthly-actuals-plan-chart-depreciation-summary.png similarity index 100% rename from images/Annotation data point clor.png rename to images/monthly-actuals-plan-chart-depreciation-summary.png diff --git a/images/2024-05-01_20h46_35.png b/images/monthly-actuals-plan-chart-summary.png similarity index 100% rename from images/2024-05-01_20h46_35.png rename to images/monthly-actuals-plan-chart-summary.png diff --git a/images/image (1432).png b/images/monthly-actuals-plan-chart-visualization.png similarity index 100% rename from images/image (1432).png rename to images/monthly-actuals-plan-chart-visualization.png diff --git a/images/image (1938).png b/images/monthly-actuals-plan-chart-with-average-line-1.png similarity index 100% rename from images/image (1938).png rename to images/monthly-actuals-plan-chart-with-average-line-1.png diff --git a/images/image (1940).png b/images/monthly-actuals-plan-chart-with-average-line.png similarity index 100% rename from images/image (1940).png rename to images/monthly-actuals-plan-chart-with-average-line.png diff --git a/images/image (1546).png b/images/monthly-actuals-plan-chart-with-trend-line.png similarity index 100% rename from images/image (1546).png rename to images/monthly-actuals-plan-chart-with-trend-line.png diff --git a/images/image (1883).png b/images/monthly-actuals-plan-comparison-bar-chart.png similarity index 100% rename from images/image (1883).png rename to images/monthly-actuals-plan-comparison-bar-chart.png diff --git a/images/2024-11-15_15h30_43.png b/images/monthly-actuals-plan-comparison-chart-1.png similarity index 100% rename from images/2024-11-15_15h30_43.png rename to images/monthly-actuals-plan-comparison-chart-1.png diff --git a/images/2025-05-20_09h31_32.png b/images/monthly-actuals-plan-comparison-chart-2.png similarity index 100% rename from images/2025-05-20_09h31_32.png rename to images/monthly-actuals-plan-comparison-chart-2.png diff --git a/images/image (1884).png b/images/monthly-actuals-plan-comparison-chart-3.png similarity index 100% rename from images/image (1884).png rename to images/monthly-actuals-plan-comparison-chart-3.png diff --git a/images/image (1544).png b/images/monthly-actuals-plan-comparison-chart-4.png similarity index 100% rename from images/image (1544).png rename to images/monthly-actuals-plan-comparison-chart-4.png diff --git a/images/image (485).png b/images/monthly-actuals-plan-comparison-chart-5.png similarity index 100% rename from images/image (485).png rename to images/monthly-actuals-plan-comparison-chart-5.png diff --git a/images/image (1426).png b/images/monthly-actuals-plan-comparison-chart-6.png similarity index 100% rename from images/image (1426).png rename to images/monthly-actuals-plan-comparison-chart-6.png diff --git a/images/image (1428).png b/images/monthly-actuals-plan-comparison-chart.png similarity index 100% rename from images/image (1428).png rename to images/monthly-actuals-plan-comparison-chart.png diff --git a/images/dotplot.png b/images/monthly-actuals-plan-comparison-chartpng.png similarity index 100% rename from images/dotplot.png rename to images/monthly-actuals-plan-comparison-chartpng.png diff --git a/images/image (988).png b/images/monthly-actuals-plan-comparison-table-2023.png similarity index 100% rename from images/image (988).png rename to images/monthly-actuals-plan-comparison-table-2023.png diff --git a/images/image (1253).png b/images/monthly-actuals-plan-deviation-chart.png similarity index 100% rename from images/image (1253).png rename to images/monthly-actuals-plan-deviation-chart.png diff --git a/images/image (1548).png b/images/monthly-actuals-plan-summary-chart-2023.png similarity index 100% rename from images/image (1548).png rename to images/monthly-actuals-plan-summary-chart-2023.png diff --git a/images/image (984).png b/images/monthly-actuals-plan-variance-2022-data.png similarity index 100% rename from images/image (984).png rename to images/monthly-actuals-plan-variance-2022-data.png diff --git a/images/image (1930).png b/images/monthly-actuals-plan-variance-chart.png similarity index 100% rename from images/image (1930).png rename to images/monthly-actuals-plan-variance-chart.png diff --git a/images/Splitchart.png b/images/monthly-actuals-plans-2021-2023-chart.png similarity index 100% rename from images/Splitchart.png rename to images/monthly-actuals-plans-2021-2023-chart.png diff --git a/images/image (1223).png b/images/monthly-actuals-plans-2022-2024-chart-1.png similarity index 100% rename from images/image (1223).png rename to images/monthly-actuals-plans-2022-2024-chart-1.png diff --git a/images/image (1665).png b/images/monthly-actuals-plans-2022-2024-chart-2.png similarity index 100% rename from images/image (1665).png rename to images/monthly-actuals-plans-2022-2024-chart-2.png diff --git a/images/image (859).png b/images/monthly-actuals-plans-2022-2024-chart-3.png similarity index 100% rename from images/image (859).png rename to images/monthly-actuals-plans-2022-2024-chart-3.png diff --git a/images/ClusterArea.png b/images/monthly-actuals-plans-2022-2024-chart-4.png similarity index 100% rename from images/ClusterArea.png rename to images/monthly-actuals-plans-2022-2024-chart-4.png diff --git a/images/image (860).png b/images/monthly-actuals-plans-2022-2024-chart-5.png similarity index 100% rename from images/image (860).png rename to images/monthly-actuals-plans-2022-2024-chart-5.png diff --git a/images/image (1924).png b/images/monthly-actuals-plans-2022-2024-chart-6.png similarity index 100% rename from images/image (1924).png rename to images/monthly-actuals-plans-2022-2024-chart-6.png diff --git a/images/image (865).png b/images/monthly-actuals-plans-2022-2024-chart.png similarity index 100% rename from images/image (865).png rename to images/monthly-actuals-plans-2022-2024-chart.png diff --git a/images/image (1189).png b/images/monthly-actuals-plans-2022-2024-comparison.png similarity index 100% rename from images/image (1189).png rename to images/monthly-actuals-plans-2022-2024-comparison.png diff --git a/images/image (1193).png b/images/monthly-actuals-plans-chart-2022-2024-1.png similarity index 100% rename from images/image (1193).png rename to images/monthly-actuals-plans-chart-2022-2024-1.png diff --git a/images/image (861).png b/images/monthly-actuals-plans-chart-2022-2024-2.png similarity index 100% rename from images/image (861).png rename to images/monthly-actuals-plans-chart-2022-2024-2.png diff --git a/images/image (1664).png b/images/monthly-actuals-plans-chart-2022-2024.png similarity index 100% rename from images/image (1664).png rename to images/monthly-actuals-plans-chart-2022-2024.png diff --git a/images/image (1376).png b/images/monthly-actuals-plans-chart-data-visualization.png similarity index 100% rename from images/image (1376).png rename to images/monthly-actuals-plans-chart-data-visualization.png diff --git a/images/image (651).png b/images/monthly-actuals-plans-data-2023-2022-2021.png similarity index 100% rename from images/image (651).png rename to images/monthly-actuals-plans-data-2023-2022-2021.png diff --git a/images/image (376).png b/images/monthly-actuals-summary-by-region-and-month.png similarity index 100% rename from images/image (376).png rename to images/monthly-actuals-summary-by-region-and-month.png diff --git a/images/image (475).png b/images/monthly-analytics-chart-py-pl-ac-2023-2024.png similarity index 100% rename from images/image (475).png rename to images/monthly-analytics-chart-py-pl-ac-2023-2024.png diff --git a/images/MultiTierColumn.png b/images/monthly-analytics-variance-report-2023.png similarity index 100% rename from images/MultiTierColumn.png rename to images/monthly-analytics-variance-report-2023.png diff --git a/images/image (849).png b/images/monthly-data-2022-2023-2024-actuals-plans-1.png similarity index 100% rename from images/image (849).png rename to images/monthly-data-2022-2023-2024-actuals-plans-1.png diff --git a/images/image (850).png b/images/monthly-data-2022-2023-2024-actuals-plans.png similarity index 100% rename from images/image (850).png rename to images/monthly-data-2022-2023-2024-actuals-plans.png diff --git a/images/StackedMeasure.png b/images/monthly-data-2022-2024-actuals-plans-1.png similarity index 100% rename from images/StackedMeasure.png rename to images/monthly-data-2022-2024-actuals-plans-1.png diff --git a/images/image (1564).png b/images/monthly-data-2022-2024-actuals-plans-2.png similarity index 100% rename from images/image (1564).png rename to images/monthly-data-2022-2024-actuals-plans-2.png diff --git a/images/image (1565).png b/images/monthly-data-2022-2024-actuals-plans.png similarity index 100% rename from images/image (1565).png rename to images/monthly-data-2022-2024-actuals-plans.png diff --git a/images/image (1055).png b/images/monthly-data-2023-actuals-plan-table.png similarity index 100% rename from images/image (1055).png rename to images/monthly-data-2023-actuals-plan-table.png diff --git a/images/ColumnsWithWaterfall.png b/images/monthly-data-analysis-py-pl-fc-ac-1.png similarity index 100% rename from images/ColumnsWithWaterfall.png rename to images/monthly-data-analysis-py-pl-fc-ac-1.png diff --git a/images/image (461).png b/images/monthly-data-analysis-py-pl-fc-ac.png similarity index 100% rename from images/image (461).png rename to images/monthly-data-analysis-py-pl-fc-ac.png diff --git a/images/2025-03-11_14h34_23.png b/images/monthly-data-analytics-by-region-and-month.png similarity index 100% rename from images/2025-03-11_14h34_23.png rename to images/monthly-data-analytics-by-region-and-month.png diff --git a/images/image (1316).png b/images/monthly-data-bar-chart-analysis-2023.png similarity index 100% rename from images/image (1316).png rename to images/monthly-data-bar-chart-analysis-2023.png diff --git a/images/image (1585).png b/images/monthly-data-chart-2023-2024-actuals-plans.png similarity index 100% rename from images/image (1585).png rename to images/monthly-data-chart-2023-2024-actuals-plans.png diff --git a/images/image (86).png b/images/monthly-data-chart-actuals-vs-plan.png similarity index 100% rename from images/image (86).png rename to images/monthly-data-chart-actuals-vs-plan.png diff --git a/images/image (1315).png b/images/monthly-data-chart-bar-graph-summary.png similarity index 100% rename from images/image (1315).png rename to images/monthly-data-chart-bar-graph-summary.png diff --git a/images/image (1541).png b/images/monthly-data-chart-sum-of-plan-actuals-1.png similarity index 100% rename from images/image (1541).png rename to images/monthly-data-chart-sum-of-plan-actuals-1.png diff --git a/images/image (1538).png b/images/monthly-data-chart-sum-of-plan-actuals-2.png similarity index 100% rename from images/image (1538).png rename to images/monthly-data-chart-sum-of-plan-actuals-2.png diff --git a/images/image (1537).png b/images/monthly-data-chart-sum-of-plan-actuals.png similarity index 100% rename from images/image (1537).png rename to images/monthly-data-chart-sum-of-plan-actuals.png diff --git a/images/2025-02-04_12h30_31.png b/images/monthly-data-chart-visualization-summary.png similarity index 100% rename from images/2025-02-04_12h30_31.png rename to images/monthly-data-chart-visualization-summary.png diff --git a/images/2025-05-06_17h46_23.png b/images/monthly-data-chart-with-color-scale.png similarity index 100% rename from images/2025-05-06_17h46_23.png rename to images/monthly-data-chart-with-color-scale.png diff --git a/images/image (648).png b/images/monthly-data-comparison-2021-2023-actuals-plans.png similarity index 100% rename from images/image (648).png rename to images/monthly-data-comparison-2021-2023-actuals-plans.png diff --git a/images/image (1224).png b/images/monthly-data-comparison-2022-2024-actuals-plans-1.png similarity index 100% rename from images/image (1224).png rename to images/monthly-data-comparison-2022-2024-actuals-plans-1.png diff --git a/images/image (1139).png b/images/monthly-data-comparison-2022-2024-actuals-plans-2.png similarity index 100% rename from images/image (1139).png rename to images/monthly-data-comparison-2022-2024-actuals-plans-2.png diff --git a/images/image (1375).png b/images/monthly-data-comparison-2022-2024-actuals-plans-3.png similarity index 100% rename from images/image (1375).png rename to images/monthly-data-comparison-2022-2024-actuals-plans-3.png diff --git a/images/image (1190).png b/images/monthly-data-comparison-2022-2024-actuals-plans-4.png similarity index 100% rename from images/image (1190).png rename to images/monthly-data-comparison-2022-2024-actuals-plans-4.png diff --git a/images/image (1743).png b/images/monthly-data-comparison-2022-2024-actuals-plans-5.png similarity index 100% rename from images/image (1743).png rename to images/monthly-data-comparison-2022-2024-actuals-plans-5.png diff --git a/images/image (219).png b/images/monthly-data-comparison-2022-2024-actuals-plans.png similarity index 100% rename from images/image (219).png rename to images/monthly-data-comparison-2022-2024-actuals-plans.png diff --git a/images/image (1946).png b/images/monthly-data-comparison-chart-2022-2024.png similarity index 100% rename from images/image (1946).png rename to images/monthly-data-comparison-chart-2022-2024.png diff --git a/images/2025-02-03_16h01_11.png b/images/monthly-data-graph-height-2023.png similarity index 100% rename from images/2025-02-03_16h01_11.png rename to images/monthly-data-graph-height-2023.png diff --git a/images/image (486).png b/images/monthly-data-visualization-actuals-plan-chart.png similarity index 100% rename from images/image (486).png rename to images/monthly-data-visualization-actuals-plan-chart.png diff --git a/images/image (1423).png b/images/monthly-data-visualization-bar-chart.png similarity index 100% rename from images/image (1423).png rename to images/monthly-data-visualization-bar-chart.png diff --git a/images/image (1956).png b/images/monthly-data-visualization-by-region-and-year.png similarity index 100% rename from images/image (1956).png rename to images/monthly-data-visualization-by-region-and-year.png diff --git a/images/image (671).png b/images/monthly-data-visualization-chart-summary.png similarity index 100% rename from images/image (671).png rename to images/monthly-data-visualization-chart-summary.png diff --git a/images/image (1714).png b/images/monthly-percentage-chart-infoview-analytics.png similarity index 100% rename from images/image (1714).png rename to images/monthly-percentage-chart-infoview-analytics.png diff --git a/images/image (1745).png b/images/monthly-performance-data-kpi-charts-summary.png similarity index 100% rename from images/image (1745).png rename to images/monthly-performance-data-kpi-charts-summary.png diff --git a/images/StackedArea.png b/images/monthly-plans-actuals-2022-2024-comparison.png similarity index 100% rename from images/StackedArea.png rename to images/monthly-plans-actuals-2022-2024-comparison.png diff --git a/images/image (216).png b/images/monthly-quantity-comparison-2021-2024-chart-1.png similarity index 100% rename from images/image (216).png rename to images/monthly-quantity-comparison-2021-2024-chart-1.png diff --git a/images/image (215).png b/images/monthly-quantity-comparison-2021-2024-chart.png similarity index 100% rename from images/image (215).png rename to images/monthly-quantity-comparison-2021-2024-chart.png diff --git a/images/image (643).png b/images/monthly-sales-data-2022-2024-visualization.png similarity index 100% rename from images/image (643).png rename to images/monthly-sales-data-2022-2024-visualization.png diff --git a/images/image (1261).png b/images/monthly-sales-data-2023-2024-actuals.png similarity index 100% rename from images/image (1261).png rename to images/monthly-sales-data-2023-2024-actuals.png diff --git a/images/Column+Column.png b/images/monthly-sales-data-bar-chartpng.png similarity index 100% rename from images/Column+Column.png rename to images/monthly-sales-data-bar-chartpng.png diff --git a/images/image (1258).png b/images/monthly-sales-data-by-country-and-month.png similarity index 100% rename from images/image (1258).png rename to images/monthly-sales-data-by-country-and-month.png diff --git a/images/image (1058).png b/images/monthly-sales-data-by-region-bar-chart-1.png similarity index 100% rename from images/image (1058).png rename to images/monthly-sales-data-by-region-bar-chart-1.png diff --git a/images/image (1059).png b/images/monthly-sales-data-by-region-bar-chart.png similarity index 100% rename from images/image (1059).png rename to images/monthly-sales-data-by-region-bar-chart.png diff --git a/images/image (1260).png b/images/monthly-sales-data-juices-mineral-water-soda.png similarity index 100% rename from images/image (1260).png rename to images/monthly-sales-data-juices-mineral-water-soda.png diff --git a/images/image (1256).png b/images/monthly-sales-data-juices-soda-water-tea.png similarity index 100% rename from images/image (1256).png rename to images/monthly-sales-data-juices-soda-water-tea.png diff --git a/images/image (1781).png b/images/monthly-sales-data-kpi-charts-2023.png similarity index 100% rename from images/image (1781).png rename to images/monthly-sales-data-kpi-charts-2023.png diff --git a/images/IntegratedVarianceChart.png b/images/monthly-sales-data-product-analytics.png similarity index 100% rename from images/IntegratedVarianceChart.png rename to images/monthly-sales-data-product-analytics.png diff --git a/images/image (1951).png b/images/monthly-sales-data-subcategory-analysis.png similarity index 100% rename from images/image (1951).png rename to images/monthly-sales-data-subcategory-analysis.png diff --git a/images/image (818).png b/images/monthly-sales-data-visualization-chart.png similarity index 100% rename from images/image (818).png rename to images/monthly-sales-data-visualization-chart.png diff --git a/images/image (94).png b/images/multi-axes-chart-data-visualization-analysis.png similarity index 100% rename from images/image (94).png rename to images/multi-axes-chart-data-visualization-analysis.png diff --git a/images/image (93).png b/images/multi-axis-chart-error-load-power-temperature.png similarity index 100% rename from images/image (93).png rename to images/multi-axis-chart-error-load-power-temperature.png diff --git a/images/2. new-chart-types.png b/images/multi-axis-sankey-chart-bullet-bar-analysis.png similarity index 100% rename from images/2. new-chart-types.png rename to images/multi-axis-sankey-chart-bullet-bar-analysis.png diff --git a/images/image (92).png b/images/multi-measure-bullet-bar-chart-data-analysis.png similarity index 100% rename from images/image (92).png rename to images/multi-measure-bullet-bar-chart-data-analysis.png diff --git a/images/2025-04-28_15h39_28.png b/images/negative-variance-by-month-france-germany-italy-november.png similarity index 100% rename from images/2025-04-28_15h39_28.png rename to images/negative-variance-by-month-france-germany-italy-november.png diff --git a/images/image (1) (1) (1) (1) (1) (1) (1) (1) (1) (1) (1).png b/images/negative-variance-by-month-sep-france-germany-italy-dec.png similarity index 100% rename from images/image (1) (1) (1) (1) (1) (1) (1) (1) (1) (1) (1).png rename to images/negative-variance-by-month-sep-france-germany-italy-dec.png diff --git a/images/image (244).png b/images/number-123-on-white-background-1.png similarity index 100% rename from images/image (244).png rename to images/number-123-on-white-background-1.png diff --git a/images/image (245).png b/images/number-123-on-white-background.png similarity index 100% rename from images/image (245).png rename to images/number-123-on-white-background.png diff --git a/images/image (240).png b/images/number-one-point-two-blue-background.png similarity index 100% rename from images/image (240).png rename to images/number-one-point-two-blue-background.png diff --git a/images/image (238).png b/images/numbers-in-blue-background-graphic.png similarity index 100% rename from images/image (238).png rename to images/numbers-in-blue-background-graphic.png diff --git a/images/2024-05-29_11h03_32.png b/images/overall-sales-report-data-visualization-dashboard.png similarity index 100% rename from images/2024-05-29_11h03_32.png rename to images/overall-sales-report-data-visualization-dashboard.png diff --git a/images/OverlappeColumn.png b/images/overlapped-column-chart-data-analysis-2022-1.png similarity index 100% rename from images/OverlappeColumn.png rename to images/overlapped-column-chart-data-analysis-2022-1.png diff --git a/images/image (909).png b/images/overlapped-column-chart-data-analysis-2022.png similarity index 100% rename from images/image (909).png rename to images/overlapped-column-chart-data-analysis-2022.png diff --git a/images/2024-04-29_16h14_02.png b/images/pacific-2022-chart-quarterly-data.png similarity index 100% rename from images/2024-04-29_16h14_02.png rename to images/pacific-2022-chart-quarterly-data.png diff --git a/images/2024-11-20_12h47_23.png b/images/packed-circles-chart-sum-cogs-discount-band-1.png similarity index 100% rename from images/2024-11-20_12h47_23.png rename to images/packed-circles-chart-sum-cogs-discount-band-1.png diff --git a/images/2024-11-20_12h33_19 (1).png b/images/packed-circles-chart-sum-cogs-discount-band.png similarity index 100% rename from images/2024-11-20_12h33_19 (1).png rename to images/packed-circles-chart-sum-cogs-discount-band.png diff --git a/images/2024-11-20_12h33_19.png b/images/packed-circles-chart-sum-cogs-discount-country.png similarity index 100% rename from images/2024-11-20_12h33_19.png rename to images/packed-circles-chart-sum-cogs-discount-country.png diff --git a/images/image (277).png b/images/parallel-coordinates-chart-country-measures-summary.png similarity index 100% rename from images/image (277).png rename to images/parallel-coordinates-chart-country-measures-summary.png diff --git a/images/image (274).png b/images/parallel-coordinates-chart-country-product-data.png similarity index 100% rename from images/image (274).png rename to images/parallel-coordinates-chart-country-product-data.png diff --git a/images/image (279).png b/images/parallel-coordinates-chart-sales-data-analysis-1.png similarity index 100% rename from images/image (279).png rename to images/parallel-coordinates-chart-sales-data-analysis-1.png diff --git a/images/image (280).png b/images/parallel-coordinates-chart-sales-data-analysis-2.png similarity index 100% rename from images/image (280).png rename to images/parallel-coordinates-chart-sales-data-analysis-2.png diff --git a/images/2024-11-12_14h47_02.png b/images/parallel-coordinates-chart-sales-data-analysis-3.png similarity index 100% rename from images/2024-11-12_14h47_02.png rename to images/parallel-coordinates-chart-sales-data-analysis-3.png diff --git a/images/image (281).png b/images/parallel-coordinates-chart-sales-data-analysis.png similarity index 100% rename from images/image (281).png rename to images/parallel-coordinates-chart-sales-data-analysis.png diff --git a/images/image (275).png b/images/parallel-coordinates-chart-sales-data-countries-1.png similarity index 100% rename from images/image (275).png rename to images/parallel-coordinates-chart-sales-data-countries-1.png diff --git a/images/image (276).png b/images/parallel-coordinates-chart-sales-data-countries.png similarity index 100% rename from images/image (276).png rename to images/parallel-coordinates-chart-sales-data-countries.png diff --git a/images/image (278).png b/images/parallel-coordinates-chart-sales-discounts-profits.png similarity index 100% rename from images/image (278).png rename to images/parallel-coordinates-chart-sales-discounts-profits.png diff --git a/images/2025-02-03_16h04_52.png b/images/parallel-coordinates-data-visualization-chart.png similarity index 100% rename from images/2025-02-03_16h04_52.png rename to images/parallel-coordinates-data-visualization-chart.png diff --git a/images/image (415).png b/images/pencil-drawing-tool-art-supplies-sketching.png similarity index 100% rename from images/image (415).png rename to images/pencil-drawing-tool-art-supplies-sketching.png diff --git a/images/image (2037).png b/images/pie-chart-data-settings-visualization.png similarity index 100% rename from images/image (2037).png rename to images/pie-chart-data-settings-visualization.png diff --git a/images/PieExplosion.png b/images/pie-chart-data-visualization-drinks-categories.png similarity index 100% rename from images/PieExplosion.png rename to images/pie-chart-data-visualization-drinks-categories.png diff --git a/images/image (576).png b/images/pie-chart-sum-of-actuals-by-description.png similarity index 100% rename from images/image (576).png rename to images/pie-chart-sum-of-actuals-by-description.png diff --git a/images/image (1494).png b/images/pie-chart-sum-of-actuals-by-sub-category-1.png similarity index 100% rename from images/image (1494).png rename to images/pie-chart-sum-of-actuals-by-sub-category-1.png diff --git a/images/image (1493).png b/images/pie-chart-sum-of-actuals-by-sub-category-2.png similarity index 100% rename from images/image (1493).png rename to images/pie-chart-sum-of-actuals-by-sub-category-2.png diff --git a/images/image (1489).png b/images/pie-chart-sum-of-actuals-by-sub-category-3.png similarity index 100% rename from images/image (1489).png rename to images/pie-chart-sum-of-actuals-by-sub-category-3.png diff --git a/images/image (1488).png b/images/pie-chart-sum-of-actuals-by-sub-category-4.png similarity index 100% rename from images/image (1488).png rename to images/pie-chart-sum-of-actuals-by-sub-category-4.png diff --git a/images/image (1492).png b/images/pie-chart-sum-of-actuals-by-sub-category-5.png similarity index 100% rename from images/image (1492).png rename to images/pie-chart-sum-of-actuals-by-sub-category-5.png diff --git a/images/image (1487).png b/images/pie-chart-sum-of-actuals-by-sub-category.png similarity index 100% rename from images/image (1487).png rename to images/pie-chart-sum-of-actuals-by-sub-category.png diff --git a/images/image (575).png b/images/pie-chart-sum-of-actuals-by-sub-region.png similarity index 100% rename from images/image (575).png rename to images/pie-chart-sum-of-actuals-by-sub-region.png diff --git a/images/image (586).png b/images/pivot-chart-2023-2024-actuals-by-month.png similarity index 100% rename from images/image (586).png rename to images/pivot-chart-2023-2024-actuals-by-month.png diff --git a/images/image (430).png b/images/pivot-chart-2024-2023-2022-sub-regions.png similarity index 100% rename from images/image (430).png rename to images/pivot-chart-2024-2023-2022-sub-regions.png diff --git a/images/image (1729).png b/images/pivot-chart-actuals-enhcplan-by-month.png similarity index 100% rename from images/image (1729).png rename to images/pivot-chart-actuals-enhcplan-by-month.png diff --git a/images/image (468).png b/images/pivot-chart-sum-actuals-plan-by-month.png similarity index 100% rename from images/image (468).png rename to images/pivot-chart-sum-actuals-plan-by-month.png diff --git a/images/SlopeGraph.png b/images/pivot-chart-sum-of-cogs-by-product.png similarity index 100% rename from images/SlopeGraph.png rename to images/pivot-chart-sum-of-cogs-by-product.png diff --git a/images/image (1016).png b/images/pivot-data-2023-2022-2021-actuals-plan.png similarity index 100% rename from images/image (1016).png rename to images/pivot-data-2023-2022-2021-actuals-plan.png diff --git a/images/image (1019).png b/images/pivot-data-2023-2022-actuals-comparison-chart.png similarity index 100% rename from images/image (1019).png rename to images/pivot-data-2023-2022-actuals-comparison-chart.png diff --git a/images/image (927).png b/images/pivot-data-2023-actuals-2022-actuals-2023-plan.png similarity index 100% rename from images/image (927).png rename to images/pivot-data-2023-actuals-2022-actuals-2023-plan.png diff --git a/images/image (1053).png b/images/pivot-data-2023-actuals-2022-plan-table-1.png similarity index 100% rename from images/image (1053).png rename to images/pivot-data-2023-actuals-2022-plan-table-1.png diff --git a/images/image (1054).png b/images/pivot-data-2023-actuals-2022-plan-table.png similarity index 100% rename from images/image (1054).png rename to images/pivot-data-2023-actuals-2022-plan-table.png diff --git a/images/image (1023).png b/images/pivot-data-2023-actuals-by-region.png similarity index 100% rename from images/image (1023).png rename to images/pivot-data-2023-actuals-by-region.png diff --git a/images/image (1017).png b/images/pivot-data-2023-actuals-monthly-comparison-chart.png similarity index 100% rename from images/image (1017).png rename to images/pivot-data-2023-actuals-monthly-comparison-chart.png diff --git a/images/image (1006).png b/images/pivot-data-2023-actuals-plan-monthly-chart.png similarity index 100% rename from images/image (1006).png rename to images/pivot-data-2023-actuals-plan-monthly-chart.png diff --git a/images/image (718).png b/images/pivot-data-2024-2023-actuals-plan-summary.png similarity index 100% rename from images/image (718).png rename to images/pivot-data-2024-2023-actuals-plan-summary.png diff --git a/images/image (1444).png b/images/pivot-data-2024-2023-actuals-plans-table.png similarity index 100% rename from images/image (1444).png rename to images/pivot-data-2024-2023-actuals-plans-table.png diff --git a/images/image (719).png b/images/pivot-data-2024-actuals-2023-actuals-plans.png similarity index 100% rename from images/image (719).png rename to images/pivot-data-2024-actuals-2023-actuals-plans.png diff --git a/images/PivotingEngine.png b/images/pivot-data-2024-actuals-by-region-monthly.png similarity index 100% rename from images/PivotingEngine.png rename to images/pivot-data-2024-actuals-by-region-monthly.png diff --git a/images/image (717).png b/images/pivot-data-2024-actuals-by-region-quarterly.png similarity index 100% rename from images/image (717).png rename to images/pivot-data-2024-actuals-by-region-quarterly.png diff --git a/images/image (1583).png b/images/pivot-data-2024-actuals-plan-sub-regions.png similarity index 100% rename from images/image (1583).png rename to images/pivot-data-2024-actuals-plan-sub-regions.png diff --git a/images/image (708).png b/images/pivot-data-2024-actuals-plan-summary.png similarity index 100% rename from images/image (708).png rename to images/pivot-data-2024-actuals-plan-summary.png diff --git a/images/image (720).png b/images/pivot-data-2024-actuals-regional-comparison-chart-1.png similarity index 100% rename from images/image (720).png rename to images/pivot-data-2024-actuals-regional-comparison-chart-1.png diff --git a/images/image (721).png b/images/pivot-data-2024-actuals-regional-comparison-chart.png similarity index 100% rename from images/image (721).png rename to images/pivot-data-2024-actuals-regional-comparison-chart.png diff --git a/images/image (723).png b/images/pivot-data-2024-actuals-regional-comparison.png similarity index 100% rename from images/image (723).png rename to images/pivot-data-2024-actuals-regional-comparison.png diff --git a/images/image (231).png b/images/pivot-data-2024-actuals-us-international-comparison.png similarity index 100% rename from images/image (231).png rename to images/pivot-data-2024-actuals-us-international-comparison.png diff --git a/images/image (116).png b/images/pivot-data-actual-start-end-tasks.png similarity index 100% rename from images/image (116).png rename to images/pivot-data-actual-start-end-tasks.png diff --git a/images/image (1728).png b/images/pivot-data-actuals-enhcplan-monthly-chart.png similarity index 100% rename from images/image (1728).png rename to images/pivot-data-actuals-enhcplan-monthly-chart.png diff --git a/images/image (937).png b/images/pivot-data-actuals-plan-subcategory-analysis.png similarity index 100% rename from images/image (937).png rename to images/pivot-data-actuals-plan-subcategory-analysis.png diff --git a/images/image (347).png b/images/pivot-data-analysis-chart-2024-actuals.png similarity index 100% rename from images/image (347).png rename to images/pivot-data-analysis-chart-2024-actuals.png diff --git a/images/image (731).png b/images/pivot-data-analysis-chart-table-summary.png similarity index 100% rename from images/image (731).png rename to images/pivot-data-analysis-chart-table-summary.png diff --git a/images/Search.png b/images/pivot-data-analysis-operating-profit-report.png similarity index 100% rename from images/Search.png rename to images/pivot-data-analysis-operating-profit-report.png diff --git a/images/2024-12-03_17h17_36.png b/images/pivot-data-analysis-sales-reports-dashboard.png similarity index 100% rename from images/2024-12-03_17h17_36.png rename to images/pivot-data-analysis-sales-reports-dashboard.png diff --git a/images/image (1827).png b/images/pivot-data-analysis-sales-summary-dashboard.png similarity index 100% rename from images/image (1827).png rename to images/pivot-data-analysis-sales-summary-dashboard.png diff --git a/images/image (734).png b/images/pivot-data-analysis-table-2023-forecast.png similarity index 100% rename from images/image (734).png rename to images/pivot-data-analysis-table-2023-forecast.png diff --git a/images/image (587).png b/images/pivot-data-bar-chart-regions-2024-actuals.png similarity index 100% rename from images/image (587).png rename to images/pivot-data-bar-chart-regions-2024-actuals.png diff --git a/images/image (711).png b/images/pivot-data-bar-charts-2023-2024.png similarity index 100% rename from images/image (711).png rename to images/pivot-data-bar-charts-2023-2024.png diff --git a/images/image (712).png b/images/pivot-data-beverages-chart-analysis.png similarity index 100% rename from images/image (712).png rename to images/pivot-data-beverages-chart-analysis.png diff --git a/images/image (716).png b/images/pivot-data-beverages-juices-soda-quarterly-summary.png similarity index 100% rename from images/image (716).png rename to images/pivot-data-beverages-juices-soda-quarterly-summary.png diff --git a/images/image (584).png b/images/pivot-data-beverages-sales-by-region-quarter.png similarity index 100% rename from images/image (584).png rename to images/pivot-data-beverages-sales-by-region-quarter.png diff --git a/images/search measures charts.png b/images/pivot-data-chart-2022-2023-2024-plans.png similarity index 100% rename from images/search measures charts.png rename to images/pivot-data-chart-2022-2023-2024-plans.png diff --git a/images/image (1027).png b/images/pivot-data-chart-2022-2023-analytics.png similarity index 100% rename from images/image (1027).png rename to images/pivot-data-chart-2022-2023-analytics.png diff --git a/images/image (1469).png b/images/pivot-data-chart-2022-2024-actuals-plans.png similarity index 100% rename from images/image (1469).png rename to images/pivot-data-chart-2022-2024-actuals-plans.png diff --git a/images/image (1007).png b/images/pivot-data-chart-2023-2022-actuals-monthly-1.png similarity index 100% rename from images/image (1007).png rename to images/pivot-data-chart-2023-2022-actuals-monthly-1.png diff --git a/images/image (1005).png b/images/pivot-data-chart-2023-2022-actuals-monthly.png similarity index 100% rename from images/image (1005).png rename to images/pivot-data-chart-2023-2022-actuals-monthly.png diff --git a/images/image (733).png b/images/pivot-data-chart-2023-2024-actuals-comparison.png similarity index 100% rename from images/image (733).png rename to images/pivot-data-chart-2023-2024-actuals-comparison.png diff --git a/images/image (1029).png b/images/pivot-data-chart-2023-actuals-comparison-analysis.png similarity index 100% rename from images/image (1029).png rename to images/pivot-data-chart-2023-actuals-comparison-analysis.png diff --git a/images/image (1034).png b/images/pivot-data-chart-2023-actuals-comparison.png similarity index 100% rename from images/image (1034).png rename to images/pivot-data-chart-2023-actuals-comparison.png diff --git a/images/image (1012).png b/images/pivot-data-chart-2023-actuals-plan-quarterly.png similarity index 100% rename from images/image (1012).png rename to images/pivot-data-chart-2023-actuals-plan-quarterly.png diff --git a/images/image (1018).png b/images/pivot-data-chart-2023-actuals-plans-comparison.png similarity index 100% rename from images/image (1018).png rename to images/pivot-data-chart-2023-actuals-plans-comparison.png diff --git a/images/image (709).png b/images/pivot-data-chart-2024-2023-actuals-months.png similarity index 100% rename from images/image (709).png rename to images/pivot-data-chart-2024-2023-actuals-months.png diff --git a/images/image (1470).png b/images/pivot-data-chart-2024-actuals-comparison-analysis.png similarity index 100% rename from images/image (1470).png rename to images/pivot-data-chart-2024-actuals-comparison-analysis.png diff --git a/images/image (707).png b/images/pivot-data-chart-2024-actuals-plans-monthly.png similarity index 100% rename from images/image (707).png rename to images/pivot-data-chart-2024-actuals-plans-monthly.png diff --git a/images/image (64).png b/images/pivot-data-chart-actuals-plan-sub-category.png similarity index 100% rename from images/image (64).png rename to images/pivot-data-chart-actuals-plan-sub-category.png diff --git a/images/image (483).png b/images/pivot-data-chart-analytics-visualization.png similarity index 100% rename from images/image (483).png rename to images/pivot-data-chart-analytics-visualization.png diff --git a/images/image (1468).png b/images/pivot-data-chart-bar-graph-analysis.png similarity index 100% rename from images/image (1468).png rename to images/pivot-data-chart-bar-graph-analysis.png diff --git a/images/search cards.png b/images/pivot-data-chart-emerging-markets-analysis.png similarity index 100% rename from images/search cards.png rename to images/pivot-data-chart-emerging-markets-analysis.png diff --git a/images/image (592).png b/images/pivot-data-chart-international-sales-analysis.png similarity index 100% rename from images/image (592).png rename to images/pivot-data-chart-international-sales-analysis.png diff --git a/images/image (1449).png b/images/pivot-data-chart-quarterly-comparison-analysis.png similarity index 100% rename from images/image (1449).png rename to images/pivot-data-chart-quarterly-comparison-analysis.png diff --git a/images/image (732).png b/images/pivot-data-chart-quarterly-performance-analysis.png similarity index 100% rename from images/image (732).png rename to images/pivot-data-chart-quarterly-performance-analysis.png diff --git a/images/image (1208).png b/images/pivot-data-chart-quarterly-sales-analysis.png similarity index 100% rename from images/image (1208).png rename to images/pivot-data-chart-quarterly-sales-analysis.png diff --git a/images/Cards toggle 2.png b/images/pivot-data-chart-regions-sales-summary.png similarity index 100% rename from images/Cards toggle 2.png rename to images/pivot-data-chart-regions-sales-summary.png diff --git a/images/image (1011).png b/images/pivot-data-chart-sum-actuals-by-quarter.png similarity index 100% rename from images/image (1011).png rename to images/pivot-data-chart-sum-actuals-by-quarter.png diff --git a/images/Pivot data.png b/images/pivot-data-chart-sum-actuals-plan-month.png similarity index 100% rename from images/Pivot data.png rename to images/pivot-data-chart-sum-actuals-plan-month.png diff --git a/images/image (735).png b/images/pivot-data-chart-united-states-east-central.png similarity index 100% rename from images/image (735).png rename to images/pivot-data-chart-united-states-east-central.png diff --git a/images/image (705).png b/images/pivot-data-chart-united-states-international-1.png similarity index 100% rename from images/image (705).png rename to images/pivot-data-chart-united-states-international-1.png diff --git a/images/image (1459).png b/images/pivot-data-chart-united-states-international.png similarity index 100% rename from images/image (1459).png rename to images/pivot-data-chart-united-states-international.png diff --git a/images/image (1460).png b/images/pivot-data-chart-us-international-analysis.png similarity index 100% rename from images/image (1460).png rename to images/pivot-data-chart-us-international-analysis.png diff --git a/images/image (1026).png b/images/pivot-data-chart-visualization-2023-actuals.png similarity index 100% rename from images/image (1026).png rename to images/pivot-data-chart-visualization-2023-actuals.png diff --git a/images/image (1025).png b/images/pivot-data-chart-visualization-analysis.png similarity index 100% rename from images/image (1025).png rename to images/pivot-data-chart-visualization-analysis.png diff --git a/images/image (1465).png b/images/pivot-data-chart-visualization-sales-analysis.png similarity index 100% rename from images/image (1465).png rename to images/pivot-data-chart-visualization-sales-analysis.png diff --git a/images/image (1065).png b/images/pivot-data-charts-2023-actuals-comparison.png similarity index 100% rename from images/image (1065).png rename to images/pivot-data-charts-2023-actuals-comparison.png diff --git a/images/image (826).png b/images/pivot-data-charts-2023-juices-soda-water-coffee.png similarity index 100% rename from images/image (826).png rename to images/pivot-data-charts-2023-juices-soda-water-coffee.png diff --git a/images/image (713).png b/images/pivot-data-combine-row-column-fields-chart.png similarity index 100% rename from images/image (713).png rename to images/pivot-data-combine-row-column-fields-chart.png diff --git a/images/2024-07-09_15h54_25.png b/images/pivot-data-comparison-2023-2024-quarters.png similarity index 100% rename from images/2024-07-09_15h54_25.png rename to images/pivot-data-comparison-2023-2024-quarters.png diff --git a/images/image (115).png b/images/pivot-data-earliest-actual-start-end-task.png similarity index 100% rename from images/image (115).png rename to images/pivot-data-earliest-actual-start-end-task.png diff --git a/images/image (39).png b/images/pivot-data-fields-visualization-interface.png similarity index 100% rename from images/image (39).png rename to images/pivot-data-fields-visualization-interface.png diff --git a/images/image (1021).png b/images/pivot-data-ibcs-standards-2023-actuals-chart.png similarity index 100% rename from images/image (1021).png rename to images/pivot-data-ibcs-standards-2023-actuals-chart.png diff --git a/images/image (936).png b/images/pivot-data-manage-data-fields-settings.png similarity index 100% rename from images/image (936).png rename to images/pivot-data-manage-data-fields-settings.png diff --git a/images/image (726).png b/images/pivot-data-quarter-2024-actuals-table.png similarity index 100% rename from images/image (726).png rename to images/pivot-data-quarter-2024-actuals-table.png diff --git a/images/Interhcnage.png b/images/pivot-data-quarterly-2024-2023-actuals-plans.png similarity index 100% rename from images/Interhcnage.png rename to images/pivot-data-quarterly-2024-2023-actuals-plans.png diff --git a/images/2024-07-09_15h41_54.png b/images/pivot-data-quarterly-actuals-comparison-chart.png similarity index 100% rename from images/2024-07-09_15h41_54.png rename to images/pivot-data-quarterly-actuals-comparison-chart.png diff --git a/images/image (722).png b/images/pivot-data-sales-analysis-2024-2023-actuals.png similarity index 100% rename from images/image (722).png rename to images/pivot-data-sales-analysis-2024-2023-actuals.png diff --git a/images/2024-12-03_17h17_26.png b/images/pivot-data-sales-analysis-dashboard.png similarity index 100% rename from images/2024-12-03_17h17_26.png rename to images/pivot-data-sales-analysis-dashboard.png diff --git a/images/image (580).png b/images/pivot-data-sum-actuals-plan-pie-chart.png similarity index 100% rename from images/image (580).png rename to images/pivot-data-sum-actuals-plan-pie-chart.png diff --git a/images/image (1099).png b/images/pivot-data-sum-actuals-plan-quarterly-chart-1.png similarity index 100% rename from images/image (1099).png rename to images/pivot-data-sum-actuals-plan-quarterly-chart-1.png diff --git a/images/image (1100).png b/images/pivot-data-sum-actuals-plan-quarterly-chart.png similarity index 100% rename from images/image (1100).png rename to images/pivot-data-sum-actuals-plan-quarterly-chart.png diff --git a/images/Donut.png b/images/pivot-data-sum-of-actuals-by-region.png similarity index 100% rename from images/Donut.png rename to images/pivot-data-sum-of-actuals-by-region.png diff --git a/images/Pie.png b/images/pivot-data-sum-of-actuals-pie-chart.png similarity index 100% rename from images/Pie.png rename to images/pivot-data-sum-of-actuals-pie-chart.png diff --git a/images/image (119).png b/images/pivot-data-sum-of-progress-by-task.png similarity index 100% rename from images/image (119).png rename to images/pivot-data-sum-of-progress-by-task.png diff --git a/images/Advance pivot.png b/images/pivot-data-sum-sales-profit-subcategory-table.png similarity index 100% rename from images/Advance pivot.png rename to images/pivot-data-sum-sales-profit-subcategory-table.png diff --git a/images/image (1455).png b/images/pivot-data-table-2023-2024-actuals-summary.png similarity index 100% rename from images/image (1455).png rename to images/pivot-data-table-2023-2024-actuals-summary.png diff --git a/images/image (1456).png b/images/pivot-data-table-2024-2023-actuals-measures.png similarity index 100% rename from images/image (1456).png rename to images/pivot-data-table-2024-2023-actuals-measures.png diff --git a/images/image (724).png b/images/pivot-data-table-2024-actuals-comparisons.png similarity index 100% rename from images/image (724).png rename to images/pivot-data-table-2024-actuals-comparisons.png diff --git a/images/image (736).png b/images/pivot-data-table-2024-actuals-forecast-analysis.png similarity index 100% rename from images/image (736).png rename to images/pivot-data-table-2024-actuals-forecast-analysis.png diff --git a/images/image (1446).png b/images/pivot-data-table-2024-actuals-plans-summary.png similarity index 100% rename from images/image (1446).png rename to images/pivot-data-table-2024-actuals-plans-summary.png diff --git a/images/image (589).png b/images/pivot-data-table-2024-plan-actuals-summary.png similarity index 100% rename from images/image (589).png rename to images/pivot-data-table-2024-plan-actuals-summary.png diff --git a/images/image (714).png b/images/pivot-data-table-beverages-juices-water-1.png similarity index 100% rename from images/image (714).png rename to images/pivot-data-table-beverages-juices-water-1.png diff --git a/images/image (715).png b/images/pivot-data-table-beverages-juices-water.png similarity index 100% rename from images/image (715).png rename to images/pivot-data-table-beverages-juices-water.png diff --git a/images/image (590).png b/images/pivot-data-table-monthly-analytics-report.png similarity index 100% rename from images/image (590).png rename to images/pivot-data-table-monthly-analytics-report.png diff --git a/images/image (1462).png b/images/pivot-data-table-monthly-performance-analysis.png similarity index 100% rename from images/image (1462).png rename to images/pivot-data-table-monthly-performance-analysis.png diff --git a/images/image (591).png b/images/pivot-data-table-operating-profit-analysis.png similarity index 100% rename from images/image (591).png rename to images/pivot-data-table-operating-profit-analysis.png diff --git a/images/image (1454).png b/images/pivot-data-table-quarter-2024-actuals.png similarity index 100% rename from images/image (1454).png rename to images/pivot-data-table-quarter-2024-actuals.png diff --git a/images/image (1009).png b/images/pivot-data-visualization-2022-2023-quarters.png similarity index 100% rename from images/image (1009).png rename to images/pivot-data-visualization-2022-2023-quarters.png diff --git a/images/image (1014).png b/images/pivot-data-visualization-2023-actuals-plan.png similarity index 100% rename from images/image (1014).png rename to images/pivot-data-visualization-2023-actuals-plan.png diff --git a/images/image (1032).png b/images/pivot-data-visualization-charts-and-measures.png similarity index 100% rename from images/image (1032).png rename to images/pivot-data-visualization-charts-and-measures.png diff --git a/images/image (585).png b/images/pivot-table-2024-2023-actuals-plans-data.png similarity index 100% rename from images/image (585).png rename to images/pivot-table-2024-2023-actuals-plans-data.png diff --git a/images/image (1453).png b/images/pivot-table-2024-actuals-data-analysis.png similarity index 100% rename from images/image (1453).png rename to images/pivot-table-2024-actuals-data-analysis.png diff --git a/images/image (2005).png b/images/pivot-table-data-visualization-progress-report.png similarity index 100% rename from images/image (2005).png rename to images/pivot-table-data-visualization-progress-report.png diff --git a/images/image (1903).png b/images/pivot-table-project-progress-report-2024-2025.png similarity index 100% rename from images/image (1903).png rename to images/pivot-table-project-progress-report-2024-2025.png diff --git a/images/image (120).png b/images/pivot-table-resource-progress-report-2024-2025.png similarity index 100% rename from images/image (120).png rename to images/pivot-table-resource-progress-report-2024-2025.png diff --git a/images/image (427).png b/images/pivot-table-sales-profit-data-analysis.png similarity index 100% rename from images/image (427).png rename to images/pivot-table-sales-profit-data-analysis.png diff --git a/images/image (507).png b/images/plus-minus-icon-circle.png similarity index 100% rename from images/image (507).png rename to images/plus-minus-icon-circle.png diff --git a/images/image (1614).png b/images/plus-sign-in-circle-outline-iconpng-1.png similarity index 100% rename from images/image (1614).png rename to images/plus-sign-in-circle-outline-iconpng-1.png diff --git a/images/image (559).png b/images/polar-chart-sum-of-actuals-and-plan.png similarity index 100% rename from images/image (559).png rename to images/polar-chart-sum-of-actuals-and-plan.png diff --git a/images/image (364).png b/images/power-bi-visuals-inforiver-analytics-reporting-writeback.png similarity index 100% rename from images/image (364).png rename to images/power-bi-visuals-inforiver-analytics-reporting-writeback.png diff --git a/images/image (922).png b/images/product-budget-analysis-2022-us-data.png similarity index 100% rename from images/image (922).png rename to images/product-budget-analysis-2022-us-data.png diff --git a/images/IBCSCards.png b/images/product-performance-bar-graphs-2023.png similarity index 100% rename from images/IBCSCards.png rename to images/product-performance-bar-graphs-2023.png diff --git a/images/2025-05-05_16h44_09.png b/images/product-sales-trends-by-category-2023.png similarity index 100% rename from images/2025-05-05_16h44_09.png rename to images/product-sales-trends-by-category-2023.png diff --git a/images/image (1314).png b/images/products-chart-2024-plan-sub-regions.png similarity index 100% rename from images/image (1314).png rename to images/products-chart-2024-plan-sub-regions.png diff --git a/images/IBCSTable.png b/images/profit-forecast-august-january-summary-data.png similarity index 100% rename from images/IBCSTable.png rename to images/profit-forecast-august-january-summary-data.png diff --git a/images/HierarchicalrowswithIntegratedBar.png b/images/profit-forecast-summary-august-january-2023.png similarity index 100% rename from images/HierarchicalrowswithIntegratedBar.png rename to images/profit-forecast-summary-august-january-2023.png diff --git a/images/InlineWaterfall.png b/images/profit-summary-by-category-and-subcategory-q1-q3.png similarity index 100% rename from images/InlineWaterfall.png rename to images/profit-summary-by-category-and-subcategory-q1-q3.png diff --git a/images/image (208).png b/images/progress-bar-sales-data-visualization-dashboard-1.png similarity index 100% rename from images/image (208).png rename to images/progress-bar-sales-data-visualization-dashboard-1.png diff --git a/images/image (209).png b/images/progress-bar-sales-data-visualization-dashboard-2.png similarity index 100% rename from images/image (209).png rename to images/progress-bar-sales-data-visualization-dashboard-2.png diff --git a/images/image (213).png b/images/progress-bar-sales-data-visualization-dashboard-3.png similarity index 100% rename from images/image (213).png rename to images/progress-bar-sales-data-visualization-dashboard-3.png diff --git a/images/image (210).png b/images/progress-bar-sales-data-visualization-dashboard-4.png similarity index 100% rename from images/image (210).png rename to images/progress-bar-sales-data-visualization-dashboard-4.png diff --git a/images/image (207).png b/images/progress-bar-sales-data-visualization-dashboard-5.png similarity index 100% rename from images/image (207).png rename to images/progress-bar-sales-data-visualization-dashboard-5.png diff --git a/images/2024-11-28_12h39_39.png b/images/progress-bar-sales-data-visualization-dashboard.png similarity index 100% rename from images/2024-11-28_12h39_39.png rename to images/progress-bar-sales-data-visualization-dashboard.png diff --git a/images/image (111).png b/images/project-gantt-chart-progress-status-overview.png similarity index 100% rename from images/image (111).png rename to images/project-gantt-chart-progress-status-overview.png diff --git a/images/image (2006).png b/images/project-management-gantt-chart-web-urls.png similarity index 100% rename from images/image (2006).png rename to images/project-management-gantt-chart-web-urls.png diff --git a/images/image (35).png b/images/project-progress-chart-2024-2025-tasks.png similarity index 100% rename from images/image (35).png rename to images/project-progress-chart-2024-2025-tasks.png diff --git a/images/2025-01-30_14h56_00.png b/images/project-progress-report-q1-2025.png similarity index 100% rename from images/2025-01-30_14h56_00.png rename to images/project-progress-report-q1-2025.png diff --git a/images/2025-01-30_14h54_23.png b/images/project-progress-report-q2-2025.png similarity index 100% rename from images/2025-01-30_14h54_23.png rename to images/project-progress-report-q2-2025.png diff --git a/images/image (1902).png b/images/project-tasks-schedule-2024-2025.png similarity index 100% rename from images/image (1902).png rename to images/project-tasks-schedule-2024-2025.png diff --git a/images/image (28).png b/images/project-timeline-2025-q2-q4-progress.png similarity index 100% rename from images/image (28).png rename to images/project-timeline-2025-q2-q4-progress.png diff --git a/images/1.2. gantt-features.png b/images/project-timeline-and-progress-overview.png similarity index 100% rename from images/1.2. gantt-features.png rename to images/project-timeline-and-progress-overview.png diff --git a/images/image (55).png b/images/project-timeline-april-2025-development-requirements.png similarity index 100% rename from images/image (55).png rename to images/project-timeline-april-2025-development-requirements.png diff --git a/images/2025-04-09_11h44_52.png b/images/project-timeline-brooklyn-rivertown-progress-1.png similarity index 100% rename from images/2025-04-09_11h44_52.png rename to images/project-timeline-brooklyn-rivertown-progress-1.png diff --git a/images/2025-05-05_16h43_01.png b/images/project-timeline-brooklyn-rivertown-progress.png similarity index 100% rename from images/2025-05-05_16h43_01.png rename to images/project-timeline-brooklyn-rivertown-progress.png diff --git a/images/image (1989).png b/images/project-timeline-by-department-and-employee.png similarity index 100% rename from images/image (1989).png rename to images/project-timeline-by-department-and-employee.png diff --git a/images/image (46).png b/images/project-timeline-department-employee-schedule.png similarity index 100% rename from images/image (46).png rename to images/project-timeline-department-employee-schedule.png diff --git a/images/image (2013).png b/images/project-timeline-design-development-requirements-1.png similarity index 100% rename from images/image (2013).png rename to images/project-timeline-design-development-requirements-1.png diff --git a/images/image (31).png b/images/project-timeline-design-development-requirements.png similarity index 100% rename from images/image (31).png rename to images/project-timeline-design-development-requirements.png diff --git a/images/image (117).png b/images/project-timeline-development-design-requirements-tasks.png similarity index 100% rename from images/image (117).png rename to images/project-timeline-development-design-requirements-tasks.png diff --git a/images/image (1981).png b/images/project-timeline-development-progress-chart.png similarity index 100% rename from images/image (1981).png rename to images/project-timeline-development-progress-chart.png diff --git a/images/image (1994).png b/images/project-timeline-gantt-chart-2024-2025-1.png similarity index 100% rename from images/image (1994).png rename to images/project-timeline-gantt-chart-2024-2025-1.png diff --git a/images/image (27).png b/images/project-timeline-gantt-chart-2024-2025-2.png similarity index 100% rename from images/image (27).png rename to images/project-timeline-gantt-chart-2024-2025-2.png diff --git a/images/2025-04-03_12h35_44.png b/images/project-timeline-gantt-chart-2024-2025-3.png similarity index 100% rename from images/2025-04-03_12h35_44.png rename to images/project-timeline-gantt-chart-2024-2025-3.png diff --git a/images/image (2014).png b/images/project-timeline-gantt-chart-2024-2025-4.png similarity index 100% rename from images/image (2014).png rename to images/project-timeline-gantt-chart-2024-2025-4.png diff --git a/images/image (56).png b/images/project-timeline-gantt-chart-2024-2025-5.png similarity index 100% rename from images/image (56).png rename to images/project-timeline-gantt-chart-2024-2025-5.png diff --git a/images/2025-04-03_12h41_53.png b/images/project-timeline-gantt-chart-2024-2025-6.png similarity index 100% rename from images/2025-04-03_12h41_53.png rename to images/project-timeline-gantt-chart-2024-2025-6.png diff --git a/images/image (1995).png b/images/project-timeline-gantt-chart-2024-2025.png similarity index 100% rename from images/image (1995).png rename to images/project-timeline-gantt-chart-2024-2025.png diff --git a/images/image (2004).png b/images/project-timeline-gantt-chart-data-visualization.png similarity index 100% rename from images/image (2004).png rename to images/project-timeline-gantt-chart-data-visualization.png diff --git a/images/image (2003).png b/images/project-timeline-gantt-chart-progress-summary.png similarity index 100% rename from images/image (2003).png rename to images/project-timeline-gantt-chart-progress-summary.png diff --git a/images/gantt-features.png b/images/project-timeline-milestones-progress-chart.png similarity index 100% rename from images/gantt-features.png rename to images/project-timeline-milestones-progress-chart.png diff --git a/images/image (57).png b/images/project-timeline-progress-chart-2024-2025.png similarity index 100% rename from images/image (57).png rename to images/project-timeline-progress-chart-2024-2025.png diff --git a/images/2025-03-21_13h04_17.png b/images/project-timeline-progress-chart-august-2023.png similarity index 100% rename from images/2025-03-21_13h04_17.png rename to images/project-timeline-progress-chart-august-2023.png diff --git a/images/image (2016).png b/images/project-timeline-progress-chart-june-august.png similarity index 100% rename from images/image (2016).png rename to images/project-timeline-progress-chart-june-august.png diff --git a/images/image (95).png b/images/project-timeline-progress-report-2024-2025-1.png similarity index 100% rename from images/image (95).png rename to images/project-timeline-progress-report-2024-2025-1.png diff --git a/images/image (2017).png b/images/project-timeline-progress-report-2024-2025-2.png similarity index 100% rename from images/image (2017).png rename to images/project-timeline-progress-report-2024-2025-2.png diff --git a/images/image (1983).png b/images/project-timeline-progress-report-2024-2025.png similarity index 100% rename from images/image (1983).png rename to images/project-timeline-progress-report-2024-2025.png diff --git a/images/2025-04-08_18h36_24.png b/images/project-timeline-progress-report-2025.png similarity index 100% rename from images/2025-04-08_18h36_24.png rename to images/project-timeline-progress-report-2025.png diff --git a/images/gantt-milestone-duration-rownum-search.png b/images/project-timeline-progress-report-data-analysis.png similarity index 100% rename from images/gantt-milestone-duration-rownum-search.png rename to images/project-timeline-progress-report-data-analysis.png diff --git a/images/image (2015).png b/images/project-timeline-progress-report-q1-2025.png similarity index 100% rename from images/image (2015).png rename to images/project-timeline-progress-report-q1-2025.png diff --git a/images/2025-03-21_12h58_51.png b/images/project-timeline-progress-report-q1-q2-2025.png similarity index 100% rename from images/2025-03-21_12h58_51.png rename to images/project-timeline-progress-report-q1-q2-2025.png diff --git a/images/image (2018).png b/images/project-timeline-q1-2025-progress-report.png similarity index 100% rename from images/image (2018).png rename to images/project-timeline-q1-2025-progress-report.png diff --git a/images/2025-03-21_12h58_51 (1).png b/images/project-timeline-q1-q2-2025-progress-chart.png similarity index 100% rename from images/2025-03-21_12h58_51 (1).png rename to images/project-timeline-q1-q2-2025-progress-chart.png diff --git a/images/2025-04-07_16h37_14.png b/images/project-timeline-september-2025-tasks-overview.png similarity index 100% rename from images/2025-04-07_16h37_14.png rename to images/project-timeline-september-2025-tasks-overview.png diff --git a/images/image (1905).png b/images/project-timeline-settings-and-progress-chart.png similarity index 100% rename from images/image (1905).png rename to images/project-timeline-settings-and-progress-chart.png diff --git a/images/image (1854).png b/images/properties-settings-table-chart-data-analysis.png similarity index 100% rename from images/image (1854).png rename to images/properties-settings-table-chart-data-analysis.png diff --git a/images/image (1849).png b/images/q3-2024-financial-results-data-visualization-report.png similarity index 100% rename from images/image (1849).png rename to images/q3-2024-financial-results-data-visualization-report.png diff --git a/images/image (1057).png b/images/quantitative-bullet-column-chart-data-analysis.png similarity index 100% rename from images/image (1057).png rename to images/quantitative-bullet-column-chart-data-analysis.png diff --git a/images/image (1452).png b/images/quarterly-2024-actuals-by-region-bar-chart.png similarity index 100% rename from images/image (1452).png rename to images/quarterly-2024-actuals-by-region-bar-chart.png diff --git a/images/image (730).png b/images/quarterly-2024-actuals-by-sub-region-chart-1.png similarity index 100% rename from images/image (730).png rename to images/quarterly-2024-actuals-by-sub-region-chart-1.png diff --git a/images/image (1448).png b/images/quarterly-2024-actuals-by-sub-region-chart.png similarity index 100% rename from images/image (1448).png rename to images/quarterly-2024-actuals-by-sub-region-chart.png diff --git a/images/image (691).png b/images/quarterly-actuals-plan-chart-in-millions.png similarity index 100% rename from images/image (691).png rename to images/quarterly-actuals-plan-chart-in-millions.png diff --git a/images/image (673).png b/images/quarterly-actuals-plan-comparison-bar-chart.png similarity index 100% rename from images/image (673).png rename to images/quarterly-actuals-plan-comparison-bar-chart.png diff --git a/images/2024-07-09_12h55_44.png b/images/quarterly-actuals-report-january-february-march.png similarity index 100% rename from images/2024-07-09_12h55_44.png rename to images/quarterly-actuals-report-january-february-march.png diff --git a/images/image (692).png b/images/quarterly-actuals-vs-plan-bar-chart.png similarity index 100% rename from images/image (692).png rename to images/quarterly-actuals-vs-plan-bar-chart.png diff --git a/images/2024-03-29_15h54_00 (1).png b/images/quarterly-data-2022-actuals-and-plans.png similarity index 100% rename from images/2024-03-29_15h54_00 (1).png rename to images/quarterly-data-2022-actuals-and-plans.png diff --git a/images/2024-03-29_15h54_00.png b/images/quarterly-data-2022-actuals-vs-plan-chart.png similarity index 100% rename from images/2024-03-29_15h54_00.png rename to images/quarterly-data-2022-actuals-vs-plan-chart.png diff --git a/images/image (1309).png b/images/quarterly-data-beverages-water-charts-settings.png similarity index 100% rename from images/image (1309).png rename to images/quarterly-data-beverages-water-charts-settings.png diff --git a/images/image (1409).png b/images/quarterly-data-comparison-apac-2022-2023.png similarity index 100% rename from images/image (1409).png rename to images/quarterly-data-comparison-apac-2022-2023.png diff --git a/images/image (1643).png b/images/quarterly-data-summary-emails-2023.png similarity index 100% rename from images/image (1643).png rename to images/quarterly-data-summary-emails-2023.png diff --git a/images/image (784).png b/images/quarterly-financial-report-2023-2024-data.png similarity index 100% rename from images/image (784).png rename to images/quarterly-financial-report-2023-2024-data.png diff --git a/images/image (318).png b/images/quarterly-performance-report-bar-chart.png similarity index 100% rename from images/image (318).png rename to images/quarterly-performance-report-bar-chart.png diff --git a/images/image (683).png b/images/quarterly-report-actuals-plan-by-month.png similarity index 100% rename from images/image (683).png rename to images/quarterly-report-actuals-plan-by-month.png diff --git a/images/image (682).png b/images/quarterly-report-actuals-plan-october-november-december.png similarity index 100% rename from images/image (682).png rename to images/quarterly-report-actuals-plan-october-november-december.png diff --git a/images/image (11).png b/images/quarterly-revenue-bar-charts-four-quarters.png similarity index 100% rename from images/image (11).png rename to images/quarterly-revenue-bar-charts-four-quarters.png diff --git a/images/image (416).png b/images/quarterly-revenue-pie-charts-q1-q2-q3.png similarity index 100% rename from images/image (416).png rename to images/quarterly-revenue-pie-charts-q1-q2-q3.png diff --git a/images/image (1988).png b/images/quarterly-revenue-report-four-quarters-analysis.png similarity index 100% rename from images/image (1988).png rename to images/quarterly-revenue-report-four-quarters-analysis.png diff --git a/images/image (1647).png b/images/quarterly-sales-data-2022-bar-chart.png similarity index 100% rename from images/image (1647).png rename to images/quarterly-sales-data-2022-bar-chart.png diff --git a/images/image (1646).png b/images/quarterly-sales-data-2022-chart.png similarity index 100% rename from images/image (1646).png rename to images/quarterly-sales-data-2022-chart.png diff --git a/images/image (803).png b/images/quarterly-sales-data-2023-2024-summary.png similarity index 100% rename from images/image (803).png rename to images/quarterly-sales-data-2023-2024-summary.png diff --git a/images/Frozen top row.png b/images/quarterly-sales-data-analytics-chart.png similarity index 100% rename from images/Frozen top row.png rename to images/quarterly-sales-data-analytics-chart.png diff --git a/images/image (631).png b/images/quarterly-sales-data-by-category-and-region.png similarity index 100% rename from images/image (631).png rename to images/quarterly-sales-data-by-category-and-region.png diff --git a/images/Top row.png b/images/quarterly-sales-data-by-region-and-category-1.png similarity index 100% rename from images/Top row.png rename to images/quarterly-sales-data-by-region-and-category-1.png diff --git a/images/First chart only.png b/images/quarterly-sales-data-by-region-and-category-2.png similarity index 100% rename from images/First chart only.png rename to images/quarterly-sales-data-by-region-and-category-2.png diff --git a/images/image (625).png b/images/quarterly-sales-data-by-region-and-category.png similarity index 100% rename from images/image (625).png rename to images/quarterly-sales-data-by-region-and-category.png diff --git a/images/First chart only (1).png b/images/quarterly-sales-data-chart-analysis-visualization.png similarity index 100% rename from images/First chart only (1).png rename to images/quarterly-sales-data-chart-analysis-visualization.png diff --git a/images/image (740).png b/images/quarterly-sales-data-chart-three-quarters.png similarity index 100% rename from images/image (740).png rename to images/quarterly-sales-data-chart-three-quarters.png diff --git a/images/2025-05-26_15h09_40.png b/images/quarterly-sales-data-juices-soda-water-coffee.png similarity index 100% rename from images/2025-05-26_15h09_40.png rename to images/quarterly-sales-data-juices-soda-water-coffee.png diff --git a/images/image (855).png b/images/quarterly-sales-data-juices-tea-soda-water.png similarity index 100% rename from images/image (855).png rename to images/quarterly-sales-data-juices-tea-soda-water.png diff --git a/images/image (725).png b/images/quarterly-sales-data-table-ac-2024.png similarity index 100% rename from images/image (725).png rename to images/quarterly-sales-data-table-ac-2024.png diff --git a/images/image (804).png b/images/quarterly-sales-report-2023-2024-summary.png similarity index 100% rename from images/image (804).png rename to images/quarterly-sales-report-2023-2024-summary.png diff --git a/images/PivotTables.png b/images/quarterly-sales-report-actuals-plan-summary.png similarity index 100% rename from images/PivotTables.png rename to images/quarterly-sales-report-actuals-plan-summary.png diff --git a/images/image (1186).png b/images/quarterly-sales-report-beverages-water-emea-1.png similarity index 100% rename from images/image (1186).png rename to images/quarterly-sales-report-beverages-water-emea-1.png diff --git a/images/image (1187).png b/images/quarterly-sales-report-beverages-water-emea.png similarity index 100% rename from images/image (1187).png rename to images/quarterly-sales-report-beverages-water-emea.png diff --git a/images/image (610).png b/images/quarterly-sales-report-by-region-and-category.png similarity index 100% rename from images/image (610).png rename to images/quarterly-sales-report-by-region-and-category.png diff --git a/images/image (371).png b/images/quarterly-sales-report-by-region-and-quarter.png similarity index 100% rename from images/image (371).png rename to images/quarterly-sales-report-by-region-and-quarter.png diff --git a/images/image (799).png b/images/quarterly-sales-report-juices-soda-water.png similarity index 100% rename from images/image (799).png rename to images/quarterly-sales-report-juices-soda-water.png diff --git a/images/2024-05-20_09h23_13.png b/images/quarterly-sales-report-sum-of-actuals-and-plan.png similarity index 100% rename from images/2024-05-20_09h23_13.png rename to images/quarterly-sales-report-sum-of-actuals-and-plan.png diff --git a/images/image (405).png b/images/radar-chart-2024-2023-actuals-plan-settings.png similarity index 100% rename from images/image (405).png rename to images/radar-chart-2024-2023-actuals-plan-settings.png diff --git a/images/image (407).png b/images/radar-chart-2024-2023-actuals-sub-region-1.png similarity index 100% rename from images/image (407).png rename to images/radar-chart-2024-2023-actuals-sub-region-1.png diff --git a/images/2024-07-11_12h00_25.png b/images/radar-chart-2024-2023-actuals-sub-region-2.png similarity index 100% rename from images/2024-07-11_12h00_25.png rename to images/radar-chart-2024-2023-actuals-sub-region-2.png diff --git a/images/image (408).png b/images/radar-chart-2024-2023-actuals-sub-region.png similarity index 100% rename from images/image (408).png rename to images/radar-chart-2024-2023-actuals-sub-region.png diff --git a/images/2024-07-11_11h44_42.png b/images/radar-chart-settings-2024-2023-actuals-1.png similarity index 100% rename from images/2024-07-11_11h44_42.png rename to images/radar-chart-settings-2024-2023-actuals-1.png diff --git a/images/2024-07-11_11h45_02.png b/images/radar-chart-settings-2024-2023-actuals-2.png similarity index 100% rename from images/2024-07-11_11h45_02.png rename to images/radar-chart-settings-2024-2023-actuals-2.png diff --git a/images/image (409).png b/images/radar-chart-settings-2024-2023-actuals.png similarity index 100% rename from images/image (409).png rename to images/radar-chart-settings-2024-2023-actuals.png diff --git a/images/image (406).png b/images/radar-chart-settings-data-visualization.png similarity index 100% rename from images/image (406).png rename to images/radar-chart-settings-data-visualization.png diff --git a/images/image (564).png b/images/radar-chart-settings-sum-actuals-plan.png similarity index 100% rename from images/image (564).png rename to images/radar-chart-settings-sum-actuals-plan.png diff --git a/images/image (561).png b/images/radar-chart-settings-sum-of-actuals-plan.png similarity index 100% rename from images/image (561).png rename to images/radar-chart-settings-sum-of-actuals-plan.png diff --git a/images/image (565).png b/images/radar-chart-settings-sum-of-actuals-plans.png similarity index 100% rename from images/image (565).png rename to images/radar-chart-settings-sum-of-actuals-plans.png diff --git a/images/2024-05-16_09h41_09.png b/images/radar-chart-sum-actuals-plan-sub-region.png similarity index 100% rename from images/2024-05-16_09h41_09.png rename to images/radar-chart-sum-actuals-plan-sub-region.png diff --git a/images/2024-05-16_10h04_02.png b/images/radar-chart-sum-of-actuals-and-plan-1.png similarity index 100% rename from images/2024-05-16_10h04_02.png rename to images/radar-chart-sum-of-actuals-and-plan-1.png diff --git a/images/image (563).png b/images/radar-chart-sum-of-actuals-and-plan-2.png similarity index 100% rename from images/image (563).png rename to images/radar-chart-sum-of-actuals-and-plan-2.png diff --git a/images/image (562).png b/images/radar-chart-sum-of-actuals-and-plan-3.png similarity index 100% rename from images/image (562).png rename to images/radar-chart-sum-of-actuals-and-plan-3.png diff --git a/images/image (560).png b/images/radar-chart-sum-of-actuals-and-plan.png similarity index 100% rename from images/image (560).png rename to images/radar-chart-sum-of-actuals-and-plan.png diff --git a/images/image (596).png b/images/red-arrow-pointing-down.png similarity index 100% rename from images/image (596).png rename to images/red-arrow-pointing-down.png diff --git a/images/image (479).png b/images/refresh-icon-blue-arrow-circle.png similarity index 100% rename from images/image (479).png rename to images/refresh-icon-blue-arrow-circle.png diff --git a/images/2025-02-03_16h06_18.png b/images/region-gender-age-group-mode-visualization.png similarity index 100% rename from images/2025-02-03_16h06_18.png rename to images/region-gender-age-group-mode-visualization.png diff --git a/images/KPI-cards-multi-charts.png b/images/regional-data-graphs-four-quadrants.png similarity index 100% rename from images/KPI-cards-multi-charts.png rename to images/regional-data-graphs-four-quadrants.png diff --git a/images/image (10).png b/images/regional-data-visualization-four-graphs.png similarity index 100% rename from images/image (10).png rename to images/regional-data-visualization-four-graphs.png diff --git a/images/image (1109).png b/images/regional-financial-performance-bar-charts-1.png similarity index 100% rename from images/image (1109).png rename to images/regional-financial-performance-bar-charts-1.png diff --git a/images/image (1112).png b/images/regional-financial-performance-bar-charts.png similarity index 100% rename from images/image (1112).png rename to images/regional-financial-performance-bar-charts.png diff --git a/images/image (1113).png b/images/regional-financial-performance-bar-graphs.png similarity index 100% rename from images/image (1113).png rename to images/regional-financial-performance-bar-graphs.png diff --git a/images/image (841).png b/images/regional-performance-bar-charts-quarterly-data-1.png similarity index 100% rename from images/image (841).png rename to images/regional-performance-bar-charts-quarterly-data-1.png diff --git a/images/image (1013).png b/images/regional-performance-bar-charts-quarterly-data.png similarity index 100% rename from images/image (1013).png rename to images/regional-performance-bar-charts-quarterly-data.png diff --git a/images/2024-11-13_17h53_13.png b/images/regional-performance-data-east-pacific-apac-central-midwest.png similarity index 100% rename from images/2024-11-13_17h53_13.png rename to images/regional-performance-data-east-pacific-apac-central-midwest.png diff --git a/images/image (613).png b/images/regional-sales-data-2022-2024-bar-chart.png similarity index 100% rename from images/image (613).png rename to images/regional-sales-data-2022-2024-bar-chart.png diff --git a/images/2024-04-29_14h14_32.png b/images/regional-sales-data-2022-to-2024-bar-chart.png similarity index 100% rename from images/2024-04-29_14h14_32.png rename to images/regional-sales-data-2022-to-2024-bar-chart.png diff --git a/images/image (1083).png b/images/regional-sales-data-bar-chart-2023.png similarity index 100% rename from images/image (1083).png rename to images/regional-sales-data-bar-chart-2023.png diff --git a/images/image (1110).png b/images/regional-sales-data-bar-chart-analysis.png similarity index 100% rename from images/image (1110).png rename to images/regional-sales-data-bar-chart-analysis.png diff --git a/images/image (1030).png b/images/regional-sales-data-bar-charts-summary-1.png similarity index 100% rename from images/image (1030).png rename to images/regional-sales-data-bar-charts-summary-1.png diff --git a/images/image (305).png b/images/regional-sales-data-bar-charts-summary-2.png similarity index 100% rename from images/image (305).png rename to images/regional-sales-data-bar-charts-summary-2.png diff --git a/images/image (1157).png b/images/regional-sales-data-bar-charts-summary.png similarity index 100% rename from images/image (1157).png rename to images/regional-sales-data-bar-charts-summary.png diff --git a/images/image (1061).png b/images/regional-sales-data-emerging-markets-2023.png similarity index 100% rename from images/image (1061).png rename to images/regional-sales-data-emerging-markets-2023.png diff --git a/images/image (298).png b/images/regional-sales-data-kpi-overview-2023.png similarity index 100% rename from images/image (298).png rename to images/regional-sales-data-kpi-overview-2023.png diff --git a/images/image (1072).png b/images/regional-sales-data-kpi-variances-2023.png similarity index 100% rename from images/image (1072).png rename to images/regional-sales-data-kpi-variances-2023.png diff --git a/images/image (370).png b/images/regional-sales-data-quarterly-performance-analysis.png similarity index 100% rename from images/image (370).png rename to images/regional-sales-data-quarterly-performance-analysis.png diff --git a/images/image (295).png b/images/regional-sales-data-soda-2024-plans-1.png similarity index 100% rename from images/image (295).png rename to images/regional-sales-data-soda-2024-plans-1.png diff --git a/images/image (296).png b/images/regional-sales-data-soda-2024-plans.png similarity index 100% rename from images/image (296).png rename to images/regional-sales-data-soda-2024-plans.png diff --git a/images/image (1620).png b/images/revenue-and-depreciation-chart-united-states-international.png similarity index 100% rename from images/image (1620).png rename to images/revenue-and-depreciation-chart-united-states-international.png diff --git a/images/image (2026).png b/images/reverse-y-axis-settings-comparison-chart.png similarity index 100% rename from images/image (2026).png rename to images/reverse-y-axis-settings-comparison-chart.png diff --git a/images/image (1885).png b/images/sales-actuals-sales-target-by-country-chart-1.png similarity index 100% rename from images/image (1885).png rename to images/sales-actuals-sales-target-by-country-chart-1.png diff --git a/images/image (132).png b/images/sales-actuals-sales-target-by-country-chart-2.png similarity index 100% rename from images/image (132).png rename to images/sales-actuals-sales-target-by-country-chart-2.png diff --git a/images/image (139).png b/images/sales-actuals-sales-target-by-country-chart.png similarity index 100% rename from images/image (139).png rename to images/sales-actuals-sales-target-by-country-chart.png diff --git a/images/image (137).png b/images/sales-actuals-targets-by-country-chart-1.png similarity index 100% rename from images/image (137).png rename to images/sales-actuals-targets-by-country-chart-1.png diff --git a/images/image (138).png b/images/sales-actuals-targets-by-country-chart-2.png similarity index 100% rename from images/image (138).png rename to images/sales-actuals-targets-by-country-chart-2.png diff --git a/images/image (140).png b/images/sales-actuals-targets-by-country-chart.png similarity index 100% rename from images/image (140).png rename to images/sales-actuals-targets-by-country-chart.png diff --git a/images/image (432).png b/images/sales-amount-sales-tax-by-country-bar-chart.png similarity index 100% rename from images/image (432).png rename to images/sales-amount-sales-tax-by-country-bar-chart.png diff --git a/images/image (433).png b/images/sales-amount-sales-tax-by-country-chart.png similarity index 100% rename from images/image (433).png rename to images/sales-amount-sales-tax-by-country-chart.png diff --git a/images/RangeBar.png b/images/sales-and-cogs-by-country-bar-chart.png similarity index 100% rename from images/RangeBar.png rename to images/sales-and-cogs-by-country-bar-chart.png diff --git a/images/image (76).png b/images/sales-and-cogs-by-country-chartpng.png similarity index 100% rename from images/image (76).png rename to images/sales-and-cogs-by-country-chartpng.png diff --git a/images/image (223).png b/images/sales-and-cogs-by-month-chart.png similarity index 100% rename from images/image (223).png rename to images/sales-and-cogs-by-month-chart.png diff --git a/images/image (224).png b/images/sales-and-cogs-chart-by-months-1.png similarity index 100% rename from images/image (224).png rename to images/sales-and-cogs-chart-by-months-1.png diff --git a/images/2024-11-15_15h55_58 (1).png b/images/sales-and-cogs-chart-by-months.png similarity index 100% rename from images/2024-11-15_15h55_58 (1).png rename to images/sales-and-cogs-chart-by-months.png diff --git a/images/2024-11-15_15h55_58.png b/images/sales-and-cogs-summary-by-month-chart.png similarity index 100% rename from images/2024-11-15_15h55_58.png rename to images/sales-and-cogs-summary-by-month-chart.png diff --git a/images/image (356).png b/images/sales-and-costs-summary-by-month.png similarity index 100% rename from images/image (356).png rename to images/sales-and-costs-summary-by-month.png diff --git a/images/timeseries-reference-band-line.png b/images/sales-and-discount-chart-timeseries-analysis.png similarity index 100% rename from images/timeseries-reference-band-line.png rename to images/sales-and-discount-chart-timeseries-analysis.png diff --git a/images/image (1148).png b/images/sales-by-city-bar-chart-settings.png similarity index 100% rename from images/image (1148).png rename to images/sales-by-city-bar-chart-settings.png diff --git a/images/image (164).png b/images/sales-by-country-and-product-data-analysis.png similarity index 100% rename from images/image (164).png rename to images/sales-by-country-and-product-data-analysis.png diff --git a/images/image (1247).png b/images/sales-by-country-chart-deviation-settings.png similarity index 100% rename from images/image (1247).png rename to images/sales-by-country-chart-deviation-settings.png diff --git a/images/image (1353).png b/images/sales-by-country-monthly-chart-summary.png similarity index 100% rename from images/image (1353).png rename to images/sales-by-country-monthly-chart-summary.png diff --git a/images/image (1246).png b/images/sales-by-country-monthly-deviation-chart.png similarity index 100% rename from images/image (1246).png rename to images/sales-by-country-monthly-deviation-chart.png diff --git a/images/image (165).png b/images/sales-by-country-product-profit-discounts-analysis.png similarity index 100% rename from images/image (165).png rename to images/sales-by-country-product-profit-discounts-analysis.png diff --git a/images/image (163).png b/images/sales-by-country-product-profit-discounts-summary.png similarity index 100% rename from images/image (163).png rename to images/sales-by-country-product-profit-discounts-summary.png diff --git a/images/image (791).png b/images/sales-by-order-date-2015-to-2017-chart.png similarity index 100% rename from images/image (791).png rename to images/sales-by-order-date-2015-to-2017-chart.png diff --git a/images/image (790).png b/images/sales-by-order-date-chart-visualization.png similarity index 100% rename from images/image (790).png rename to images/sales-by-order-date-chart-visualization.png diff --git a/images/image (1791).png b/images/sales-by-region-chart-data-visualization-1.png similarity index 100% rename from images/image (1791).png rename to images/sales-by-region-chart-data-visualization-1.png diff --git a/images/image (446).png b/images/sales-by-region-chart-data-visualization-2.png similarity index 100% rename from images/image (446).png rename to images/sales-by-region-chart-data-visualization-2.png diff --git a/images/image (1792).png b/images/sales-by-region-chart-data-visualization.png similarity index 100% rename from images/image (1792).png rename to images/sales-by-region-chart-data-visualization.png diff --git a/images/image (1790).png b/images/sales-by-region-chart-filter-settings.png similarity index 100% rename from images/image (1790).png rename to images/sales-by-region-chart-filter-settings.png diff --git a/images/image (662).png b/images/sales-by-sub-category-consumer-corporate-segments.png similarity index 100% rename from images/image (662).png rename to images/sales-by-sub-category-consumer-corporate-segments.png diff --git a/images/image (20).png b/images/sales-by-subcategory-bar-chart-data-analysis.png similarity index 100% rename from images/image (20).png rename to images/sales-by-subcategory-bar-chart-data-analysis.png diff --git a/images/image (19).png b/images/sales-by-subcategory-bar-chart-settings.png similarity index 100% rename from images/image (19).png rename to images/sales-by-subcategory-bar-chart-settings.png diff --git a/images/image (22).png b/images/sales-by-subcategory-chart-data-visualization-1.png similarity index 100% rename from images/image (22).png rename to images/sales-by-subcategory-chart-data-visualization-1.png diff --git a/images/image (18).png b/images/sales-by-subcategory-chart-data-visualization-2.png similarity index 100% rename from images/image (18).png rename to images/sales-by-subcategory-chart-data-visualization-2.png diff --git a/images/image (21).png b/images/sales-by-subcategory-chart-data-visualization.png similarity index 100% rename from images/image (21).png rename to images/sales-by-subcategory-chart-data-visualization.png diff --git a/images/image (1701).png b/images/sales-chart-by-date-visualization-analysis.png similarity index 100% rename from images/image (1701).png rename to images/sales-chart-by-date-visualization-analysis.png diff --git a/images/image (1705).png b/images/sales-chart-gross-cogs-sales-by-date.png similarity index 100% rename from images/image (1705).png rename to images/sales-chart-gross-cogs-sales-by-date.png diff --git a/images/image (792).png b/images/sales-chart-quick-access-menu-data.png similarity index 100% rename from images/image (792).png rename to images/sales-chart-quick-access-menu-data.png diff --git a/images/image (350).png b/images/sales-chart-sum-of-cogs-by-product.png similarity index 100% rename from images/image (350).png rename to images/sales-chart-sum-of-cogs-by-product.png diff --git a/images/image (1534).png b/images/sales-chart-sum-of-units-sold-by-product.png similarity index 100% rename from images/image (1534).png rename to images/sales-chart-sum-of-units-sold-by-product.png diff --git a/images/image (1875).png b/images/sales-cogs-by-country-chart-settings.png similarity index 100% rename from images/image (1875).png rename to images/sales-cogs-by-country-chart-settings.png diff --git a/images/image (77).png b/images/sales-cogs-chart-by-country-dashed-lines.png similarity index 100% rename from images/image (77).png rename to images/sales-cogs-chart-by-country-dashed-lines.png diff --git a/images/image (1932).png b/images/sales-cogs-chart-by-country-increase-decrease.png similarity index 100% rename from images/image (1932).png rename to images/sales-cogs-chart-by-country-increase-decrease.png diff --git a/images/image (78).png b/images/sales-cogs-chart-by-country-visualization.png similarity index 100% rename from images/image (78).png rename to images/sales-cogs-chart-by-country-visualization.png diff --git a/images/image (1748).png b/images/sales-cogs-discounts-product-segment-report.png similarity index 100% rename from images/image (1748).png rename to images/sales-cogs-discounts-product-segment-report.png diff --git a/images/image (976).png b/images/sales-data-2022-2021-actuals-monthly-summary.png similarity index 100% rename from images/image (976).png rename to images/sales-data-2022-2021-actuals-monthly-summary.png diff --git a/images/image (972).png b/images/sales-data-2022-2021-monthly-report.png similarity index 100% rename from images/image (972).png rename to images/sales-data-2022-2021-monthly-report.png diff --git a/images/image (971).png b/images/sales-data-2022-actuals-and-plans-table.png similarity index 100% rename from images/image (971).png rename to images/sales-data-2022-actuals-and-plans-table.png diff --git a/images/image (969).png b/images/sales-data-2022-actuals-by-month-1.png similarity index 100% rename from images/image (969).png rename to images/sales-data-2022-actuals-by-month-1.png diff --git a/images/image (968).png b/images/sales-data-2022-actuals-by-month-2.png similarity index 100% rename from images/image (968).png rename to images/sales-data-2022-actuals-by-month-2.png diff --git a/images/image (970).png b/images/sales-data-2022-actuals-by-month.png similarity index 100% rename from images/image (970).png rename to images/sales-data-2022-actuals-by-month.png diff --git a/images/image (962).png b/images/sales-data-2022-actuals-gross-table.png similarity index 100% rename from images/image (962).png rename to images/sales-data-2022-actuals-gross-table.png diff --git a/images/image (973).png b/images/sales-data-2022-actuals-monthly-summary.png similarity index 100% rename from images/image (973).png rename to images/sales-data-2022-actuals-monthly-summary.png diff --git a/images/image (964).png b/images/sales-data-2022-actuals-plan-monthly-summary.png similarity index 100% rename from images/image (964).png rename to images/sales-data-2022-actuals-plan-monthly-summary.png diff --git a/images/image (948).png b/images/sales-data-2022-quarterly-report-millions.png similarity index 100% rename from images/image (948).png rename to images/sales-data-2022-quarterly-report-millions.png diff --git a/images/image (987).png b/images/sales-data-2023-2022-monthly-actuals-plans.png similarity index 100% rename from images/image (987).png rename to images/sales-data-2023-2022-monthly-actuals-plans.png diff --git a/images/image (1259).png b/images/sales-data-2023-2024-juices-water-soda.png similarity index 100% rename from images/image (1259).png rename to images/sales-data-2023-2024-juices-water-soda.png diff --git a/images/image (1062).png b/images/sales-data-2023-actuals-by-region-monthly.png similarity index 100% rename from images/image (1062).png rename to images/sales-data-2023-actuals-by-region-monthly.png diff --git a/images/image (986).png b/images/sales-data-2023-actuals-plans-monthly-summary.png similarity index 100% rename from images/image (986).png rename to images/sales-data-2023-actuals-plans-monthly-summary.png diff --git a/images/image (1926).png b/images/sales-data-2024-actuals-by-region-quarterly.png similarity index 100% rename from images/image (1926).png rename to images/sales-data-2024-actuals-by-region-quarterly.png diff --git a/images/image (167).png b/images/sales-data-analysis-by-country-and-product.png similarity index 100% rename from images/image (167).png rename to images/sales-data-analysis-by-country-and-product.png diff --git a/images/image (23).png b/images/sales-data-bar-chart-by-region-subcategory.png similarity index 100% rename from images/image (23).png rename to images/sales-data-bar-chart-by-region-subcategory.png diff --git a/images/image (51).png b/images/sales-data-bar-chart-subcategories-2023.png similarity index 100% rename from images/image (51).png rename to images/sales-data-bar-chart-subcategories-2023.png diff --git a/images/image (979).png b/images/sales-data-by-category-and-country-summary.png similarity index 100% rename from images/image (979).png rename to images/sales-data-by-category-and-country-summary.png diff --git a/images/image (980).png b/images/sales-data-by-category-and-country-table-1.png similarity index 100% rename from images/image (980).png rename to images/sales-data-by-category-and-country-table-1.png diff --git a/images/image (947).png b/images/sales-data-by-category-and-country-table.png similarity index 100% rename from images/image (947).png rename to images/sales-data-by-category-and-country-table.png diff --git a/images/image (935).png b/images/sales-data-by-category-and-region-1.png similarity index 100% rename from images/image (935).png rename to images/sales-data-by-category-and-region-1.png diff --git a/images/IBCSVarianceCalculation.png b/images/sales-data-by-category-and-region-summary.png similarity index 100% rename from images/IBCSVarianceCalculation.png rename to images/sales-data-by-category-and-region-summary.png diff --git a/images/image (933).png b/images/sales-data-by-category-and-region.png similarity index 100% rename from images/image (933).png rename to images/sales-data-by-category-and-region.png diff --git a/images/Marimekko.png b/images/sales-data-by-category-product-country-1.png similarity index 100% rename from images/Marimekko.png rename to images/sales-data-by-category-product-country-1.png diff --git a/images/Marmekko.png b/images/sales-data-by-category-product-country.png similarity index 100% rename from images/Marmekko.png rename to images/sales-data-by-category-product-country.png diff --git a/images/image (958).png b/images/sales-data-by-category-united-states-canada-australia.png similarity index 100% rename from images/image (958).png rename to images/sales-data-by-category-united-states-canada-australia.png diff --git a/images/image (170).png b/images/sales-data-by-country-and-product-analysis.png similarity index 100% rename from images/image (170).png rename to images/sales-data-by-country-and-product-analysis.png diff --git a/images/image (1799).png b/images/sales-data-by-country-calculated-row.png similarity index 100% rename from images/image (1799).png rename to images/sales-data-by-country-calculated-row.png diff --git a/images/2024-11-26_17h42_01.png b/images/sales-data-by-country-months-bar-chart.png similarity index 100% rename from images/2024-11-26_17h42_01.png rename to images/sales-data-by-country-months-bar-chart.png diff --git a/images/image (342).png b/images/sales-data-by-month-bar-chart-1.png similarity index 100% rename from images/image (342).png rename to images/sales-data-by-month-bar-chart-1.png diff --git a/images/image (423).png b/images/sales-data-by-month-bar-chart.png similarity index 100% rename from images/image (423).png rename to images/sales-data-by-month-bar-chart.png diff --git a/images/image (1568).png b/images/sales-data-by-month-west-east-central-south.png similarity index 100% rename from images/image (1568).png rename to images/sales-data-by-month-west-east-central-south.png diff --git a/images/image (1528).png b/images/sales-data-by-product-bar-chart.png similarity index 100% rename from images/image (1528).png rename to images/sales-data-by-product-bar-chart.png diff --git a/images/image (934).png b/images/sales-data-by-region-and-category-summary-1.png similarity index 100% rename from images/image (934).png rename to images/sales-data-by-region-and-category-summary-1.png diff --git a/images/image (1043).png b/images/sales-data-by-region-and-category-summary.png similarity index 100% rename from images/image (1043).png rename to images/sales-data-by-region-and-category-summary.png diff --git a/images/image (294).png b/images/sales-data-by-region-kpi-chart.png similarity index 100% rename from images/image (294).png rename to images/sales-data-by-region-kpi-chart.png diff --git a/images/image (1037).png b/images/sales-data-by-region-soda-2023-figures.png similarity index 100% rename from images/image (1037).png rename to images/sales-data-by-region-soda-2023-figures.png diff --git a/images/image (272).png b/images/sales-data-by-region-soda-performance-summary.png similarity index 100% rename from images/image (272).png rename to images/sales-data-by-region-soda-performance-summary.png diff --git a/images/image (1677).png b/images/sales-data-chart-april-may-2023png.png similarity index 100% rename from images/image (1677).png rename to images/sales-data-chart-april-may-2023png.png diff --git a/images/image (1696).png b/images/sales-data-chart-by-date-visualization-1.png similarity index 100% rename from images/image (1696).png rename to images/sales-data-chart-by-date-visualization-1.png diff --git a/images/image (1697).png b/images/sales-data-chart-by-date-visualization-2.png similarity index 100% rename from images/image (1697).png rename to images/sales-data-chart-by-date-visualization-2.png diff --git a/images/image (1695).png b/images/sales-data-chart-by-date-visualization-3.png similarity index 100% rename from images/image (1695).png rename to images/sales-data-chart-by-date-visualization-3.png diff --git a/images/image (1699).png b/images/sales-data-chart-by-date-visualization-4.png similarity index 100% rename from images/image (1699).png rename to images/sales-data-chart-by-date-visualization-4.png diff --git a/images/image (1703).png b/images/sales-data-chart-by-date-visualization-5.png similarity index 100% rename from images/image (1703).png rename to images/sales-data-chart-by-date-visualization-5.png diff --git a/images/image (1700).png b/images/sales-data-chart-by-date-visualization.png similarity index 100% rename from images/image (1700).png rename to images/sales-data-chart-by-date-visualization.png diff --git a/images/image (225).png b/images/sales-data-chart-by-month-visualization-1.png similarity index 100% rename from images/image (225).png rename to images/sales-data-chart-by-month-visualization-1.png diff --git a/images/2024-11-15_16h07_53 (1).png b/images/sales-data-chart-by-month-visualization.png similarity index 100% rename from images/2024-11-15_16h07_53 (1).png rename to images/sales-data-chart-by-month-visualization.png diff --git a/images/image (222).png b/images/sales-data-chart-by-months-visualization-1.png similarity index 100% rename from images/image (222).png rename to images/sales-data-chart-by-months-visualization-1.png diff --git a/images/2024-11-15_16h07_53.png b/images/sales-data-chart-by-months-visualization.png similarity index 100% rename from images/2024-11-15_16h07_53.png rename to images/sales-data-chart-by-months-visualization.png diff --git a/images/image (14).png b/images/sales-data-chart-by-order-date-2025.png similarity index 100% rename from images/image (14).png rename to images/sales-data-chart-by-order-date-2025.png diff --git a/images/image (1536).png b/images/sales-data-chart-by-product-summarypng.png similarity index 100% rename from images/image (1536).png rename to images/sales-data-chart-by-product-summarypng.png diff --git a/images/image (1532).png b/images/sales-data-chart-by-product-units-sold.png similarity index 100% rename from images/image (1532).png rename to images/sales-data-chart-by-product-units-sold.png diff --git a/images/image (1535).png b/images/sales-data-chart-by-product-visualization.png similarity index 100% rename from images/image (1535).png rename to images/sales-data-chart-by-product-visualization.png diff --git a/images/2025-04-09_15h08_55.png b/images/sales-data-chart-by-sub-category-1.png similarity index 100% rename from images/2025-04-09_15h08_55.png rename to images/sales-data-chart-by-sub-category-1.png diff --git a/images/image (1779).png b/images/sales-data-chart-by-sub-category-2.png similarity index 100% rename from images/image (1779).png rename to images/sales-data-chart-by-sub-category-2.png diff --git a/images/PackedBubble.png b/images/sales-data-chart-by-sub-category-pie.png similarity index 100% rename from images/PackedBubble.png rename to images/sales-data-chart-by-sub-category-pie.png diff --git a/images/2024-11-20_11h04_53.png b/images/sales-data-chart-by-sub-category.png similarity index 100% rename from images/2024-11-20_11h04_53.png rename to images/sales-data-chart-by-sub-category.png diff --git a/images/image (75).png b/images/sales-data-chart-custom-date-range-analysis.png similarity index 100% rename from images/image (75).png rename to images/sales-data-chart-custom-date-range-analysis.png diff --git a/images/image (47).png b/images/sales-data-chart-monthly-analysis-2022.png similarity index 100% rename from images/image (47).png rename to images/sales-data-chart-monthly-analysis-2022.png diff --git a/images/2024-11-21_17h04_39.png b/images/sales-data-chart-quarterly-analysis-visualization.png similarity index 100% rename from images/2024-11-21_17h04_39.png rename to images/sales-data-chart-quarterly-analysis-visualization.png diff --git a/images/2024-11-04_15h08_13.png b/images/sales-data-chart-sum-of-cogs-by-month.png similarity index 100% rename from images/2024-11-04_15h08_13.png rename to images/sales-data-chart-sum-of-cogs-by-month.png diff --git a/images/image (135).png b/images/sales-data-chart-target-achieved-visualization-1.png similarity index 100% rename from images/image (135).png rename to images/sales-data-chart-target-achieved-visualization-1.png diff --git a/images/image (136).png b/images/sales-data-chart-target-achieved-visualization.png similarity index 100% rename from images/image (136).png rename to images/sales-data-chart-target-achieved-visualization.png diff --git a/images/image (1702).png b/images/sales-data-chart-visualization-analytics-report.png similarity index 100% rename from images/image (1702).png rename to images/sales-data-chart-visualization-analytics-report.png diff --git a/images/image (338).png b/images/sales-data-comparison-2023-2024-charts.png similarity index 100% rename from images/image (338).png rename to images/sales-data-comparison-2023-2024-charts.png diff --git a/images/image (247).png b/images/sales-data-comparison-us-international.png similarity index 100% rename from images/image (247).png rename to images/sales-data-comparison-us-international.png diff --git a/images/image (1161).png b/images/sales-data-conditional-formatting-chart.png similarity index 100% rename from images/image (1161).png rename to images/sales-data-conditional-formatting-chart.png diff --git a/images/image (1504).png b/images/sales-data-consumer-quarter-two-summary.png similarity index 100% rename from images/image (1504).png rename to images/sales-data-consumer-quarter-two-summary.png diff --git a/images/image (1505).png b/images/sales-data-consumer-quarter-two-table.png similarity index 100% rename from images/image (1505).png rename to images/sales-data-consumer-quarter-two-table.png diff --git a/images/image (206).png b/images/sales-data-dashboard-visualization-analysis.png similarity index 100% rename from images/image (206).png rename to images/sales-data-dashboard-visualization-analysis.png diff --git a/images/2024-11-28_12h43_20.png b/images/sales-data-dashboard-visualization-analytics.png similarity index 100% rename from images/2024-11-28_12h43_20.png rename to images/sales-data-dashboard-visualization-analytics.png diff --git a/images/image (1205).png b/images/sales-data-emerging-markets-beverages-2023.png similarity index 100% rename from images/image (1205).png rename to images/sales-data-emerging-markets-beverages-2023.png diff --git a/images/image (271).png b/images/sales-data-emerging-markets-kpi-dashboard.png similarity index 100% rename from images/image (271).png rename to images/sales-data-emerging-markets-kpi-dashboard.png diff --git a/images/image (950).png b/images/sales-data-forecast-country-category-subcategory-1.png similarity index 100% rename from images/image (950).png rename to images/sales-data-forecast-country-category-subcategory-1.png diff --git a/images/image (951).png b/images/sales-data-forecast-country-category-subcategory.png similarity index 100% rename from images/image (951).png rename to images/sales-data-forecast-country-category-subcategory.png diff --git a/images/image (1) (1) (1) (1) (1) (1) (1) (1).png b/images/sales-data-juices-soda-mineral-water-sub-regions.png similarity index 100% rename from images/image (1) (1) (1) (1) (1) (1) (1) (1).png rename to images/sales-data-juices-soda-mineral-water-sub-regions.png diff --git a/images/2025-05-05_16h42_16.png b/images/sales-data-juices-soda-mineral-water-summary.png similarity index 100% rename from images/2025-05-05_16h42_16.png rename to images/sales-data-juices-soda-mineral-water-summary.png diff --git a/images/image (1203).png b/images/sales-data-juices-soda-mineral-water.png similarity index 100% rename from images/image (1203).png rename to images/sales-data-juices-soda-mineral-water.png diff --git a/images/image (1437).png b/images/sales-data-juices-soda-tea-coffee-water.png similarity index 100% rename from images/image (1437).png rename to images/sales-data-juices-soda-tea-coffee-water.png diff --git a/images/image (1443).png b/images/sales-data-juices-soda-water-tea-coffee.png similarity index 100% rename from images/image (1443).png rename to images/sales-data-juices-soda-water-tea-coffee.png diff --git a/images/image (1507).png b/images/sales-data-profit-consumer-corporate-qtr2.png similarity index 100% rename from images/image (1507).png rename to images/sales-data-profit-consumer-corporate-qtr2.png diff --git a/images/image (954).png b/images/sales-data-subcategory-forecast-analysis-table.png similarity index 100% rename from images/image (954).png rename to images/sales-data-subcategory-forecast-analysis-table.png diff --git a/images/Percentages (1).png b/images/sales-data-subcategory-forecast-analysis.png similarity index 100% rename from images/Percentages (1).png rename to images/sales-data-subcategory-forecast-analysis.png diff --git a/images/image (8).png b/images/sales-data-summary-by-category-and-subcategory.png similarity index 100% rename from images/image (8).png rename to images/sales-data-summary-by-category-and-subcategory.png diff --git a/images/image (304).png b/images/sales-data-summary-four-countries-kpi.png similarity index 100% rename from images/image (304).png rename to images/sales-data-summary-four-countries-kpi.png diff --git a/images/image (1351).png b/images/sales-data-summary-table-calculated-row.png similarity index 100% rename from images/image (1351).png rename to images/sales-data-summary-table-calculated-row.png diff --git a/images/image (974).png b/images/sales-data-table-2022-actuals-monthly-summary.png similarity index 100% rename from images/image (974).png rename to images/sales-data-table-2022-actuals-monthly-summary.png diff --git a/images/image (953).png b/images/sales-data-table-by-category-and-country-1.png similarity index 100% rename from images/image (953).png rename to images/sales-data-table-by-category-and-country-1.png diff --git a/images/image (981).png b/images/sales-data-table-by-category-and-country-2.png similarity index 100% rename from images/image (981).png rename to images/sales-data-table-by-category-and-country-2.png diff --git a/images/image (978).png b/images/sales-data-table-by-category-and-country-3.png similarity index 100% rename from images/image (978).png rename to images/sales-data-table-by-category-and-country-3.png diff --git a/images/image (977).png b/images/sales-data-table-by-category-and-country.png similarity index 100% rename from images/image (977).png rename to images/sales-data-table-by-category-and-country.png diff --git a/images/2025-05-06_13h16_32.png b/images/sales-data-table-by-segment-category-subcategory.png similarity index 100% rename from images/2025-05-06_13h16_32.png rename to images/sales-data-table-by-segment-category-subcategory.png diff --git a/images/image (955).png b/images/sales-data-table-by-subcategory-2023.png similarity index 100% rename from images/image (955).png rename to images/sales-data-table-by-subcategory-2023.png diff --git a/images/image (957).png b/images/sales-data-table-by-subcategory-forecast-1.png similarity index 100% rename from images/image (957).png rename to images/sales-data-table-by-subcategory-forecast-1.png diff --git a/images/image (956).png b/images/sales-data-table-by-subcategory-forecast-2.png similarity index 100% rename from images/image (956).png rename to images/sales-data-table-by-subcategory-forecast-2.png diff --git a/images/image (961).png b/images/sales-data-table-by-subcategory-forecast.png similarity index 100% rename from images/image (961).png rename to images/sales-data-table-by-subcategory-forecast.png diff --git a/images/image (959).png b/images/sales-data-table-by-subcategory.png similarity index 100% rename from images/image (959).png rename to images/sales-data-table-by-subcategory.png diff --git a/images/image (960).png b/images/sales-data-table-forecast-analysis.png similarity index 100% rename from images/image (960).png rename to images/sales-data-table-forecast-analysis.png diff --git a/images/image (1) (1) (1) (1) (1) (1).png b/images/sales-data-table-furniture-technology-summary.png similarity index 100% rename from images/image (1) (1) (1) (1) (1) (1).png rename to images/sales-data-table-furniture-technology-summary.png diff --git a/images/Percentages.png b/images/sales-data-table-subcategory-analysis-1.png similarity index 100% rename from images/Percentages.png rename to images/sales-data-table-subcategory-analysis-1.png diff --git a/images/Precision.png b/images/sales-data-table-subcategory-analysis.png similarity index 100% rename from images/Precision.png rename to images/sales-data-table-subcategory-analysis.png diff --git a/images/Prefix.png b/images/sales-data-table-subcategory-forecast-analysis.png similarity index 100% rename from images/Prefix.png rename to images/sales-data-table-subcategory-forecast-analysis.png diff --git a/images/image (952).png b/images/sales-data-table-united-states-canada-europe.png similarity index 100% rename from images/image (952).png rename to images/sales-data-table-united-states-canada-europe.png diff --git a/images/3.2. performance-mode.png b/images/sales-data-visualization-by-order-date.png similarity index 100% rename from images/3.2. performance-mode.png rename to images/sales-data-visualization-by-order-date.png diff --git a/images/2024-11-28_12h41_49.png b/images/sales-data-visualization-dashboard-overview-1.png similarity index 100% rename from images/2024-11-28_12h41_49.png rename to images/sales-data-visualization-dashboard-overview-1.png diff --git a/images/2024-12-10_17h57_20.png b/images/sales-data-visualization-dashboard-overview.png similarity index 100% rename from images/2024-12-10_17h57_20.png rename to images/sales-data-visualization-dashboard-overview.png diff --git a/images/error-bars-stacked-cluster-charts.png b/images/sales-data-visualization-error-bars-2024.png similarity index 100% rename from images/error-bars-stacked-cluster-charts.png rename to images/sales-data-visualization-error-bars-2024.png diff --git a/images/image (1874).png b/images/sales-data-visualization-settings-chart.png similarity index 100% rename from images/image (1874).png rename to images/sales-data-visualization-settings-chart.png diff --git a/images/image (68).png b/images/sales-discounts-cogs-chart-country-monthly.png similarity index 100% rename from images/image (68).png rename to images/sales-discounts-cogs-chart-country-monthly.png diff --git a/images/image (1756).png b/images/sales-home-office-by-region-chart.png similarity index 100% rename from images/image (1756).png rename to images/sales-home-office-by-region-chart.png diff --git a/images/image (2029).png b/images/sales-over-month-chart-conditional-formatting.png similarity index 100% rename from images/image (2029).png rename to images/sales-over-month-chart-conditional-formatting.png diff --git a/images/image (2031).png b/images/sales-over-the-month-chart-settings.png similarity index 100% rename from images/image (2031).png rename to images/sales-over-the-month-chart-settings.png diff --git a/images/image (2032).png b/images/sales-over-the-month-chart-visualization-1.png similarity index 100% rename from images/image (2032).png rename to images/sales-over-the-month-chart-visualization-1.png diff --git a/images/image (2030).png b/images/sales-over-the-month-chart-visualization-2.png similarity index 100% rename from images/image (2030).png rename to images/sales-over-the-month-chart-visualization-2.png diff --git a/images/image (2028).png b/images/sales-over-the-month-chart-visualization.png similarity index 100% rename from images/image (2028).png rename to images/sales-over-the-month-chart-visualization.png diff --git a/images/image (2033).png b/images/sales-over-the-month-line-chart.png similarity index 100% rename from images/image (2033).png rename to images/sales-over-the-month-line-chart.png diff --git a/images/image (1742).png b/images/sales-profit-by-region-chart-summary.png similarity index 100% rename from images/image (1742).png rename to images/sales-profit-by-region-chart-summary.png diff --git a/images/image (80).png b/images/sales-profit-category-subcategory-data-table.png similarity index 100% rename from images/image (80).png rename to images/sales-profit-category-subcategory-data-table.png diff --git a/images/2024-11-25_11h45_15.png b/images/sales-profit-chart-by-month-pie-visualization.png similarity index 100% rename from images/2024-11-25_11h45_15.png rename to images/sales-profit-chart-by-month-pie-visualization.png diff --git a/images/2024-11-25_11h44_56.png b/images/sales-profit-chart-by-months-pie-chart.png similarity index 100% rename from images/2024-11-25_11h44_56.png rename to images/sales-profit-chart-by-months-pie-chart.png diff --git a/images/2024-11-25_11h45_15 (1).png b/images/sales-profit-chart-by-months-visualization-1.png similarity index 100% rename from images/2024-11-25_11h45_15 (1).png rename to images/sales-profit-chart-by-months-visualization-1.png diff --git a/images/image (218).png b/images/sales-profit-chart-by-months-visualization.png similarity index 100% rename from images/image (218).png rename to images/sales-profit-chart-by-months-visualization.png diff --git a/images/image (1958).png b/images/sales-profit-chart-by-order-date-settingspng.png similarity index 100% rename from images/image (1958).png rename to images/sales-profit-chart-by-order-date-settingspng.png diff --git a/images/2024-11-27_16h51_08.png b/images/sales-profit-chart-by-quarter-data-analysis-1.png similarity index 100% rename from images/2024-11-27_16h51_08.png rename to images/sales-profit-chart-by-quarter-data-analysis-1.png diff --git a/images/image (443).png b/images/sales-profit-chart-by-quarter-data-analysis-2.png similarity index 100% rename from images/image (443).png rename to images/sales-profit-chart-by-quarter-data-analysis-2.png diff --git a/images/image (1819).png b/images/sales-profit-chart-by-quarter-data-analysis-3.png similarity index 100% rename from images/image (1819).png rename to images/sales-profit-chart-by-quarter-data-analysis-3.png diff --git a/images/image (438).png b/images/sales-profit-chart-by-quarter-data-analysis-4.png similarity index 100% rename from images/image (438).png rename to images/sales-profit-chart-by-quarter-data-analysis-4.png diff --git a/images/2024-11-27_17h02_57.png b/images/sales-profit-chart-by-quarter-data-analysis-5.png similarity index 100% rename from images/2024-11-27_17h02_57.png rename to images/sales-profit-chart-by-quarter-data-analysis-5.png diff --git a/images/Indside center.png b/images/sales-profit-chart-by-quarter-data-analysis-6.png similarity index 100% rename from images/Indside center.png rename to images/sales-profit-chart-by-quarter-data-analysis-6.png diff --git a/images/image (441).png b/images/sales-profit-chart-by-quarter-data-analysis-7.png similarity index 100% rename from images/image (441).png rename to images/sales-profit-chart-by-quarter-data-analysis-7.png diff --git a/images/Value position bottom.png b/images/sales-profit-chart-by-quarter-data-analysis.png similarity index 100% rename from images/Value position bottom.png rename to images/sales-profit-chart-by-quarter-data-analysis.png diff --git a/images/image (1812).png b/images/sales-profit-chart-by-quarter-data-labels-1.png similarity index 100% rename from images/image (1812).png rename to images/sales-profit-chart-by-quarter-data-labels-1.png diff --git a/images/image (1814).png b/images/sales-profit-chart-by-quarter-data-labels-2.png similarity index 100% rename from images/image (1814).png rename to images/sales-profit-chart-by-quarter-data-labels-2.png diff --git a/images/image (442).png b/images/sales-profit-chart-by-quarter-data-labels-3.png similarity index 100% rename from images/image (442).png rename to images/sales-profit-chart-by-quarter-data-labels-3.png diff --git a/images/image (1816).png b/images/sales-profit-chart-by-quarter-data-labels-4.png similarity index 100% rename from images/image (1816).png rename to images/sales-profit-chart-by-quarter-data-labels-4.png diff --git a/images/image (440).png b/images/sales-profit-chart-by-quarter-data-labels-5.png similarity index 100% rename from images/image (440).png rename to images/sales-profit-chart-by-quarter-data-labels-5.png diff --git a/images/image (1811).png b/images/sales-profit-chart-by-quarter-data-labels-6.png similarity index 100% rename from images/image (1811).png rename to images/sales-profit-chart-by-quarter-data-labels-6.png diff --git a/images/2024-11-27_16h48_17.png b/images/sales-profit-chart-by-quarter-data-labels.png similarity index 100% rename from images/2024-11-27_16h48_17.png rename to images/sales-profit-chart-by-quarter-data-labels.png diff --git a/images/Percentage position bottom.png b/images/sales-profit-chart-by-quarter-data-visualization.png similarity index 100% rename from images/Percentage position bottom.png rename to images/sales-profit-chart-by-quarter-data-visualization.png diff --git a/images/image (439).png b/images/sales-profit-chart-by-quarter-regions-1.png similarity index 100% rename from images/image (439).png rename to images/sales-profit-chart-by-quarter-regions-1.png diff --git a/images/image (435).png b/images/sales-profit-chart-by-quarter-regions.png similarity index 100% rename from images/image (435).png rename to images/sales-profit-chart-by-quarter-regions.png diff --git a/images/image (436).png b/images/sales-profit-chart-by-quarter-summary.png similarity index 100% rename from images/image (436).png rename to images/sales-profit-chart-by-quarter-summary.png diff --git a/images/image (1818).png b/images/sales-profit-chart-by-quarter-visualization.png similarity index 100% rename from images/image (1818).png rename to images/sales-profit-chart-by-quarter-visualization.png diff --git a/images/2024-11-27_16h56_29.png b/images/sales-profit-chart-by-quarterpng-1.png similarity index 100% rename from images/2024-11-27_16h56_29.png rename to images/sales-profit-chart-by-quarterpng-1.png diff --git a/images/image (1820).png b/images/sales-profit-chart-by-quarterpng-10.png similarity index 100% rename from images/image (1820).png rename to images/sales-profit-chart-by-quarterpng-10.png diff --git a/images/2024-11-27_16h41_07.png b/images/sales-profit-chart-by-quarterpng-11.png similarity index 100% rename from images/2024-11-27_16h41_07.png rename to images/sales-profit-chart-by-quarterpng-11.png diff --git a/images/2024-11-27_16h36_53 (1).png b/images/sales-profit-chart-by-quarterpng-2.png similarity index 100% rename from images/2024-11-27_16h36_53 (1).png rename to images/sales-profit-chart-by-quarterpng-2.png diff --git a/images/image (1815).png b/images/sales-profit-chart-by-quarterpng-3.png similarity index 100% rename from images/image (1815).png rename to images/sales-profit-chart-by-quarterpng-3.png diff --git a/images/Value type percentage.png b/images/sales-profit-chart-by-quarterpng-4.png similarity index 100% rename from images/Value type percentage.png rename to images/sales-profit-chart-by-quarterpng-4.png diff --git a/images/2024-11-27_16h36_53.png b/images/sales-profit-chart-by-quarterpng-5.png similarity index 100% rename from images/2024-11-27_16h36_53.png rename to images/sales-profit-chart-by-quarterpng-5.png diff --git a/images/image (1817).png b/images/sales-profit-chart-by-quarterpng-6.png similarity index 100% rename from images/image (1817).png rename to images/sales-profit-chart-by-quarterpng-6.png diff --git a/images/PErcentage position center.png b/images/sales-profit-chart-by-quarterpng-7.png similarity index 100% rename from images/PErcentage position center.png rename to images/sales-profit-chart-by-quarterpng-7.png diff --git a/images/Inside bottom.png b/images/sales-profit-chart-by-quarterpng-8.png similarity index 100% rename from images/Inside bottom.png rename to images/sales-profit-chart-by-quarterpng-8.png diff --git a/images/image (437).png b/images/sales-profit-chart-by-quarterpng-9.png similarity index 100% rename from images/image (437).png rename to images/sales-profit-chart-by-quarterpng-9.png diff --git a/images/Value type value.png b/images/sales-profit-chart-by-quarterpng.png similarity index 100% rename from images/Value type value.png rename to images/sales-profit-chart-by-quarterpng.png diff --git a/images/image (2034).png b/images/sales-profit-chart-by-region-analysispng.png similarity index 100% rename from images/image (2034).png rename to images/sales-profit-chart-by-region-analysispng.png diff --git a/images/image (1694).png b/images/sales-profit-chart-by-region-data-selection-1.png similarity index 100% rename from images/image (1694).png rename to images/sales-profit-chart-by-region-data-selection-1.png diff --git a/images/image (1741).png b/images/sales-profit-chart-by-region-data-selection.png similarity index 100% rename from images/image (1741).png rename to images/sales-profit-chart-by-region-data-selection.png diff --git a/images/image (17).png b/images/sales-profit-chart-by-sub-category-visualization.png similarity index 100% rename from images/image (17).png rename to images/sales-profit-chart-by-sub-category-visualization.png diff --git a/images/image (434).png b/images/sales-profit-chart-quarterly-data-labels-1.png similarity index 100% rename from images/image (434).png rename to images/sales-profit-chart-quarterly-data-labels-1.png diff --git a/images/image (444).png b/images/sales-profit-chart-quarterly-data-labels.png similarity index 100% rename from images/image (444).png rename to images/sales-profit-chart-quarterly-data-labels.png diff --git a/images/Value position center.png b/images/sales-profit-chart-quarterly-data-visualization.png similarity index 100% rename from images/Value position center.png rename to images/sales-profit-chart-quarterly-data-visualization.png diff --git a/images/image (50).png b/images/sales-profit-chart-settings-data-visualization.png similarity index 100% rename from images/image (50).png rename to images/sales-profit-chart-settings-data-visualization.png diff --git a/images/image (217).png b/images/sales-profit-chart-subcategory-data-highlight.png similarity index 100% rename from images/image (217).png rename to images/sales-profit-chart-subcategory-data-highlight.png diff --git a/images/image (678).png b/images/sales-profit-data-summary-table-october-2023.png similarity index 100% rename from images/image (678).png rename to images/sales-profit-data-summary-table-october-2023.png diff --git a/images/image (1506).png b/images/sales-profit-data-table-analysis-report.png similarity index 100% rename from images/image (1506).png rename to images/sales-profit-data-table-analysis-report.png diff --git a/images/image (9).png b/images/sales-profit-discount-chart-data-analysis.png similarity index 100% rename from images/image (9).png rename to images/sales-profit-discount-chart-data-analysis.png diff --git a/images/image (837).png b/images/sales-profit-discounts-chart-by-countrypng.png similarity index 100% rename from images/image (837).png rename to images/sales-profit-discounts-chart-by-countrypng.png diff --git a/images/image (7).png b/images/sales-profit-quantity-by-category-and-subcategory.png similarity index 100% rename from images/image (7).png rename to images/sales-profit-quantity-by-category-and-subcategory.png diff --git a/images/image (52).png b/images/sales-profit-quantity-chart-by-date.png similarity index 100% rename from images/image (52).png rename to images/sales-profit-quantity-chart-by-date.png diff --git a/images/Group Small Multiples.png b/images/sales-profit-quantity-comparison-graphs-october.png similarity index 100% rename from images/Group Small Multiples.png rename to images/sales-profit-quantity-comparison-graphs-october.png diff --git a/images/image (15).png b/images/sales-profit-quantity-report-march-2025.png similarity index 100% rename from images/image (15).png rename to images/sales-profit-quantity-report-march-2025.png diff --git a/images/image (1813).png b/images/sales-profit-quarterly-chart-data-visualization.png similarity index 100% rename from images/image (1813).png rename to images/sales-profit-quarterly-chart-data-visualization.png diff --git a/images/image (13).png b/images/sales-profit-region-bar-chart-analysis-1.png similarity index 100% rename from images/image (13).png rename to images/sales-profit-region-bar-chart-analysis-1.png diff --git a/images/image (2035).png b/images/sales-profit-region-bar-chart-analysis.png similarity index 100% rename from images/image (2035).png rename to images/sales-profit-region-bar-chart-analysis.png diff --git a/images/image (12).png b/images/sales-profit-region-chart-summary-data.png similarity index 100% rename from images/image (12).png rename to images/sales-profit-region-chart-summary-data.png diff --git a/images/image (2) (1) (1) (1) (1).png b/images/sales-profit-report-by-category-and-subcategory.png similarity index 100% rename from images/image (2) (1) (1) (1) (1).png rename to images/sales-profit-report-by-category-and-subcategory.png diff --git a/images/image (49).png b/images/sales-profit-subcategory-chart-summary.png similarity index 100% rename from images/image (49).png rename to images/sales-profit-subcategory-chart-summary.png diff --git a/images/2025-02-04_13h19_42.png b/images/sales-profit-summary-by-category-subcategory.png similarity index 100% rename from images/2025-02-04_13h19_42.png rename to images/sales-profit-summary-by-category-subcategory.png diff --git a/images/2025-02-04_13h20_44.png b/images/sales-profit-summary-by-category-table.png similarity index 100% rename from images/2025-02-04_13h20_44.png rename to images/sales-profit-summary-by-category-table.png diff --git a/images/image (426).png b/images/sales-profit-summary-by-subcategory-table-1.png similarity index 100% rename from images/image (426).png rename to images/sales-profit-summary-by-subcategory-table-1.png diff --git a/images/image (428).png b/images/sales-profit-summary-by-subcategory-table.png similarity index 100% rename from images/image (428).png rename to images/sales-profit-summary-by-subcategory-table.png diff --git a/images/image (343).png b/images/sales-report-2022-2024-bar-chart.png similarity index 100% rename from images/image (343).png rename to images/sales-report-2022-2024-bar-chart.png diff --git a/images/image (341).png b/images/sales-report-comparison-2022-2024.png similarity index 100% rename from images/image (341).png rename to images/sales-report-comparison-2022-2024.png diff --git a/images/image (153).png b/images/sales-report-dashboard-data-visualization-1.png similarity index 100% rename from images/image (153).png rename to images/sales-report-dashboard-data-visualization-1.png diff --git a/images/image (152).png b/images/sales-report-dashboard-data-visualization.png similarity index 100% rename from images/image (152).png rename to images/sales-report-dashboard-data-visualization.png diff --git a/images/image (212).png b/images/sales-report-dashboard-progress-bar-visualization.png similarity index 100% rename from images/image (212).png rename to images/sales-report-dashboard-progress-bar-visualization.png diff --git a/images/image (252).png b/images/sales-report-quarterly-us-international-data.png similarity index 100% rename from images/image (252).png rename to images/sales-report-quarterly-us-international-data.png diff --git a/images/image (250).png b/images/sales-report-united-states-international-comparison-1.png similarity index 100% rename from images/image (250).png rename to images/sales-report-united-states-international-comparison-1.png diff --git a/images/image (251).png b/images/sales-report-united-states-international-comparison.png similarity index 100% rename from images/image (251).png rename to images/sales-report-united-states-international-comparison.png diff --git a/images/image (1533).png b/images/sales-units-sold-by-product-chartpng.png similarity index 100% rename from images/image (1533).png rename to images/sales-units-sold-by-product-chartpng.png diff --git a/images/image (1871).png b/images/sankey-diagram-horizontal-vertical-drinks-months.png similarity index 100% rename from images/image (1871).png rename to images/sankey-diagram-horizontal-vertical-drinks-months.png diff --git a/images/image (1722).png b/images/semi-circle-gauge-chart-settings-data-visualization.png similarity index 100% rename from images/image (1722).png rename to images/semi-circle-gauge-chart-settings-data-visualization.png diff --git a/images/image (1720).png b/images/semi-circle-gauge-chart-settings-display.png similarity index 100% rename from images/image (1720).png rename to images/semi-circle-gauge-chart-settings-display.png diff --git a/images/image (1721).png b/images/semi-circle-gauge-chart-settings-hatched-fill.png similarity index 100% rename from images/image (1721).png rename to images/semi-circle-gauge-chart-settings-hatched-fill.png diff --git a/images/image (1) (1) (1) (1) (1) (1) (1) (1) (1) (1) (1) (1).png b/images/seo-dashboard-2024-2023-actuals-data-analysis.png similarity index 100% rename from images/image (1) (1) (1) (1) (1) (1) (1) (1) (1) (1) (1) (1).png rename to images/seo-dashboard-2024-2023-actuals-data-analysis.png diff --git a/images/image (2059).png b/images/seo-dashboard-2024-actuals-comments-graphs.png similarity index 100% rename from images/image (2059).png rename to images/seo-dashboard-2024-actuals-comments-graphs.png diff --git a/images/image (2060).png b/images/seo-dashboard-2024-actuals-data-analysis.png similarity index 100% rename from images/image (2060).png rename to images/seo-dashboard-2024-actuals-data-analysis.png diff --git a/images/image (2058).png b/images/seo-dashboard-data-visualization-analytics-report.png similarity index 100% rename from images/image (2058).png rename to images/seo-dashboard-data-visualization-analytics-report.png diff --git a/images/image (1339).png b/images/settings-and-2023-2024-actuals-bar-chart.png similarity index 100% rename from images/image (1339).png rename to images/settings-and-2023-2024-actuals-bar-chart.png diff --git a/images/image (1358).png b/images/settings-and-bar-chart-actuals-vs-plan.png similarity index 100% rename from images/image (1358).png rename to images/settings-and-bar-chart-actuals-vs-plan.png diff --git a/images/image (1363).png b/images/settings-and-bar-graphs-domestic-emea-comparison.png similarity index 100% rename from images/image (1363).png rename to images/settings-and-bar-graphs-domestic-emea-comparison.png diff --git a/images/image (1334).png b/images/settings-and-data-visualization-chart-2023-2024.png similarity index 100% rename from images/image (1334).png rename to images/settings-and-data-visualization-chart-2023-2024.png diff --git a/images/image (1141).png b/images/settings-axis-chart-data-visualization.png similarity index 100% rename from images/image (1141).png rename to images/settings-axis-chart-data-visualization.png diff --git a/images/image (701).png b/images/settings-axis-operating-expenses-chart.png similarity index 100% rename from images/image (701).png rename to images/settings-axis-operating-expenses-chart.png diff --git a/images/image (695).png b/images/settings-axis-operating-expenses-personnel-costs-1.png similarity index 100% rename from images/image (695).png rename to images/settings-axis-operating-expenses-personnel-costs-1.png diff --git a/images/Ragged hierarchy on.png b/images/settings-axis-operating-expenses-personnel-costs.png similarity index 100% rename from images/Ragged hierarchy on.png rename to images/settings-axis-operating-expenses-personnel-costs.png diff --git a/images/Ragged hierarchy off (1).png b/images/settings-axis-operating-profit-expenses-chart-1.png similarity index 100% rename from images/Ragged hierarchy off (1).png rename to images/settings-axis-operating-profit-expenses-chart-1.png diff --git a/images/Ragged hierarchy off.png b/images/settings-axis-operating-profit-expenses-chart.png similarity index 100% rename from images/Ragged hierarchy off.png rename to images/settings-axis-operating-profit-expenses-chart.png diff --git a/images/image (702).png b/images/settings-axis-operating-profit-expenses-costs.png similarity index 100% rename from images/image (702).png rename to images/settings-axis-operating-profit-expenses-costs.png diff --git a/images/image (879).png b/images/settings-axis-options-x-axis-display.png similarity index 100% rename from images/image (879).png rename to images/settings-axis-options-x-axis-display.png diff --git a/images/image (746).png b/images/settings-bar-chart-opacity-adjustments-2024-actuals.png similarity index 100% rename from images/image (746).png rename to images/settings-bar-chart-opacity-adjustments-2024-actuals.png diff --git a/images/image (1326).png b/images/settings-bar-chart-quarterly-data-analysis.png similarity index 100% rename from images/image (1326).png rename to images/settings-bar-chart-quarterly-data-analysis.png diff --git a/images/image (1893).png b/images/settings-chart-actuals-by-month-data-1.png similarity index 100% rename from images/image (1893).png rename to images/settings-chart-actuals-by-month-data-1.png diff --git a/images/image (1878).png b/images/settings-chart-actuals-by-month-data.png similarity index 100% rename from images/image (1878).png rename to images/settings-chart-actuals-by-month-data.png diff --git a/images/image (1332).png b/images/settings-chart-advanced-sorting-options-display.png similarity index 100% rename from images/image (1332).png rename to images/settings-chart-advanced-sorting-options-display.png diff --git a/images/image (1436).png b/images/settings-chart-data-visualization-null-values.png similarity index 100% rename from images/image (1436).png rename to images/settings-chart-data-visualization-null-values.png diff --git a/images/image (70).png b/images/settings-dashboard-quarterly-performance-analysis.png similarity index 100% rename from images/image (70).png rename to images/settings-dashboard-quarterly-performance-analysis.png diff --git a/images/image (1335).png b/images/settings-dashboard-visualization-interaction-options.png similarity index 100% rename from images/image (1335).png rename to images/settings-dashboard-visualization-interaction-options.png diff --git a/images/image (1340).png b/images/settings-data-visualization-chart-display-options.png similarity index 100% rename from images/image (1340).png rename to images/settings-data-visualization-chart-display-options.png diff --git a/images/image (1901).png b/images/settings-date-format-progress-report-2024-2025.png similarity index 100% rename from images/image (1901).png rename to images/settings-date-format-progress-report-2024-2025.png diff --git a/images/image (1872).png b/images/settings-legend-data-visualization-chart.png similarity index 100% rename from images/image (1872).png rename to images/settings-legend-data-visualization-chart.png diff --git a/images/image (1356).png b/images/settings-null-suppress-bar-charts-emea-latam.png similarity index 100% rename from images/image (1356).png rename to images/settings-null-suppress-bar-charts-emea-latam.png diff --git a/images/image (606).png b/images/settings-number-graphs-domestic-apac-revenue.png similarity index 100% rename from images/image (606).png rename to images/settings-number-graphs-domestic-apac-revenue.png diff --git a/images/image (608).png b/images/settings-number-latam-apac-bar-graphs.png similarity index 100% rename from images/image (608).png rename to images/settings-number-latam-apac-bar-graphs.png diff --git a/images/image (1360).png b/images/settings-numbers-account-type-summary-depreciation.png similarity index 100% rename from images/image (1360).png rename to images/settings-numbers-account-type-summary-depreciation.png diff --git a/images/image (1147).png b/images/settings-sum-of-profit-by-city-bar-chart.png similarity index 100% rename from images/image (1147).png rename to images/settings-sum-of-profit-by-city-bar-chart.png diff --git a/images/image (609).png b/images/settings-suppress-null-variance-cash-graphs.png similarity index 100% rename from images/image (609).png rename to images/settings-suppress-null-variance-cash-graphs.png diff --git a/images/image (607).png b/images/settings-suppress-nulls-domestic-apac-graphs.png similarity index 100% rename from images/image (607).png rename to images/settings-suppress-nulls-domestic-apac-graphs.png diff --git a/images/image (1895).png b/images/settings-table-2024-actuals-plan-quarterly-analysis.png similarity index 100% rename from images/image (1895).png rename to images/settings-table-2024-actuals-plan-quarterly-analysis.png diff --git a/images/image (1896).png b/images/settings-table-2024-actuals-plan-quarterly-summary.png similarity index 100% rename from images/image (1896).png rename to images/settings-table-2024-actuals-plan-quarterly-summary.png diff --git a/images/image (1333).png b/images/settings-table-data-analysis-report-summary-1.png similarity index 100% rename from images/image (1333).png rename to images/settings-table-data-analysis-report-summary-1.png diff --git a/images/image (1336).png b/images/settings-table-data-analysis-report-summary.png similarity index 100% rename from images/image (1336).png rename to images/settings-table-data-analysis-report-summary.png diff --git a/images/image (60).png b/images/settings-tooltip-actuals-by-month-chart.png similarity index 100% rename from images/image (60).png rename to images/settings-tooltip-actuals-by-month-chart.png diff --git a/images/image (1977).png b/images/settings-tooltip-bar-chart-2024-2023-actuals.png similarity index 100% rename from images/image (1977).png rename to images/settings-tooltip-bar-chart-2024-2023-actuals.png diff --git a/images/image (59).png b/images/settings-tooltip-bar-charts-data-analysis.png similarity index 100% rename from images/image (59).png rename to images/settings-tooltip-bar-charts-data-analysis.png diff --git a/images/image (878).png b/images/settings-x-axis-options-display-controls.png similarity index 100% rename from images/image (878).png rename to images/settings-x-axis-options-display-controls.png diff --git a/images/SidebySideBar.png b/images/side-by-side-bar-chart-2021-2022-actuals-1.png similarity index 100% rename from images/SidebySideBar.png rename to images/side-by-side-bar-chart-2021-2022-actuals-1.png diff --git a/images/image (915).png b/images/side-by-side-bar-chart-2021-2022-actuals.png similarity index 100% rename from images/image (915).png rename to images/side-by-side-bar-chart-2021-2022-actuals.png diff --git a/images/image (897).png b/images/simple-waterfall-chart-2021-actuals-data.png similarity index 100% rename from images/image (897).png rename to images/simple-waterfall-chart-2021-actuals-data.png diff --git a/images/image (1839).png b/images/slicer-styling-config-header-data-visualization.png similarity index 100% rename from images/image (1839).png rename to images/slicer-styling-config-header-data-visualization.png diff --git a/images/image (1838).png b/images/slicer-styling-dashboard-data-visualization-1.png similarity index 100% rename from images/image (1838).png rename to images/slicer-styling-dashboard-data-visualization-1.png diff --git a/images/image (1834).png b/images/slicer-styling-dashboard-data-visualization-2.png similarity index 100% rename from images/image (1834).png rename to images/slicer-styling-dashboard-data-visualization-2.png diff --git a/images/image (1833).png b/images/slicer-styling-dashboard-data-visualization.png similarity index 100% rename from images/image (1833).png rename to images/slicer-styling-dashboard-data-visualization.png diff --git a/images/image (1830).png b/images/slicer-styling-data-visualization-chart.png similarity index 100% rename from images/image (1830).png rename to images/slicer-styling-data-visualization-chart.png diff --git a/images/2024-12-09_15h52_13.png b/images/slicer-styling-data-visualization-dashboard-1.png similarity index 100% rename from images/2024-12-09_15h52_13.png rename to images/slicer-styling-data-visualization-dashboard-1.png diff --git a/images/image (1843).png b/images/slicer-styling-data-visualization-dashboard-2.png similarity index 100% rename from images/image (1843).png rename to images/slicer-styling-data-visualization-dashboard-2.png diff --git a/images/image (1837).png b/images/slicer-styling-data-visualization-dashboard-3.png similarity index 100% rename from images/image (1837).png rename to images/slicer-styling-data-visualization-dashboard-3.png diff --git a/images/2024-12-09_15h50_21.png b/images/slicer-styling-data-visualization-dashboard-4.png similarity index 100% rename from images/2024-12-09_15h50_21.png rename to images/slicer-styling-data-visualization-dashboard-4.png diff --git a/images/image (1840).png b/images/slicer-styling-data-visualization-dashboard-5.png similarity index 100% rename from images/image (1840).png rename to images/slicer-styling-data-visualization-dashboard-5.png diff --git a/images/image (1836).png b/images/slicer-styling-data-visualization-dashboard-6.png similarity index 100% rename from images/image (1836).png rename to images/slicer-styling-data-visualization-dashboard-6.png diff --git a/images/image (1831).png b/images/slicer-styling-data-visualization-dashboard-7.png similarity index 100% rename from images/image (1831).png rename to images/slicer-styling-data-visualization-dashboard-7.png diff --git a/images/slicer.png b/images/slicer-styling-data-visualization-dashboard-8.png similarity index 100% rename from images/slicer.png rename to images/slicer-styling-data-visualization-dashboard-8.png diff --git a/images/image (1835).png b/images/slicer-styling-data-visualization-dashboard.png similarity index 100% rename from images/image (1835).png rename to images/slicer-styling-data-visualization-dashboard.png diff --git a/images/image (1832).png b/images/slicer-styling-dropdown-sort-graph-data.png similarity index 100% rename from images/image (1832).png rename to images/slicer-styling-dropdown-sort-graph-data.png diff --git a/images/image (1841).png b/images/slicer-styling-search-bar-data-visualization.png similarity index 100% rename from images/image (1841).png rename to images/slicer-styling-search-bar-data-visualization.png diff --git a/images/image (286).png b/images/slope-graph-data-analysis-chart-example.png similarity index 100% rename from images/image (286).png rename to images/slope-graph-data-analysis-chart-example.png diff --git a/images/image (128).png b/images/smartphone-sales-comparison-chart-2023-1.png similarity index 100% rename from images/image (128).png rename to images/smartphone-sales-comparison-chart-2023-1.png diff --git a/images/image (129).png b/images/smartphone-sales-comparison-chart-2023.png similarity index 100% rename from images/image (129).png rename to images/smartphone-sales-comparison-chart-2023.png diff --git a/images/image (125).png b/images/smartphone-sales-comparison-chart-kpi-dashboard-1.png similarity index 100% rename from images/image (125).png rename to images/smartphone-sales-comparison-chart-kpi-dashboard-1.png diff --git a/images/image (1897).png b/images/smartphone-sales-comparison-chart-kpi-dashboard-2.png similarity index 100% rename from images/image (1897).png rename to images/smartphone-sales-comparison-chart-kpi-dashboard-2.png diff --git a/images/image (1898).png b/images/smartphone-sales-comparison-chart-kpi-dashboard.png similarity index 100% rename from images/image (1898).png rename to images/smartphone-sales-comparison-chart-kpi-dashboard.png diff --git a/images/image (530).png b/images/smartphone-sales-data-by-brand-and-region.png similarity index 100% rename from images/image (530).png rename to images/smartphone-sales-data-by-brand-and-region.png diff --git a/images/image (131).png b/images/smartphone-sales-data-chart-comparison-1.png similarity index 100% rename from images/image (131).png rename to images/smartphone-sales-data-chart-comparison-1.png diff --git a/images/image (528).png b/images/smartphone-sales-data-chart-comparison-2.png similarity index 100% rename from images/image (528).png rename to images/smartphone-sales-data-chart-comparison-2.png diff --git a/images/image (127).png b/images/smartphone-sales-data-chart-comparison.png similarity index 100% rename from images/image (127).png rename to images/smartphone-sales-data-chart-comparison.png diff --git a/images/image (527).png b/images/smartphones-sales-data-chart-dashboard-image.png similarity index 100% rename from images/image (527).png rename to images/smartphones-sales-data-chart-dashboard-image.png diff --git a/images/image (424).png b/images/stacked-bar-chart-consumer-corporate-data-analysis.png similarity index 100% rename from images/image (424).png rename to images/stacked-bar-chart-consumer-corporate-data-analysis.png diff --git a/images/image (1392).png b/images/stacked-bar-chart-data-analysis-dashboard.png similarity index 100% rename from images/image (1392).png rename to images/stacked-bar-chart-data-analysis-dashboard.png diff --git a/images/image (1393).png b/images/stacked-bar-chart-data-visualization-dashboard.png similarity index 100% rename from images/image (1393).png rename to images/stacked-bar-chart-data-visualization-dashboard.png diff --git a/images/image (902).png b/images/stacked-breakdown-waterfall-chart-data-analysis.png similarity index 100% rename from images/image (902).png rename to images/stacked-breakdown-waterfall-chart-data-analysis.png diff --git a/images/image (1206).png b/images/stacked-chart-monthly-actuals-and-plans.png similarity index 100% rename from images/image (1206).png rename to images/stacked-chart-monthly-actuals-and-plans.png diff --git a/images/image (1222).png b/images/stacked-chart-monthly-actuals-plans-2022-2024.png similarity index 100% rename from images/image (1222).png rename to images/stacked-chart-monthly-actuals-plans-2022-2024.png diff --git a/images/StackedColumn.png b/images/stacked-column-chart-drink-consumption-2022-1.png similarity index 100% rename from images/StackedColumn.png rename to images/stacked-column-chart-drink-consumption-2022-1.png diff --git a/images/image (910).png b/images/stacked-column-chart-drink-consumption-2022.png similarity index 100% rename from images/image (910).png rename to images/stacked-column-chart-drink-consumption-2022.png diff --git a/images/image (911).png b/images/stacked-column-chart-drinks-consumption-2022-1.png similarity index 100% rename from images/image (911).png rename to images/stacked-column-chart-drinks-consumption-2022-1.png diff --git a/images/image (912).png b/images/stacked-column-chart-drinks-consumption-2022.png similarity index 100% rename from images/image (912).png rename to images/stacked-column-chart-drinks-consumption-2022.png diff --git a/images/image (900).png b/images/stacked-waterfall-chart-data-analysis-visualization.png similarity index 100% rename from images/image (900).png rename to images/stacked-waterfall-chart-data-analysis-visualization.png diff --git a/images/image (171).png b/images/storyboard-options-auto-create-custom-layout-template.png similarity index 100% rename from images/image (171).png rename to images/storyboard-options-auto-create-custom-layout-template.png diff --git a/images/image (1657).png b/images/storyboarding-no-code-self-service-dashboards-tools.png similarity index 100% rename from images/image (1657).png rename to images/storyboarding-no-code-self-service-dashboards-tools.png diff --git a/images/2024-03-28_09h05_08.png b/images/sub-region-2024-actuals-2023-plan-data.png similarity index 100% rename from images/2024-03-28_09h05_08.png rename to images/sub-region-2024-actuals-2023-plan-data.png diff --git a/images/image (1359).png b/images/sum-of-actuals-and-plan-by-account-type-1.png similarity index 100% rename from images/image (1359).png rename to images/sum-of-actuals-and-plan-by-account-type-1.png diff --git a/images/2024-11-26_17h12_09.png b/images/sum-of-actuals-and-plan-by-account-type.png similarity index 100% rename from images/2024-11-26_17h12_09.png rename to images/sum-of-actuals-and-plan-by-account-type.png diff --git a/images/image (146).png b/images/sum-of-actuals-and-plan-by-month-chart-1.png similarity index 100% rename from images/image (146).png rename to images/sum-of-actuals-and-plan-by-month-chart-1.png diff --git a/images/image (1431).png b/images/sum-of-actuals-and-plan-by-month-chart-10.png similarity index 100% rename from images/image (1431).png rename to images/sum-of-actuals-and-plan-by-month-chart-10.png diff --git a/images/image (484).png b/images/sum-of-actuals-and-plan-by-month-chart-11.png similarity index 100% rename from images/image (484).png rename to images/sum-of-actuals-and-plan-by-month-chart-11.png diff --git a/images/image (1889).png b/images/sum-of-actuals-and-plan-by-month-chart-12.png similarity index 100% rename from images/image (1889).png rename to images/sum-of-actuals-and-plan-by-month-chart-12.png diff --git a/images/2024-11-15_15h36_38 (1).png b/images/sum-of-actuals-and-plan-by-month-chart-13.png similarity index 100% rename from images/2024-11-15_15h36_38 (1).png rename to images/sum-of-actuals-and-plan-by-month-chart-13.png diff --git a/images/2025-01-27_10h22_20 (1).png b/images/sum-of-actuals-and-plan-by-month-chart-14.png similarity index 100% rename from images/2025-01-27_10h22_20 (1).png rename to images/sum-of-actuals-and-plan-by-month-chart-14.png diff --git a/images/image (1887).png b/images/sum-of-actuals-and-plan-by-month-chart-15.png similarity index 100% rename from images/image (1887).png rename to images/sum-of-actuals-and-plan-by-month-chart-15.png diff --git a/images/image (1433).png b/images/sum-of-actuals-and-plan-by-month-chart-2.png similarity index 100% rename from images/image (1433).png rename to images/sum-of-actuals-and-plan-by-month-chart-2.png diff --git a/images/image (1886).png b/images/sum-of-actuals-and-plan-by-month-chart-3.png similarity index 100% rename from images/image (1886).png rename to images/sum-of-actuals-and-plan-by-month-chart-3.png diff --git a/images/Annotation value.png b/images/sum-of-actuals-and-plan-by-month-chart-4.png similarity index 100% rename from images/Annotation value.png rename to images/sum-of-actuals-and-plan-by-month-chart-4.png diff --git a/images/2024-11-15_15h35_40.png b/images/sum-of-actuals-and-plan-by-month-chart-5.png similarity index 100% rename from images/2024-11-15_15h35_40.png rename to images/sum-of-actuals-and-plan-by-month-chart-5.png diff --git a/images/2024-11-15_15h36_38.png b/images/sum-of-actuals-and-plan-by-month-chart-6.png similarity index 100% rename from images/2024-11-15_15h36_38.png rename to images/sum-of-actuals-and-plan-by-month-chart-6.png diff --git a/images/2024-11-15_15h37_53.png b/images/sum-of-actuals-and-plan-by-month-chart-7.png similarity index 100% rename from images/2024-11-15_15h37_53.png rename to images/sum-of-actuals-and-plan-by-month-chart-7.png diff --git a/images/image (694).png b/images/sum-of-actuals-and-plan-by-month-chart-8.png similarity index 100% rename from images/image (694).png rename to images/sum-of-actuals-and-plan-by-month-chart-8.png diff --git a/images/2025-01-27_10h22_20.png b/images/sum-of-actuals-and-plan-by-month-chart-9.png similarity index 100% rename from images/2025-01-27_10h22_20.png rename to images/sum-of-actuals-and-plan-by-month-chart-9.png diff --git a/images/image (1888).png b/images/sum-of-actuals-and-plan-by-month-chart.png similarity index 100% rename from images/image (1888).png rename to images/sum-of-actuals-and-plan-by-month-chart.png diff --git a/images/2024-04-30_13h18_57.png b/images/sum-of-actuals-and-plan-by-month-in-millions.png similarity index 100% rename from images/2024-04-30_13h18_57.png rename to images/sum-of-actuals-and-plan-by-month-in-millions.png diff --git a/images/2024-03-29_15h29_59.png b/images/sum-of-actuals-and-plan-by-months-1.png similarity index 100% rename from images/2024-03-29_15h29_59.png rename to images/sum-of-actuals-and-plan-by-months-1.png diff --git a/images/image (674).png b/images/sum-of-actuals-and-plan-by-months.png similarity index 100% rename from images/image (674).png rename to images/sum-of-actuals-and-plan-by-months.png diff --git a/images/image (611).png b/images/sum-of-actuals-and-plan-by-quarter-table-1.png similarity index 100% rename from images/image (611).png rename to images/sum-of-actuals-and-plan-by-quarter-table-1.png diff --git a/images/image (1746).png b/images/sum-of-actuals-and-plan-by-quarter-table.png similarity index 100% rename from images/image (1746).png rename to images/sum-of-actuals-and-plan-by-quarter-table.png diff --git a/images/image (1788).png b/images/sum-of-actuals-and-plan-by-quarter.png similarity index 100% rename from images/image (1788).png rename to images/sum-of-actuals-and-plan-by-quarter.png diff --git a/images/2024-05-15_17h46_37.png b/images/sum-of-actuals-and-plan-by-sub-category.png similarity index 100% rename from images/2024-05-15_17h46_37.png rename to images/sum-of-actuals-and-plan-by-sub-category.png diff --git a/images/2024-05-15_16h58_44.png b/images/sum-of-actuals-and-plan-by-sub-region.png similarity index 100% rename from images/2024-05-15_16h58_44.png rename to images/sum-of-actuals-and-plan-by-sub-region.png diff --git a/images/2024-11-27_13h55_36.png b/images/sum-of-actuals-and-plan-by-year-quarter-1.png similarity index 100% rename from images/2024-11-27_13h55_36.png rename to images/sum-of-actuals-and-plan-by-year-quarter-1.png diff --git a/images/image (1807).png b/images/sum-of-actuals-and-plan-by-year-quarter-2.png similarity index 100% rename from images/image (1807).png rename to images/sum-of-actuals-and-plan-by-year-quarter-2.png diff --git a/images/2024-11-27_12h17_02.png b/images/sum-of-actuals-and-plan-by-year-quarter-3.png similarity index 100% rename from images/2024-11-27_12h17_02.png rename to images/sum-of-actuals-and-plan-by-year-quarter-3.png diff --git a/images/2024-11-27_12h16_42.png b/images/sum-of-actuals-and-plan-by-year-quarter-4.png similarity index 100% rename from images/2024-11-27_12h16_42.png rename to images/sum-of-actuals-and-plan-by-year-quarter-4.png diff --git a/images/image (1806).png b/images/sum-of-actuals-and-plan-by-year-quarter-5.png similarity index 100% rename from images/image (1806).png rename to images/sum-of-actuals-and-plan-by-year-quarter-5.png diff --git a/images/2024-11-27_12h17_28.png b/images/sum-of-actuals-and-plan-by-year-quarter-6.png similarity index 100% rename from images/2024-11-27_12h17_28.png rename to images/sum-of-actuals-and-plan-by-year-quarter-6.png diff --git a/images/image (421).png b/images/sum-of-actuals-and-plan-by-year-quarter-month.png similarity index 100% rename from images/image (421).png rename to images/sum-of-actuals-and-plan-by-year-quarter-month.png diff --git a/images/image (1808).png b/images/sum-of-actuals-and-plan-by-year-quarter.png similarity index 100% rename from images/image (1808).png rename to images/sum-of-actuals-and-plan-by-year-quarter.png diff --git a/images/image (458).png b/images/sum-of-actuals-bar-chart-data-visualization.png similarity index 100% rename from images/image (458).png rename to images/sum-of-actuals-bar-chart-data-visualization.png diff --git a/images/image (521).png b/images/sum-of-actuals-by-account-type-data-1.png similarity index 100% rename from images/image (521).png rename to images/sum-of-actuals-by-account-type-data-1.png diff --git a/images/image (520).png b/images/sum-of-actuals-by-account-type-data.png similarity index 100% rename from images/image (520).png rename to images/sum-of-actuals-by-account-type-data.png diff --git a/images/image (1706).png b/images/sum-of-actuals-by-month-bar-chart-1.png similarity index 100% rename from images/image (1706).png rename to images/sum-of-actuals-by-month-bar-chart-1.png diff --git a/images/image (1752).png b/images/sum-of-actuals-by-month-bar-chart.png similarity index 100% rename from images/image (1752).png rename to images/sum-of-actuals-by-month-bar-chart.png diff --git a/images/image (1245).png b/images/sum-of-actuals-by-month-chart.png similarity index 100% rename from images/image (1245).png rename to images/sum-of-actuals-by-month-chart.png diff --git a/images/image (273).png b/images/sum-of-actuals-by-month-stacked-area-chart.png similarity index 100% rename from images/image (273).png rename to images/sum-of-actuals-by-month-stacked-area-chart.png diff --git a/images/2025-02-03_16h02_54.png b/images/sum-of-actuals-by-months-data-visualization.png similarity index 100% rename from images/2025-02-03_16h02_54.png rename to images/sum-of-actuals-by-months-data-visualization.png diff --git a/images/image (846).png b/images/sum-of-actuals-by-quarter-bar-chart-1.png similarity index 100% rename from images/image (846).png rename to images/sum-of-actuals-by-quarter-bar-chart-1.png diff --git a/images/image (847).png b/images/sum-of-actuals-by-quarter-bar-chart.png similarity index 100% rename from images/image (847).png rename to images/sum-of-actuals-by-quarter-bar-chart.png diff --git a/images/image (1366).png b/images/sum-of-actuals-by-quarter-beverages-water-sparkling.png similarity index 100% rename from images/image (1366).png rename to images/sum-of-actuals-by-quarter-beverages-water-sparkling.png diff --git a/images/image (768).png b/images/sum-of-actuals-by-quarter-chart-1.png similarity index 100% rename from images/image (768).png rename to images/sum-of-actuals-by-quarter-chart-1.png diff --git a/images/image (748).png b/images/sum-of-actuals-by-quarter-chart-2.png similarity index 100% rename from images/image (748).png rename to images/sum-of-actuals-by-quarter-chart-2.png diff --git a/images/image (831).png b/images/sum-of-actuals-by-quarter-chart-data.png similarity index 100% rename from images/image (831).png rename to images/sum-of-actuals-by-quarter-chart-data.png diff --git a/images/image (832).png b/images/sum-of-actuals-by-quarter-chart.png similarity index 100% rename from images/image (832).png rename to images/sum-of-actuals-by-quarter-chart.png diff --git a/images/image (372).png b/images/sum-of-actuals-by-quarter-export-successful.png similarity index 100% rename from images/image (372).png rename to images/sum-of-actuals-by-quarter-export-successful.png diff --git a/images/image (1210).png b/images/sum-of-actuals-by-quarter-juices-soda-sparkling-water.png similarity index 100% rename from images/image (1210).png rename to images/sum-of-actuals-by-quarter-juices-soda-sparkling-water.png diff --git a/images/BreakdownWaterfall.png b/images/sum-of-actuals-by-quarter-region-analysis.png similarity index 100% rename from images/BreakdownWaterfall.png rename to images/sum-of-actuals-by-quarter-region-analysis.png diff --git a/images/image (374).png b/images/sum-of-actuals-by-quarter-sales-data.png similarity index 100% rename from images/image (374).png rename to images/sum-of-actuals-by-quarter-sales-data.png diff --git a/images/image (845).png b/images/sum-of-actuals-by-region-and-sub-region.png similarity index 100% rename from images/image (845).png rename to images/sum-of-actuals-by-region-and-sub-region.png diff --git a/images/image (1128).png b/images/sum-of-actuals-by-region-bar-chart.png similarity index 100% rename from images/image (1128).png rename to images/sum-of-actuals-by-region-bar-chart.png diff --git a/images/image (1649).png b/images/sum-of-actuals-by-sub-category-chart-1.png similarity index 100% rename from images/image (1649).png rename to images/sum-of-actuals-by-sub-category-chart-1.png diff --git a/images/image (862).png b/images/sum-of-actuals-by-sub-category-chart-2.png similarity index 100% rename from images/image (862).png rename to images/sum-of-actuals-by-sub-category-chart-2.png diff --git a/images/image (1650).png b/images/sum-of-actuals-by-sub-category-chart-3.png similarity index 100% rename from images/image (1650).png rename to images/sum-of-actuals-by-sub-category-chart-3.png diff --git a/images/image (1491).png b/images/sum-of-actuals-by-sub-category-chart.png similarity index 100% rename from images/image (1491).png rename to images/sum-of-actuals-by-sub-category-chart.png diff --git a/images/image (1490).png b/images/sum-of-actuals-by-sub-category-pie-chart-1.png similarity index 100% rename from images/image (1490).png rename to images/sum-of-actuals-by-sub-category-pie-chart-1.png diff --git a/images/2024-05-15_10h39_31.png b/images/sum-of-actuals-by-sub-category-pie-chart-2.png similarity index 100% rename from images/2024-05-15_10h39_31.png rename to images/sum-of-actuals-by-sub-category-pie-chart-2.png diff --git a/images/2024-05-15_10h38_40.png b/images/sum-of-actuals-by-sub-category-pie-chart.png similarity index 100% rename from images/2024-05-15_10h38_40.png rename to images/sum-of-actuals-by-sub-category-pie-chart.png diff --git a/images/image (667).png b/images/sum-of-actuals-by-sub-region-bar-chart-1.png similarity index 100% rename from images/image (667).png rename to images/sum-of-actuals-by-sub-region-bar-chart-1.png diff --git a/images/image (1125).png b/images/sum-of-actuals-by-sub-region-bar-chart-2.png similarity index 100% rename from images/image (1125).png rename to images/sum-of-actuals-by-sub-region-bar-chart-2.png diff --git a/images/image (668).png b/images/sum-of-actuals-by-sub-region-bar-chart-3.png similarity index 100% rename from images/image (668).png rename to images/sum-of-actuals-by-sub-region-bar-chart-3.png diff --git a/images/image (669).png b/images/sum-of-actuals-by-sub-region-bar-chart.png similarity index 100% rename from images/image (669).png rename to images/sum-of-actuals-by-sub-region-bar-chart.png diff --git a/images/image (663).png b/images/sum-of-actuals-by-sub-region-chart-1.png similarity index 100% rename from images/image (663).png rename to images/sum-of-actuals-by-sub-region-chart-1.png diff --git a/images/image (551).png b/images/sum-of-actuals-by-sub-region-chart.png similarity index 100% rename from images/image (551).png rename to images/sum-of-actuals-by-sub-region-chart.png diff --git a/images/image (1130).png b/images/sum-of-actuals-by-sub-region-drink-types.png similarity index 100% rename from images/image (1130).png rename to images/sum-of-actuals-by-sub-region-drink-types.png diff --git a/images/image (1595).png b/images/sum-of-actuals-by-sub-region-pyramid-chart.png similarity index 100% rename from images/image (1595).png rename to images/sum-of-actuals-by-sub-region-pyramid-chart.png diff --git a/images/image (1126).png b/images/sum-of-actuals-by-sub-region-water-drinks.png similarity index 100% rename from images/image (1126).png rename to images/sum-of-actuals-by-sub-region-water-drinks.png diff --git a/images/image (549).png b/images/sum-of-actuals-by-year-quarter-and-month.png similarity index 100% rename from images/image (549).png rename to images/sum-of-actuals-by-year-quarter-and-month.png diff --git a/images/sunburst.png b/images/sum-of-actuals-by-year-quarter-month.png similarity index 100% rename from images/sunburst.png rename to images/sum-of-actuals-by-year-quarter-month.png diff --git a/images/dumbbell.png b/images/sum-of-actuals-new-measure-by-month.png similarity index 100% rename from images/dumbbell.png rename to images/sum-of-actuals-new-measure-by-month.png diff --git a/images/image (227).png b/images/sum-of-actuals-plan-by-month-chart-1.png similarity index 100% rename from images/image (227).png rename to images/sum-of-actuals-plan-by-month-chart-1.png diff --git a/images/image (359).png b/images/sum-of-actuals-plan-by-month-chart.png similarity index 100% rename from images/image (359).png rename to images/sum-of-actuals-plan-by-month-chart.png diff --git a/images/image (773).png b/images/sum-of-actuals-plan-by-quarter-chart.png similarity index 100% rename from images/image (773).png rename to images/sum-of-actuals-plan-by-quarter-chart.png diff --git a/images/image (1127).png b/images/sum-of-actuals-plan-by-sub-region-chart.png similarity index 100% rename from images/image (1127).png rename to images/sum-of-actuals-plan-by-sub-region-chart.png diff --git a/images/image (1749).png b/images/sum-of-actuals-plan-by-year-quarter-table.png similarity index 100% rename from images/image (1749).png rename to images/sum-of-actuals-plan-by-year-quarter-table.png diff --git a/images/image (1804).png b/images/sum-of-actuals-sum-of-plan-account-type.png similarity index 100% rename from images/image (1804).png rename to images/sum-of-actuals-sum-of-plan-account-type.png diff --git a/images/2024-11-26_17h27_03.png b/images/sum-of-actuals-sum-of-plan-by-account-type-1.png similarity index 100% rename from images/2024-11-26_17h27_03.png rename to images/sum-of-actuals-sum-of-plan-by-account-type-1.png diff --git a/images/image (1803).png b/images/sum-of-actuals-sum-of-plan-by-account-type.png similarity index 100% rename from images/image (1803).png rename to images/sum-of-actuals-sum-of-plan-by-account-type.png diff --git a/images/image (1425).png b/images/sum-of-actuals-sum-of-plan-by-month-chart-1.png similarity index 100% rename from images/image (1425).png rename to images/sum-of-actuals-sum-of-plan-by-month-chart-1.png diff --git a/images/image (1424).png b/images/sum-of-actuals-sum-of-plan-by-month-chart-2.png similarity index 100% rename from images/image (1424).png rename to images/sum-of-actuals-sum-of-plan-by-month-chart-2.png diff --git a/images/image (314).png b/images/sum-of-actuals-sum-of-plan-by-month-chart-3.png similarity index 100% rename from images/image (314).png rename to images/sum-of-actuals-sum-of-plan-by-month-chart-3.png diff --git a/images/image (315).png b/images/sum-of-actuals-sum-of-plan-by-month-chart-4.png similarity index 100% rename from images/image (315).png rename to images/sum-of-actuals-sum-of-plan-by-month-chart-4.png diff --git a/images/image (473).png b/images/sum-of-actuals-sum-of-plan-by-month-chart.png similarity index 100% rename from images/image (473).png rename to images/sum-of-actuals-sum-of-plan-by-month-chart.png diff --git a/images/image (1098).png b/images/sum-of-actuals-sum-of-plan-by-quarter-chart.png similarity index 100% rename from images/image (1098).png rename to images/sum-of-actuals-sum-of-plan-by-quarter-chart.png diff --git a/images/image (1101).png b/images/sum-of-actuals-sum-of-plan-by-quarter.png similarity index 100% rename from images/image (1101).png rename to images/sum-of-actuals-sum-of-plan-by-quarter.png diff --git a/images/image (1594).png b/images/sum-of-actuals-sum-of-plan-by-region.png similarity index 100% rename from images/image (1594).png rename to images/sum-of-actuals-sum-of-plan-by-region.png diff --git a/images/image (567).png b/images/sum-of-actuals-sum-of-plan-by-sub-category.png similarity index 100% rename from images/image (567).png rename to images/sum-of-actuals-sum-of-plan-by-sub-category.png diff --git a/images/image (874).png b/images/sum-of-actuals-sum-of-plan-by-sub-region-chart.png similarity index 100% rename from images/image (874).png rename to images/sum-of-actuals-sum-of-plan-by-sub-region-chart.png diff --git a/images/image (690).png b/images/sum-of-actuals-sum-of-plan-by-year.png similarity index 100% rename from images/image (690).png rename to images/sum-of-actuals-sum-of-plan-by-year.png diff --git a/images/image (282).png b/images/sum-of-cogs-by-country-chart-data-analysis.png similarity index 100% rename from images/image (282).png rename to images/sum-of-cogs-by-country-chart-data-analysis.png diff --git a/images/image (283).png b/images/sum-of-cogs-by-country-chart-data.png similarity index 100% rename from images/image (283).png rename to images/sum-of-cogs-by-country-chart-data.png diff --git a/images/image (284).png b/images/sum-of-cogs-by-country-sales-discounts-graph.png similarity index 100% rename from images/image (284).png rename to images/sum-of-cogs-by-country-sales-discounts-graph.png diff --git a/images/image (1769).png b/images/sum-of-cogs-by-discount-band-and-country-1.png similarity index 100% rename from images/image (1769).png rename to images/sum-of-cogs-by-discount-band-and-country-1.png diff --git a/images/image (1768).png b/images/sum-of-cogs-by-discount-band-and-country-2.png similarity index 100% rename from images/image (1768).png rename to images/sum-of-cogs-by-discount-band-and-country-2.png diff --git a/images/image (1775).png b/images/sum-of-cogs-by-discount-band-and-country-3.png similarity index 100% rename from images/image (1775).png rename to images/sum-of-cogs-by-discount-band-and-country-3.png diff --git a/images/image (1774).png b/images/sum-of-cogs-by-discount-band-and-country-4.png similarity index 100% rename from images/image (1774).png rename to images/sum-of-cogs-by-discount-band-and-country-4.png diff --git a/images/image (1778).png b/images/sum-of-cogs-by-discount-band-and-country-5.png similarity index 100% rename from images/image (1778).png rename to images/sum-of-cogs-by-discount-band-and-country-5.png diff --git a/images/2024-11-20_12h49_35.png b/images/sum-of-cogs-by-discount-band-and-country-6.png similarity index 100% rename from images/2024-11-20_12h49_35.png rename to images/sum-of-cogs-by-discount-band-and-country-6.png diff --git a/images/image (1776).png b/images/sum-of-cogs-by-discount-band-and-country.png similarity index 100% rename from images/image (1776).png rename to images/sum-of-cogs-by-discount-band-and-country.png diff --git a/images/image (48).png b/images/sum-of-cogs-sum-of-discounts-by-country.png similarity index 100% rename from images/image (48).png rename to images/sum-of-cogs-sum-of-discounts-by-country.png diff --git a/images/image (1672).png b/images/sum-of-cogs-sum-of-profit-by-country-chart-1.png similarity index 100% rename from images/image (1672).png rename to images/sum-of-cogs-sum-of-profit-by-country-chart-1.png diff --git a/images/image (1673).png b/images/sum-of-cogs-sum-of-profit-by-country-chart-2.png similarity index 100% rename from images/image (1673).png rename to images/sum-of-cogs-sum-of-profit-by-country-chart-2.png diff --git a/images/image (1674).png b/images/sum-of-cogs-sum-of-profit-by-country-chart.png similarity index 100% rename from images/image (1674).png rename to images/sum-of-cogs-sum-of-profit-by-country-chart.png diff --git a/images/image (72).png b/images/sum-of-discount-by-order-date-chart-1.png similarity index 100% rename from images/image (72).png rename to images/sum-of-discount-by-order-date-chart-1.png diff --git a/images/image (73).png b/images/sum-of-discount-by-order-date-chart.png similarity index 100% rename from images/image (73).png rename to images/sum-of-discount-by-order-date-chart.png diff --git a/images/image (1539).png b/images/sum-of-plan-and-actuals-by-month-chart.png similarity index 100% rename from images/image (1539).png rename to images/sum-of-plan-and-actuals-by-month-chart.png diff --git a/images/InlineLollipop.png b/images/sum-of-profit-by-category-and-subcategory-table.png similarity index 100% rename from images/InlineLollipop.png rename to images/sum-of-profit-by-category-and-subcategory-table.png diff --git a/images/InlineBar.png b/images/sum-of-profit-by-category-and-subcategory.png similarity index 100% rename from images/InlineBar.png rename to images/sum-of-profit-by-category-and-subcategory.png diff --git a/images/image (1918).png b/images/sum-of-sales-by-country-bar-chart-1.png similarity index 100% rename from images/image (1918).png rename to images/sum-of-sales-by-country-bar-chart-1.png diff --git a/images/image (1800).png b/images/sum-of-sales-by-country-bar-chart.png similarity index 100% rename from images/image (1800).png rename to images/sum-of-sales-by-country-bar-chart.png diff --git a/images/image (1805).png b/images/sum-of-sales-by-country-monthly-data.png similarity index 100% rename from images/image (1805).png rename to images/sum-of-sales-by-country-monthly-data.png diff --git a/images/2024-11-26_16h17_24.png b/images/sum-of-sales-by-country-united-kingdom.png similarity index 100% rename from images/2024-11-26_16h17_24.png rename to images/sum-of-sales-by-country-united-kingdom.png diff --git a/images/image (1567).png b/images/sum-of-sales-by-month-bar-chart.png similarity index 100% rename from images/image (1567).png rename to images/sum-of-sales-by-month-bar-chart.png diff --git a/images/image (1569).png b/images/sum-of-sales-by-month-stacked-bar-chart-1.png similarity index 100% rename from images/image (1569).png rename to images/sum-of-sales-by-month-stacked-bar-chart-1.png diff --git a/images/image (1566).png b/images/sum-of-sales-by-month-stacked-bar-chart.png similarity index 100% rename from images/image (1566).png rename to images/sum-of-sales-by-month-stacked-bar-chart.png diff --git a/images/image (1529).png b/images/sum-of-sales-by-product-bar-chart.png similarity index 100% rename from images/image (1529).png rename to images/sum-of-sales-by-product-bar-chart.png diff --git a/images/2024-11-20_11h05_50.png b/images/sum-of-sales-by-sub-category-chart.png similarity index 100% rename from images/2024-11-20_11h05_50.png rename to images/sum-of-sales-by-sub-category-chart.png diff --git a/images/2024-11-21_17h08_28.png b/images/sum-of-sales-by-sub-category-chartpng.png similarity index 100% rename from images/2024-11-21_17h08_28.png rename to images/sum-of-sales-by-sub-category-chartpng.png diff --git a/images/swarm-plot.png b/images/swarm-plot-data-by-country-and-value.png similarity index 100% rename from images/swarm-plot.png rename to images/swarm-plot-data-by-country-and-value.png diff --git a/images/image (1264).png b/images/table-blend-columns-monthly-data-analysis.png similarity index 100% rename from images/image (1264).png rename to images/table-blend-columns-monthly-data-analysis.png diff --git a/images/image (982).png b/images/table-data-2022-actuals-monthly-variance.png similarity index 100% rename from images/image (982).png rename to images/table-data-2022-actuals-monthly-variance.png diff --git a/images/image (518).png b/images/table-formula-view-2024-actuals-data.png similarity index 100% rename from images/image (518).png rename to images/table-formula-view-2024-actuals-data.png diff --git a/images/image (1254).png b/images/table-toolbar-options-settings-menu.png similarity index 100% rename from images/image (1254).png rename to images/table-toolbar-options-settings-menu.png diff --git a/images/image (30).png b/images/task-schedule-2025-q1-february-settings.png similarity index 100% rename from images/image (30).png rename to images/task-schedule-2025-q1-february-settings.png diff --git a/images/2025-04-07_17h32_51.png b/images/task-schedule-august-2025-design-development-requirements.png similarity index 100% rename from images/2025-04-07_17h32_51.png rename to images/task-schedule-august-2025-design-development-requirements.png diff --git a/images/image (2019).png b/images/task-schedule-design-development-requirements-2025-q3.png similarity index 100% rename from images/image (2019).png rename to images/task-schedule-design-development-requirements-2025-q3.png diff --git a/images/image (362).png b/images/three-dots-icon-simple-design.png similarity index 100% rename from images/image (362).png rename to images/three-dots-icon-simple-design.png diff --git a/images/image (270).png b/images/three-dots-menu-icon.png similarity index 100% rename from images/image (270).png rename to images/three-dots-menu-icon.png diff --git a/images/image (1214).png b/images/top-n-axis-settings-2024-actuals.png similarity index 100% rename from images/image (1214).png rename to images/top-n-axis-settings-2024-actuals.png diff --git a/images/2025-02-03_16h03_40.png b/images/tornado-chart-drinks-sales-comparison.png similarity index 100% rename from images/2025-02-03_16h03_40.png rename to images/tornado-chart-drinks-sales-comparison.png diff --git a/images/image (287).png b/images/tornado-chart-sum-of-plan-and-actuals.png similarity index 100% rename from images/image (287).png rename to images/tornado-chart-sum-of-plan-and-actuals.png diff --git a/images/image (573).png b/images/treemap-chart-sum-of-actuals-and-plan-1.png similarity index 100% rename from images/image (573).png rename to images/treemap-chart-sum-of-actuals-and-plan-1.png diff --git a/images/image (572).png b/images/treemap-chart-sum-of-actuals-and-plan-2.png similarity index 100% rename from images/image (572).png rename to images/treemap-chart-sum-of-actuals-and-plan-2.png diff --git a/images/image (568).png b/images/treemap-chart-sum-of-actuals-and-plan-3.png similarity index 100% rename from images/image (568).png rename to images/treemap-chart-sum-of-actuals-and-plan-3.png diff --git a/images/image (571).png b/images/treemap-chart-sum-of-actuals-and-plan.png similarity index 100% rename from images/image (571).png rename to images/treemap-chart-sum-of-actuals-and-plan.png diff --git a/images/image (570).png b/images/treemap-sum-of-actuals-and-plan-by-category.png similarity index 100% rename from images/image (570).png rename to images/treemap-sum-of-actuals-and-plan-by-category.png diff --git a/images/image (623).png b/images/two-downward-arrows-gray-color.png similarity index 100% rename from images/image (623).png rename to images/two-downward-arrows-gray-color.png diff --git a/images/image (1630).png b/images/values-by-month-bar-chart-conditional-formatting-1.png similarity index 100% rename from images/image (1630).png rename to images/values-by-month-bar-chart-conditional-formatting-1.png diff --git a/images/image (1629).png b/images/values-by-month-bar-chart-conditional-formatting.png similarity index 100% rename from images/image (1629).png rename to images/values-by-month-bar-chart-conditional-formatting.png diff --git a/images/image (134).png b/images/variance-chart-2022-2023-2024-analysis-1.png similarity index 100% rename from images/image (134).png rename to images/variance-chart-2022-2023-2024-analysis-1.png diff --git a/images/image (143).png b/images/variance-chart-2022-2023-2024-analysis-2.png similarity index 100% rename from images/image (143).png rename to images/variance-chart-2022-2023-2024-analysis-2.png diff --git a/images/image (79).png b/images/variance-chart-2022-2023-2024-analysis.png similarity index 100% rename from images/image (79).png rename to images/variance-chart-2022-2023-2024-analysis.png diff --git a/images/image (1679).png b/images/variance-chart-data-analysis-kpi-dashboard.png similarity index 100% rename from images/image (1679).png rename to images/variance-chart-data-analysis-kpi-dashboard.png diff --git a/images/image (603).png b/images/variance-chart-data-analysis-quarterly-results.png similarity index 100% rename from images/image (603).png rename to images/variance-chart-data-analysis-quarterly-results.png diff --git a/images/image (597).png b/images/variance-chart-data-analysis-quarters.png similarity index 100% rename from images/image (597).png rename to images/variance-chart-data-analysis-quarters.png diff --git a/images/image (594).png b/images/variance-chart-data-analysis-visualization.png similarity index 100% rename from images/image (594).png rename to images/variance-chart-data-analysis-visualization.png diff --git a/images/image (321).png b/images/variance-chart-data-visualization-settings.png similarity index 100% rename from images/image (321).png rename to images/variance-chart-data-visualization-settings.png diff --git a/images/image (233).png b/images/variance-chart-four-quarters-data-analysis.png similarity index 100% rename from images/image (233).png rename to images/variance-chart-four-quarters-data-analysis.png diff --git a/images/image (322).png b/images/variance-chart-quarterly-performance-analysis-1.png similarity index 100% rename from images/image (322).png rename to images/variance-chart-quarterly-performance-analysis-1.png diff --git a/images/image (323).png b/images/variance-chart-quarterly-performance-analysis-2.png similarity index 100% rename from images/image (323).png rename to images/variance-chart-quarterly-performance-analysis-2.png diff --git a/images/image (319).png b/images/variance-chart-quarterly-performance-analysis-3.png similarity index 100% rename from images/image (319).png rename to images/variance-chart-quarterly-performance-analysis-3.png diff --git a/images/image (324).png b/images/variance-chart-quarterly-performance-analysis-4.png similarity index 100% rename from images/image (324).png rename to images/variance-chart-quarterly-performance-analysis-4.png diff --git a/images/image (320).png b/images/variance-chart-quarterly-performance-analysis.png similarity index 100% rename from images/image (320).png rename to images/variance-chart-quarterly-performance-analysis.png diff --git a/images/image (317).png b/images/variance-chart-quarterly-performance-data-analysis.png similarity index 100% rename from images/image (317).png rename to images/variance-chart-quarterly-performance-data-analysis.png diff --git a/images/image (316).png b/images/variance-chart-quarterly-performance-data.png similarity index 100% rename from images/image (316).png rename to images/variance-chart-quarterly-performance-data.png diff --git a/images/image (354).png b/images/variance-icon-kpi-chart-settings.png similarity index 100% rename from images/image (354).png rename to images/variance-icon-kpi-chart-settings.png diff --git a/images/VarianceWaterfall.png b/images/variance-waterfall-chart-2020-2021-actuals.png similarity index 100% rename from images/VarianceWaterfall.png rename to images/variance-waterfall-chart-2020-2021-actuals.png diff --git a/images/image (907).png b/images/vertical-marimekko-chart-sales-freight-data.png similarity index 100% rename from images/image (907).png rename to images/vertical-marimekko-chart-sales-freight-data.png diff --git a/images/image (903).png b/images/vertical-percentage-marimekko-chart-2022-sales-1.png similarity index 100% rename from images/image (903).png rename to images/vertical-percentage-marimekko-chart-2022-sales-1.png diff --git a/images/image (904).png b/images/vertical-percentage-marimekko-chart-2022-sales.png similarity index 100% rename from images/image (904).png rename to images/vertical-percentage-marimekko-chart-2022-sales.png diff --git a/images/image (905).png b/images/vertical-percentage-stacked-marimekko-chart-1.png similarity index 100% rename from images/image (905).png rename to images/vertical-percentage-stacked-marimekko-chart-1.png diff --git a/images/image (906).png b/images/vertical-percentage-stacked-marimekko-chart.png similarity index 100% rename from images/image (906).png rename to images/vertical-percentage-stacked-marimekko-chart.png diff --git a/images/image (908).png b/images/vertical-stacked-marimekko-chart-data-analysis.png similarity index 100% rename from images/image (908).png rename to images/vertical-stacked-marimekko-chart-data-analysis.png diff --git a/images/image (363).png b/images/visualization-options-get-more-visuals.png similarity index 100% rename from images/image (363).png rename to images/visualization-options-get-more-visuals.png diff --git a/images/image (1233).png b/images/visualization-pane-options-menu-screenshot.png similarity index 100% rename from images/image (1233).png rename to images/visualization-pane-options-menu-screenshot.png diff --git a/images/image (1232).png b/images/visualization-tools-data-fields-drill-through-options.png similarity index 100% rename from images/image (1232).png rename to images/visualization-tools-data-fields-drill-through-options.png diff --git a/images/image (1229).png b/images/visualization-tools-icons-menu-options.png similarity index 100% rename from images/image (1229).png rename to images/visualization-tools-icons-menu-options.png diff --git a/images/image (1234).png b/images/visualizations-build-visual-data-filters-icons.png similarity index 100% rename from images/image (1234).png rename to images/visualizations-build-visual-data-filters-icons.png diff --git a/images/image (1413).png b/images/water-consumption-international-by-region-chart.png similarity index 100% rename from images/image (1413).png rename to images/water-consumption-international-by-region-chart.png diff --git a/images/categoryNavigation.png b/images/waterfall-chart-2022-actuals-by-sub-region.png similarity index 100% rename from images/categoryNavigation.png rename to images/waterfall-chart-2022-actuals-by-sub-region.png diff --git a/images/image (901).png b/images/waterfall-chart-international-united-states-2021.png similarity index 100% rename from images/image (901).png rename to images/waterfall-chart-international-united-states-2021.png diff --git a/images/image (896).png b/images/waterfall-chart-manage-fields-2021-actuals.png similarity index 100% rename from images/image (896).png rename to images/waterfall-chart-manage-fields-2021-actuals.png diff --git a/images/WinLossColumn.png b/images/win-loss-column-chart-data-analysis.png similarity index 100% rename from images/WinLossColumn.png rename to images/win-loss-column-chart-data-analysis.png diff --git a/images/image (914).png b/images/win-loss-column-data-analysis-visualization.png similarity index 100% rename from images/image (914).png rename to images/win-loss-column-data-analysis-visualization.png diff --git a/template/default.latex b/template/default.latex index d597f92..c9dcc45 100644 --- a/template/default.latex +++ b/template/default.latex @@ -61,25 +61,22 @@ $endfor$ \raggedbottom $if(section-titles)$ \setbeamertemplate{part page}{ - \begin{center} + \centering \begin{beamercolorbox}[sep=16pt,center]{part title} \usebeamerfont{part title}\insertpart\par \end{beamercolorbox} - \end{center} } \setbeamertemplate{section page}{ - \begin{center} + \centering \begin{beamercolorbox}[sep=12pt,center]{part title} \usebeamerfont{section title}\insertsection\par \end{beamercolorbox} - \end{center} } \setbeamertemplate{subsection page}{ - \begin{center} + \centering \begin{beamercolorbox}[sep=8pt,center]{part title} \usebeamerfont{subsection title}\insertsubsection\par \end{beamercolorbox} - \end{center} } \AtBeginPart{ \frame{\partpage}