#data-visualisation-1
Read more stories on Hashnode
Articles with this tag
Evaluation Contexts So now that know how to use iterators, it's time for a little review. You can get away with not having a complete understanding of...
Anytime we want to do anything with multiple columns, We're going to use something called an iterator. An iterator basically is like a for loop in a...
FILTER Function Sometimes you need to apply more advanced filters. The FILTER function allows you to do that. So you might winder why we need a filter...
One of the most powerful features of DAX is the ability to manipulate filters. This allows for complicated time based logic, such as previous year to...
Calculated Columns Let's talk about some of the unique characteristics of a calculated column. First is the fact that they're calculated. So, we need...
Adding Meaning to a Data Model There are two different ways of adding meaning to your data model. Calculated Columns A way to add columns to your...