From cbfb922d4d1bf77eecb3e533ee6015c5f3b71668 Mon Sep 17 00:00:00 2001 From: m-kovalsky Date: Fri, 21 May 2021 12:50:18 +0300 Subject: [PATCH] Update README.md --- BestPracticeRules/README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/BestPracticeRules/README.md b/BestPracticeRules/README.md index b2b8d25..f1f8655 100644 --- a/BestPracticeRules/README.md +++ b/BestPracticeRules/README.md @@ -72,9 +72,9 @@ w.DownloadFile(url, downloadLoc); [Tabular Editor](https://tabulareditor.com/ "Tabular Editor") version 2.16.1 or higher. -## Versions +## Version History -* 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")) +* 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 * [DAX Expressions] Fllter measure values by columns, not tables @@ -90,3 +90,4 @@ w.DownloadFile(url, downloadLoc); * New name: Visible objects with no description * Removed Rules * [DAX Expressions] No two measures should have the same definition +* 2021-02-03 Version 1.0