Posts

Showing posts from October, 2021

Age Calculation

Age Calculation in Power BI using Power Query Power Query has a simple method to calculating the age . But, since DAX is one of the well-known language used in numerous computations in Power BI, many do not realize this feature of Power Query. In this blog post , I will explain how simple the process is calculate Age in PowerBI using PowerBI. The method is exceptionally helpful in cases where you need in order to calculate the the calculations of age. can be carried out using a calculated row-by-row basis. Calculate Age from a date Here's the DimCustomer table that is an element of the AdventureWorksDW table and is the birthdate column. I've removed a few columns that don't need to be there for clarity; In order to calculate how old every client, the only thing you'll need to do is to: In Power BI Desktop, Click on Transform Data In the Power Query Editor window, select the first column. Birthdate. Click on the Add Column Tab next to the...