For more details about functions used in this recipe, refer to the following links:
- Mann-Kendall test: https://www.real-statistics.com/time-series-analysis/time-series-miscellaneous/mann-kendall-test/
- Mann-Kendall Analysis: https://www.statisticshowto.datasciencecentral.com/wp-content/uploads/2016/08/Mann-Kendall-Analysis-1.pdf
- What is the Mann-Kendall trend test?: https://www.statisticshowto.datasciencecentral.com/mann-kendall-trend-test/
- SUMMARIZE: https://docs.microsoft.com/en-us/dax/summarize-function-dax
- COUNTROWS: https://docs.microsoft.com/en-us/dax/countrows-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
- COUNTX: https://docs.microsoft.com/en-us/dax/countx-function-dax
- FILTER: https://docs.microsoft.com/en-us/dax/filter-function-dax
- ALLSELECTED: https://docs.microsoft.com/en-us/dax/allselected-function-dax
- EARLIER: https://docs.microsoft.com/en-us/dax/earlier-function-dax
- GROUPBY: https://docs.microsoft.com/en-us/dax/groupby-function-dax
- ISBLANK: https://docs.microsoft.com/en-us/dax/isblank-function-dax
- SQRT: https://docs.microsoft.com/en-us/dax/sqrt-function-dax
- SWITCH: https://docs.microsoft.com/en-us/dax/switch-function-dax
- NORM.S.DIST: https://docs.microsoft.com/en-us/dax/norm-s-dist-function-dax
- IF: https://docs.microsoft.com/en-us/dax/if-function-dax