fbpx
Search
Close this search box.

Leave entitlement vs. usage analysis with Power Query

Share

Facebook
Twitter
LinkedIn

Last Friday, I asked you to analyze “sick leave entitlement vs. usage” data and answer homework questions. We got several interesting responses to that. Today, let me share a quick video highlighting how to analyze such data with Power Query.

entitlement-vs-usage-power-query-analysis

This is part of our Power Mondays series, where every Monday you will learn something new & useful about Power BI, Power Query and Power Pivot.

Leave Entitlement vs. Usage Analysis – The problem

The problem is simple. We have a bunch of employees with their leave entitlement. We also know how many leaves they took.

sample data - sick leave entitlement vs. usage

 

Given these two tables, you want to answer questions like:

  • Which employees took exactly 100% of their allocated leave?
  • Which people never took any leave?
  • Who are the people taking 100% of their leave?

If you also know when an employee took the leave (date), you can ask questions like:

  • Assuming leave entitlement resets at start of year (1 Jan), which employees are using 100% of their entitlement

Leave Entitlement vs. Usage Analysis – Solution with Power Query

While we can use Excel formulas (or VBA, pivot tables + power pivot etc.) to answer the questions above, I think using Power Query is the simplest way to crack this.

I made a quick video explaining the problem, solution, how to enhance it when you have multi-year data. Check it out below (or on our Youtube channel).

You will also learn:

  • How to merge (join) two tables in Power Query
  • Using basic & advanced group by in Power Query
  • How to extract year from date values
  • Replacing errors with some value
  • Creating conditional columns in PQ

 

Download solution workbook

Click here to download the solution workbook for this topic. Examine the Power Query definitions to learn more.

How do you like the Power Query solution?

I love how versatile and elegant Power query based solutions are. What about you? Do you use PQ to solve problems like this? Please share your experience / feedback in the comments section.

 

Facebook
Twitter
LinkedIn

Share this tip with your colleagues

Excel and Power BI tips - Chandoo.org Newsletter

Get FREE Excel + Power BI Tips

Simple, fun and useful emails, once per week.

Learn & be awesome.

Welcome to Chandoo.org

Thank you so much for visiting. My aim is to make you awesome in Excel & Power BI. I do this by sharing videos, tips, examples and downloads on this website. There are more than 1,000 pages with all things Excel, Power BI, Dashboards & VBA here. Go ahead and spend few minutes to be AWESOME.

Read my storyFREE Excel tips book

Excel School made me great at work.
5/5

– Brenda

Excel formula list - 100+ examples and howto guide for you

From simple to complex, there is a formula for every occasion. Check out the list now.

Calendars, invoices, trackers and much more. All free, fun and fantastic.

Advanced Pivot Table tricks

Power Query, Data model, DAX, Filters, Slicers, Conditional formats and beautiful charts. It's all here.

Still on fence about Power BI? In this getting started guide, learn what is Power BI, how to get it and how to create your first report from scratch.

Weighted Average in Excel with Percentage Weights

Weighted Average in Excel [Formulas]

Learn how to calculate weighted averages in excel using formulas. In this article we will learn what a weighted average is and how to Excel’s SUMPRODUCT formula to calculate weighted average / weighted mean.

What is weighted average?

Wikipedia defines weighted average as, “The weighted mean is similar to an arithmetic mean …, where instead of each of the data points contributing equally to the final average, some data points contribute more than others.”

Calculating weighted averages in excel is not straight forward as there is no built-in formula. But we can use SUMPRODUCT formula to easily calculate them. Read on to find out how.

4 Responses to “Leave entitlement vs. usage analysis with Power Query”

  1. Nir says:

    Hi,
    Great challange and solution.
    i couldn't find the ans to Q 1-3, only table that user need to filter and count the rows.

    I suggest to used the function :

    = Table.RowCount ( PreviosStep)
    to received clear answer is separate queries.

    Regards,

    Nir

  2. Chris says:

    It would interesting to see this where leave wasn't a set number per year (we do 6 hours per 80 hours worked (regular+holiday+leave). Additionally for our company, there is a three month carryover from the previous year before employees lose their previous yer earned leave.

    Having only started (barely) with power query I'm sure it's not much much different than the above; we currently are doing it in excel with ifs and sumifs.

  3. Jina says:

    me too unable to solve the question. Its too brilliant. Thanks for sharing the post.

  4. Juantxo Gutiérrez says:

    Very interesting usage of P Query, "the last but not the least" of POWER family add-ins in Excel. Really amazing. Thanks!!

Leave a Reply