DEV Community

Akinyemi Ayodele
Akinyemi Ayodele

Posted on • Updated on

Financial Analysis using Power BI

I have been hired as a Freelance Data Analyst to help review a data and provide insights that would be valuable to the CFO of this organization. The business has been performing well and the management wants to get insights into their 2013 and 2014 performances.

The Business Questions

Through internal brainstorming, the CFO has confirmed that they needed answers to the following questions:

  1. What is the company's performance in 2014 compared to 2013?

  2. Which countries drove the orders and profit margins of the company in the two years period?

  3. What was the trend in the company's sales over the two years period?

  4. The profitability of each segments.

  5. What were the order of countries in terms of the quantity of products sold?

To answer these questions, the company has provided us with their financial data for 2013 and 2014. I was required to design an interactive report with the insights I will discover from the analysis.

Tasks

I am going to model the data and perform analysis using DAX. This is the outline of the requirements:

  1. Create a Date Table using the CALENDARAUTO function. This will support the time intelligence analysis.
  2. Create a relationship between the financial table and the newly created Date Table using the Date columns in both Tables.
  3. Using DAX, I am going to create measures to answer the business questions. Some of these measures include: Total orders, Total Sales Amount, Total Discount offered, Total Profit, Profit Margin etc.
  4. Perform time intelligence analysis by creating measures that calculate the same measures in the requirement above for the previous year (2013).

ANALYSIS

  1. A Date Table was created with new columns that include Month and Year as seen in the image below;
    Date Table

  2. Both the business datasets and date table were modelled to create a relationship.
    Data Modelling

  3. DAX functions were written to create measures for EACH of the analysis. An example is shown in the image below, to calculate the Total Orders made;
    Total Orders

  4. New measures were also created to find the SAME metrics for the previous year. Note that "LY" means Last Year. An example of the Total Revenue for LAST YEAR is shown in the image below;
    Total Revenue Last Year

INSIGHT
[Find insights on the dashboard].

DASHBOARD

Dashboard of the analysis

Thanks for viewing... Feedbacks are highly appreciated (04yemi@gmail.com)

Top comments (0)