I’ve always had a passion for storytelling, and lately, I’ve noticed how often data explanations get lost in technical jargon. I believe the best way to explain data is through a narrative that resonates. That is why I created Timmy, a character who guides you through each story. Through Timmy’s adventures, I break down complex data situations into simple, engaging narratives that make it easier to understand and remember.

  • Power BI: DAX Variables

    Power BI: DAX Variables

    Using Variables in DAX improves the readability of your code by making it easier to follow the logic and structure of calculations. Additionally, variables can enhance performance in certain scenarios, as they allow calculations to…


  • Power BI: DAX Remove Filters and Keep Filters

    Power BI: DAX Remove Filters and Keep Filters

    This guide assumes you’re familiar with DAX concepts like Row Context and the CALCULATE function. If not, don’t worry—I’ve got you covered! As discussed before in the blog about filter context, the filters listed in…


  • Power BI: DAX Context Transition Explained

    Power BI: DAX Context Transition Explained

    If you’ve ever written DAX code only to encounter unexpected results, it’s possible that you’ve run into Context Transition without realizing it. Context Transition refers to a shift where a Row Context becomes a Filter…


  • Power BI: DAX Calculate Function

    Power BI: DAX Calculate Function

    The CALCULATE function is arguably the most crucial function in DAX. It’s the only function that lets you manipulate the filter context, allowing you to specify and alter the conditions under which your…


  • Power BI: Measures vs Calculated Columns

    Power BI: Measures vs Calculated Columns

    Power BI Measures and Calculated Columns can seem confusing at first glance, but on breaking down their differences, it becomes easier to understand how they work and how to effectively utilize…


  • Power BI: DAX Row Context

    Power BI: DAX Row Context

    Many people often confuse Row Context with Filter Context due to naming as Filter Context is created from the “rows” of a table visualization in a lot of cases. To explore…


  • Power BI: DAX Filter Context

    Power BI: DAX Filter Context

    When people hear “Power BI” they often think of its stunning visuals and interactive dashboards. However, the real magic happens behind the scenes with Data Analysis Expressions (DAX). DAX is the…