From 2a494f31137635a78b532455a1cb923a1ed584fe Mon Sep 17 00:00:00 2001 From: m-kovalsky Date: Mon, 26 Jul 2021 16:22:46 +0300 Subject: [PATCH] Update README.md --- BestPracticeRules/README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/BestPracticeRules/README.md b/BestPracticeRules/README.md index a30d47d..662977f 100644 --- a/BestPracticeRules/README.md +++ b/BestPracticeRules/README.md @@ -103,8 +103,6 @@ w.DownloadFile(url, downloadLoc); * [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