DAX Editor for SQL Server (free)
Download DAX editor and read more here...
Project Description
The DAX Editor for SQL Server an extension to Visual Studio 2010 that implements a language service for the DAX language. The DAX language is the expression languaged used for SQL Server Analysis Services tabular models. This extension can be used when editing DAX queries and also for writing DAX measures.This extension was written in C# and implements the language service using managed Babel.
Features
- DAX syntax highlighting
- DAX formatting. Support for increasing and decreasing format depth using Edit->Advanced->Increase Format Depth or Decrease Format Depth
- IntelliSense support for keywords, functions, columns, and measures. Press Ctrl+Space to show IntelliSense.
- Autocomplete for keywords, functions, tables, columns and measures. Press Ctrl+Space to autocomplete.
- Syntax error reporting using squiggles/Error List
- Brace matching
- QuickInfo support in AutoComplete list that gives description of functions
- F1 help for functions & keywords
Prerequisites
- Visual Studio 2010 Pro or higher
- Visual Studio 2010 SDK, available for download at http://www.microsoft.com/download/en/details.aspx?id=2680
- AMO and ADOMD. CTP3 versions of these DLLs are available for download at http://www.microsoft.com/download/en/details.aspx?id=26726
- To edit measures in tabular models, you must have SQL Server Data Tools for SQL Server 2012 installed. The CTP3 is available at http://www.microsoft.com/betaexperience/pd/SQLDCTP3CTA/enus/default.aspx. This CTP includes Visual Studio 2010, AMO, ADOMD, and an evaluation version of the Analysis Services Engine.