For more details on the functions in this recipe, refer to the following links:
- MAX: https://docs.microsoft.com/en-us/dax/max-function-dax
- MIN: https://docs.microsoft.com/en-us/dax/min-function-dax
- MONTH: https://docs.microsoft.com/en-us/dax/month-function-dax
- YEAR: https://docs.microsoft.com/en-us/dax/year-function-dax
- DATE: https://docs.microsoft.com/en-us/dax/date-function-dax
- SWITCH: https://docs.microsoft.com/en-us/dax/switch-function-dax
- EOMONTH: https://docs.microsoft.com/en-us/dax/eomonth-function-dax
- SUMMARIZE: https://docs.microsoft.com/en-us/dax/summarize-function-dax
- COUNTROWS: https://docs.microsoft.com/en-us/dax/countrows-function-dax
- DISTINCT: https://docs.microsoft.com/en-us/dax/distinct-function-dax
- SELECTCOLUMNS: https://docs.microsoft.com/en-us/dax/distinct-function-dax
- FILTER: https://docs.microsoft.com/en-us/dax/filter-function-dax
- ALL: https://docs.microsoft.com/en-us/dax/all-function-dax
- ADDCOLUMNS: https://docs.microsoft.com/en-us/dax/addcolumns-function-dax
- TRUE: https://docs.microsoft.com/en-us/dax/true-function-dax
- ISBLANK: https://docs.microsoft.com/en-us/dax/isblank-function-dax
- IN: https://docs.microsoft.com/en-us/dax/in-function