From bc991b27c7a763a20a1bdea0ecd1d8f34070ba88 Mon Sep 17 00:00:00 2001 From: m-kovalsky Date: Wed, 26 May 2021 07:08:14 +0300 Subject: [PATCH] Update README.md --- BestPracticeRules/README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/BestPracticeRules/README.md b/BestPracticeRules/README.md index f1f8655..ca99f6a 100644 --- a/BestPracticeRules/README.md +++ b/BestPracticeRules/README.md @@ -74,6 +74,10 @@ w.DownloadFile(url, downloadLoc); ## Version History +* 2021-05-26 Version 1.1.1 + * Updated rules + * [DAX Expressions] Inactive relationships that are never activated + * Expanded the scope to include Calculation Items ([#110](https://github.com/microsoft/Analysis-Services/issues/110)) * 2021-05-20 Version 1.1 (make sure to read the [blog post](https://powerbi.microsoft.com/en-us/blog/best-practice-rules-to-improve-your-models-performance-and-design-v1-1/ "blog post")) * New Rules * [DAX Expressions] Filter column values with proper syntax