For more details of the functions in this recipe, refer to the following links:
- COUNT: https://docs.microsoft.com/en-us/dax/count-function-dax
- AVERAGE: https://docs.microsoft.com/en-us/dax/average-function-dax
- STDEV.P: https://docs.microsoft.com/en-us/dax/stdev-p-function-dax
- VAR.P: https://docs.microsoft.com/en-us/dax/var-p-function-dax
- MEDIAN: https://docs.microsoft.com/en-us/dax/median-function-dax
- COUNTROWS: https://docs.microsoft.com/en-us/dax/countrows-function-dax
- SUMMARIZE: https://docs.microsoft.com/en-us/dax/summarize-function-dax
- ADDCOLUMNS: https://docs.microsoft.com/en-us/dax/addcolumns-function-dax
- SUMX: https://docs.microsoft.com/en-us/dax/sumx-function-dax
- DIVIDE: https://docs.microsoft.com/en-us/dax/divide-function-dax
- FILTER: https://docs.microsoft.com/en-us/dax/filter-function-dax
- MAX: https://docs.microsoft.com/en-us/dax/max-function-dax
- MIN: https://docs.microsoft.com/en-us/dax/min-function-dax
- DISTINCT: https://docs.microsoft.com/en-us/dax/distinct-function-dax
- ALL: https://docs.microsoft.com/en-us/dax/all-function-dax
- SELECTCOLUMNS: https://docs.microsoft.com/en-us/dax/selectcolumns-function-dax