From 40ab19570c1420476780a7d60ade03ceb58b8767 Mon Sep 17 00:00:00 2001 From: m-kovalsky Date: Mon, 26 Jul 2021 16:22:21 +0300 Subject: [PATCH] Update README.md --- BestPracticeRules/README.md | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/BestPracticeRules/README.md b/BestPracticeRules/README.md index 62f139c..a30d47d 100644 --- a/BestPracticeRules/README.md +++ b/BestPracticeRules/README.md @@ -82,6 +82,29 @@ w.DownloadFile(url, downloadLoc); ## Version History +* 2021-07-26 Version 1.2 + * New Rules + * [Error Prevention] Avoid structured data sources with provider partitions + * Modified Rules + * [DAX Expressions] Column references should be fully qualified + * Scope: Added 'Table Permissions' + * [Formatting] Hide fact table columns + * Simplified rule logic + * [Performance] Check if dynamic row level security (RLS) is necessary + * Simplified rule logic + * [Performance] Limit row level security (RLS) logic + * Simplified rule logic + * [Formatting] Add data category for columns + * Fixed rule logic + * [Performance] Measures using time intelligence and model is using Direct Query + * Simplified rule logic + * [Performance] Reduce usage of calculated columns that use the RELATED function + * Simplified rule logic + * [Performance] Reduce usage of long-length columns with high cardinality + * Updated rule logic to use Int64 + +![image](https://user-images.githubusercontent.com/29556918/126995487-981282dd-e3e1-4b3b-b825-ecf008535cb7.png) + * 2021-06-13 Version 1.1.2 * Modified Rules * [DAX Expressions] Use the DIVIDE function for division