From fc068abc0baa25ebf98dd44c20aedd19fd140f22 Mon Sep 17 00:00:00 2001 From: m-kovalsky Date: Thu, 20 May 2021 07:05:11 +0300 Subject: [PATCH] Update README.md --- BestPracticeRules/README.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/BestPracticeRules/README.md b/BestPracticeRules/README.md index 2001529..f06f754 100644 --- a/BestPracticeRules/README.md +++ b/BestPracticeRules/README.md @@ -69,3 +69,22 @@ w.DownloadFile(url, downloadLoc); ## Requirements [Tabular Editor](https://tabulareditor.com/ "Tabular Editor") version 2.16.1 or higher. + +## Versions + +* Version 1.1 + * New Rules + * [DAX Expressions] Filter column values with proper syntax + * [DAX Expressions] Fllter measure values by columns, not tables + * [DAX Expressions] Inactive relationships that are never activated + * [Maintenance] Perspectives with no objects + * [Maintenance] Calculation groups with no calculation items + * Modified Rules + * [Naming Conventions] Partition name should match table name for single partition tables + * Added Fix Expression (must use Tabular Editor 2.16.1 or higher) + * [Error Prevention] Calculated columns must have an expression + * New name: Expression-reliant objects must have an expression + * [Maintenance] Objects with no description + * New name: Visible objects with no description + * Removed Rules + * [DAX Expressions] No two measures should have the same definition