Kay Unkroth 2021-03-07 19:44:28 -08:00
Родитель 4249bf0afe 293b7f7576
Коммит f545f065fb
3 изменённых файлов: 4 добавлений и 2 удалений

Просмотреть файл

@ -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!
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
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.

2
MetadataTranslator/MTCmd/Strings.Designer.cs сгенерированный
Просмотреть файл

@ -151,7 +151,7 @@ namespace MTCmd {
}
/// <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>
internal static string rootCmdDescription {
get {

Просмотреть файл

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