Data Training from Zomalex

Home | Power BI | Excel | Python | SQL | Visualising Data | Generative AI

Montana Dataset

This Montana data represents fictional sales transactions by country, product, segment, and date. There are about 700 rows.

Learning Objectives

This dataset can be used in labs to teach:

Data

The data is available in a public web location as an Excel file here

This has four Excel tables: Transaction, a fact table, and three related dimension tables; Product, Country and Segment.

A separate Dates table is available here.

Suggested Approach for Power BI labs

There are three useful variables that we can calculate from values in other columms of the same row, so we can implement either as a new column in the Query Editor or as a DAX calculated column. The formulas are:

Create a [Sales] measure as SUM(Transaction[Sales]).

Create a small multiples column chart to get familiar with the data:

Add the date table to the star schema.

Use Visual Calculations to create calculations: