Update README.md
This commit is contained in:
parent
cdbf751fd5
commit
ce91753852
@ -126,17 +126,17 @@ string url = "https://raw.githubusercontent.com/microsoft/Analysis-Services/mast
|
|||||||
* [DAX Expressions] The EVALUATEANDLOG function should not be used in production models ([#163](https://github.com/microsoft/Analysis-Services/issues/163))
|
* [DAX Expressions] The EVALUATEANDLOG function should not be used in production models ([#163](https://github.com/microsoft/Analysis-Services/issues/163))
|
||||||
* Updated Rules
|
* Updated Rules
|
||||||
* [Performance] Check if dynamic row level security (RLS) is necessary
|
* [Performance] Check if dynamic row level security (RLS) is necessary
|
||||||
* Updated the scope of the rule to Table Permissions ([#178](https://github.com/microsoft/Analysis-Services/issues/178))
|
* Updated the scope of the rule to Table Permissions ([#178](https://github.com/microsoft/Analysis-Services/issues/178))
|
||||||
* [Performance] Minimize Power Query transformations
|
* [Performance] Minimize Power Query transformations
|
||||||
* Removed 'select' from the Native.Query function portion of the rule
|
* Removed 'select' from the Native.Query function portion of the rule
|
||||||
* [Performance] Remove redundant columns in related tables
|
* [Performance] Remove redundant columns in related tables
|
||||||
* Added description
|
* Added description
|
||||||
* [Formatting] Provide format string for "Date" columns
|
* [Formatting] Provide format string for "Date" columns
|
||||||
* Updated description
|
* Updated description
|
||||||
* [DAX Expressions] No two measures should have the same definition
|
* [DAX Expressions] No two measures should have the same definition
|
||||||
* Added description
|
* Added description
|
||||||
* [Error Prevention] Data columns must have a source column
|
* [Error Prevention] Data columns must have a source column
|
||||||
* Updated description
|
* Updated description
|
||||||
* 2022-06-06 Version 1.2.2
|
* 2022-06-06 Version 1.2.2
|
||||||
* New Rules
|
* New Rules
|
||||||
* [DAX Expressions] Avoid using the '1-(x/y)' syntax
|
* [DAX Expressions] Avoid using the '1-(x/y)' syntax
|
||||||
@ -144,7 +144,7 @@ string url = "https://raw.githubusercontent.com/microsoft/Analysis-Services/mast
|
|||||||
* [Error Prevention] Relationship columns should be of the same data type
|
* [Error Prevention] Relationship columns should be of the same data type
|
||||||
* Updated Rules
|
* Updated Rules
|
||||||
* [Formatting] Percentage formatting
|
* [Formatting] Percentage formatting
|
||||||
* Fixed a bug within the fix expression
|
* Fixed a bug within the fix expression
|
||||||
* 2021-10-21 The Best Practice Rules are now available in [Italian](https://github.com/microsoft/Analysis-Services/tree/master/BestPracticeRules/Italian)!
|
* 2021-10-21 The Best Practice Rules are now available in [Italian](https://github.com/microsoft/Analysis-Services/tree/master/BestPracticeRules/Italian)!
|
||||||
* 2021-08-18 Version 1.2.1
|
* 2021-08-18 Version 1.2.1
|
||||||
* New Rules
|
* New Rules
|
||||||
@ -174,11 +174,11 @@ string url = "https://raw.githubusercontent.com/microsoft/Analysis-Services/mast
|
|||||||
* 2021-06-13 Version 1.1.2
|
* 2021-06-13 Version 1.1.2
|
||||||
* Modified Rules
|
* Modified Rules
|
||||||
* [DAX Expressions] Use the DIVIDE function for division
|
* [DAX Expressions] Use the DIVIDE function for division
|
||||||
* Updated the rule logic to not mistake comments for division
|
* Updated the rule logic to not mistake comments for division
|
||||||
* 2021-05-26 Version 1.1.1
|
* 2021-05-26 Version 1.1.1
|
||||||
* Modified Rules
|
* Modified Rules
|
||||||
* [DAX Expressions] Inactive relationships that are never activated
|
* [DAX Expressions] Inactive relationships that are never activated
|
||||||
* Expanded the scope to include Calculation Items ([#110](https://github.com/microsoft/Analysis-Services/issues/110))
|
* 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"))
|
* 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
|
* New Rules
|
||||||
* [DAX Expressions] Filter column values with proper syntax
|
* [DAX Expressions] Filter column values with proper syntax
|
||||||
@ -188,11 +188,11 @@ string url = "https://raw.githubusercontent.com/microsoft/Analysis-Services/mast
|
|||||||
* [Maintenance] Calculation groups with no calculation items
|
* [Maintenance] Calculation groups with no calculation items
|
||||||
* Modified Rules
|
* Modified Rules
|
||||||
* [Naming Conventions] Partition name should match table name for single partition tables
|
* [Naming Conventions] Partition name should match table name for single partition tables
|
||||||
* Added Fix Expression (must use Tabular Editor 2.16.1 or higher)
|
* Added Fix Expression (must use Tabular Editor 2.16.1 or higher)
|
||||||
* [Error Prevention] Calculated columns must have an expression
|
* [Error Prevention] Calculated columns must have an expression
|
||||||
* New name: Expression-reliant objects must have an expression
|
* New name: Expression-reliant objects must have an expression
|
||||||
* [Maintenance] Objects with no description
|
* [Maintenance] Objects with no description
|
||||||
* New name: Visible objects with no description
|
* New name: Visible objects with no description
|
||||||
* Removed Rules
|
* Removed Rules
|
||||||
* [DAX Expressions] No two measures should have the same definition
|
* [DAX Expressions] No two measures should have the same definition
|
||||||
* 2021-02-03 Version 1.0
|
* 2021-02-03 Version 1.0
|
||||||
|
Loading…
Reference in New Issue
Block a user