Publications by George Mount

How to create dynamic measures in Excel with Python in Excel

19.11.2024

One of the most exciting skills to learn in BI tools like Power BI or Tableau is how to create dynamic measures. The idea is that since dashboard space is limited, using dynamic controls—such as allowing users to select which measure to display—keeps the dashboard both compact and powerful for users.In this post, let’s dive into how to create...

5409 sym 5 img 1 tbl

How to create interactive scatterplots with Python in Excel

11.11.2024

In an earlier post, I discussed adding conditional formatting to an Excel chart. One key benefit of using Python in Excel for this—rather than relying on standard Excel charting—is the flexibility it offers. With Python, it’s simpler to adjust the chart when adding new variables or expanding categories:How to conditionally format a scatterplo...

4286 sym 5 img

How to conditionally format a scatterplot in Excel

06.11.2024

A scatterplot is a chart that displays the relationship between two variables by plotting data points along the X and Y axes, with each point representing a unique pair of values.By conditionally formatting points based on their category, we can reveal patterns, clusters, or outliers, making it easier to interpret and draw insights from different g...

4565 sym 6 img 1 tbl

How to see all packages available in Python in Excel

21.10.2024

Python in Excel significantly enhances the capabilities of Excel users, enabling more sophisticated data analysis and visualization. However, it’s important to note that Python in Excel operates within a pre-configured, pre-installed environment. For a detailed explanation of how this setup functions, you can refer to my previous blog post on the...

2704 sym 2 img

How to create a wafflechart in Excel

16.10.2024

Waffle charts are a great way to visualize data as a grid of squares where each square represents a portion of the whole. Unlike pie charts, which can be hard to interpret with many categories, waffle charts provide a cleaner, grid-based approach that makes it easy to compare parts of a dataset. They’re perfect for showing proportions, like marke...

7490 sym 11 img

How to get started with Advanced Analysis with Python for Copilot in Excel

01.10.2024

When Copilot for Excel was first introduced, it primarily served as a tool to automate basic Excel tasks like sorting, filtering, conditional formatting, and creating formulas.However, as the AI has evolved and more resources have been invested in the product, it now supports more advanced functionalities, including sophisticated data analysis usin...

11131 sym 10 img

Advanced analysis with Python in Copilot: How to work with text data

01.10.2024

Excel has long been a go-to tool for data analysts to crunch numbers and perform data analysis. Traditionally, its ability to handle text data, particularly for advanced analysis tasks like sentiment analysis, was seen as limited. Analysts seeking meaningful insights from text often resorted to more specialized tools or cumbersome workarounds.Howev...

7275 sym 5 img

Advanced analysis with Python in Copilot: How to work with time series data

01.10.2024

Time series analysis lets analysts identify patterns, trends, and cyclic fluctuations over time. These insights are essential for accurate forecasting, strategic planning, and informed decision-making.Despite its significance, working with dates and times in a sophisticated manner is often hindered by Excel, which has become the butt of many intern...

6722 sym 7 img

Advanced Analysis with Python in Copilot: How to create advanced data visualizations

30.09.2024

Advanced Analysis with Python in Copilot for Excel can help with many data analysis tasks that would typically be challenging to execute in Excel. From building predictive models using techniques like random forests to uncovering patterns and relationships through clustering and principal component analysis, and even analyzing text data for sentime...

10344 sym 5 img

Python in Excel: How to generate fake data with Faker

17.08.2024

In a previous blog post I showed how to get over limitations of creating dummy datasets directly in Microsoft 365 Copilot by asking for a Python script instead, particularly the faker package.How to generate datasets with Copilot for Microsoft 365Technology moves quickly, and since publishing that post, the Faker package has become available direct...

9311 sym 7 img