TabularEditor / TabularEditor

This is the code repository and issue tracker for Tabular Editor 2.X (free, open-source version). This repository is being maintained by Daniel Otykier.
https://tabulareditor.com
MIT License
862 stars 212 forks source link

Is it possible to export the results of best practice analyzer from the tabular editor #342

Open AsraTahseen opened 4 years ago

otykier commented 4 years ago

Hi - unfortuntately there is no functionality within the UI to export the results, but this is a good idea - I'll consider it for a future version.

In the mean time, you can execute the best practice analyzer from the command line and pipe the output into a file.

For a model "AdventureWorks" that has been deployed to "localhost":

TabularEditor.exe localhost AdventureWorks -A > bparesults.txt

For a Model.bim file:

TabularEditor.exe "c:\Projects\SSAS\AdventureWorks\Model.bim" -A > bparesults.txt

You'll get a file that looks like this:

image

inspirz commented 6 months ago

Hi,

Has there been a release to export Best Practice Analyzer results since this post?

Metsafiri commented 2 months ago

hi, when I run the script in Powershell, it returns this error: TabularEditor.exe : The term 'TabularEditor.exe' is not recognized as the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path was included, verify that the path is correct and try again. At line:1 char:1