Merge branch 'master' of https://github.com/microsoft/Analysis-Services
This commit is contained in:
commit
f545f065fb
@ -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.
|
||||||
|
2
MetadataTranslator/MTCmd/Strings.Designer.cs
generated
2
MetadataTranslator/MTCmd/Strings.Designer.cs
generated
@ -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 {
|
||||||
|
@ -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>
|
Loading…
Reference in New Issue
Block a user