Visualisations

Tutorial - Plotting Shots With R Part 2

Hi all, In my next video, I build upon the shot plot we created a couple of videos ago using R. This plot was built using ggplot2 and ggsoccer, which allows us to more accurately plot our data.

Tutorial - Rolling Average Measure

Hi all, I thought I would follow on from my calculated column a few days ago and present a method for creating this as a measure as well. This measure uses the same DAX with a few minor differences due to how measures work and what they require in Power Bi.

Tutorial - Rolling Average Across Matches

Hi all, Today I am going to focus more on a calculation rather than the visual. For this video, I will focus on a rolling average across matches, rather than days.

Tutorial - Plotting Shots in Power Bi using R

Hi all, last time we created a nice shot plot using the built-in scatter plot for Power Bi. Today we will take things a step further, using the R Custom Visual in Power Bi.

Tutorial - An Easy Way of Plotting Shots in Power Bi

Hi all, following on from my last tutorial, I have now created something more football specific using the built-in scatter plot in Power Bi. This tutorial will take you through building a basic shot plot with shots coloured by outcome.

Creating a Jitter Chart in PowerBi

For this post, I will run through a method of creating a jitter chart using only DAX in caluclated columns

Power Bi - Importing Data

For this new post I decided to make a video tutorial of importing data from a csv in to Power Bi. The video itself is basic, and will appear at the bottom of this post, but I will accompany it below with a few steps and a guide of how I import data in to Bi.

Power Bi - What is it and how useful could it be?

What is Power Bi? Today I would like to introduce something new on to my blog, Power Bi. Some of you might have heard of this software, but for those who haven’t, Power Bi was developed by Microsoft to provide Business Inteligence software to compete with Tableau and others on the market.

Simple Shot Analysis

An anaysis of shots using FA WSL data from StatsBomb and the ggplot package in R