This commit is contained in:
Kay Unkroth 2021-03-07 19:44:28 -08:00
commit f545f065fb
3 changed files with 4 additions and 2 deletions

View File

@ -2,6 +2,8 @@
Make sure to also check out the [PowerBI.com blog post](https://powerbi.microsoft.com/en-us/blog/best-practice-rules-to-improve-your-models-performance/ "PowerBI.com blog post") on this topic! Make sure to also check out the [PowerBI.com blog post](https://powerbi.microsoft.com/en-us/blog/best-practice-rules-to-improve-your-models-performance/ "PowerBI.com blog post") on this topic!
Also, check out this [post](https://www.elegantbi.com/post/bestpracticerulesavings "Best Practice Rule Savings") for quantifying the savings of following specific Best Practice Rules.
## Purpose ## Purpose
Running this collection of rules inside [Tabular Editor](https://tabulareditor.com/ "Tabular Editor")'s [Best Practice Analyzer](https://docs.tabulareditor.com/Best-Practice-Analyzer.html "Best Practice Analyzer") will inform you of potential issues to fix or improvements to be made with regard to performance optimization and model design. Running this collection of rules inside [Tabular Editor](https://tabulareditor.com/ "Tabular Editor")'s [Best Practice Analyzer](https://docs.tabulareditor.com/Best-Practice-Analyzer.html "Best Practice Analyzer") will inform you of potential issues to fix or improvements to be made with regard to performance optimization and model design.

View File

@ -151,7 +151,7 @@ namespace MTCmd {
} }
/// <summary> /// <summary>
/// Looks up a localized string similar to Machine Translator command-line app. /// Looks up a localized string similar to Metadata Translator command-line app.
/// </summary> /// </summary>
internal static string rootCmdDescription { internal static string rootCmdDescription {
get { get {

View File

@ -148,6 +148,6 @@
<value>Use the --import-file option to specify an import file for this operation.</value> <value>Use the --import-file option to specify an import file for this operation.</value>
</data> </data>
<data name="rootCmdDescription" xml:space="preserve"> <data name="rootCmdDescription" xml:space="preserve">
<value>Machine Translator command-line app</value> <value>Metadata Translator command-line app</value>
</data> </data>
</root> </root>