Zomalex | Data and AI Training

Home | Power BI | Excel | Python | SQL | Gen AI | Public Courses | Prices | Contact Us | LBAG | info@zomalex.co.uk

Financial Sample “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 tables of data: the main table, Transactions, and three related lookup tables; Product, Country and Segment.

In the Transactions table, we need to create three new columns. These are:

For thePower BI labs, a separate Dates table is available here.

Suggested Approach for Excel lab

Create a pivot table with

and filter by “Direct” - a value in the Channel column in the Segment lookup table.

Add some data bars to the detail values (not subtotals or totals) of Sales and Profit.

Your pivot table should look like the snapshot below.

excel montana pivot

Suggested Approach for Power BI labs

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: