Do you know the difference between Calculated Columns and Measures in Power BI?

Updated by Brady Stroud [SSW] 1 year ago. See history

123

When you run into a wall in Power BI and feel like you've exhausted the out of the box functionality, that when it's time to investigate what a bit of DAX can do for you.

There are 2 different things you can do with DAX, create a Measure or a Calculated Column.

Calculated columns:

  • Stored in the database
  • Often used to filter/group data

Measures:

  • Computed on aggregates of values
  • Computed at query time
  • Often used to give a numerical metric
GroupingColumn = if (value<x, small, if(value<y, medium, large))

✅ Figure: Figure - Good Example: Nested if statements are a great way to split up your data into groups


Acknowledgements

Related rules

No related rules.

Need help?

SSW Consulting has over 30 years of experience developing awesome software solutions.

We open source.Loving SSW Rules? Star us on GitHub. Star