Skip to main content

2 docs tagged with "Calculated column"

View All Tags

3.3 | Preparing the customer dimension (dimCustomer)

After connecting the Excel file and its data tables, we will now proceed with preparing the individual dimension and fact tables using data transformation steps in Power Query. The first dimension we will prepare is the customer dimension containing respective master data.

5.8 | Creating a calculated table with DAX

For a measure to work properly, the DAX code used must return a single value. But there are also DAX functions that return entire tables. Given that, we can create calculated tables using DAX that are part of the data model. In this short chapter, I want to show how this is done using different DAX table functions.