DAX editor for SQL Server
        Posted  
        
            by Davide Mauri
        on SQL Blog
        
        See other posts from SQL Blog
        
            or by Davide Mauri
        
        
        
        Published on Wed, 23 Nov 2011 06:58:10 GMT
        Indexed on 
            2011/11/23
            10:03 UTC
        
        
        Read the original article
        Hit count: 340
        
One of the major criticism to DAX is the lack of a decent editor and more in general of a dedicated IDE, like the one we have for T-SQL or MDX.
Well, this is no more true. On Codeplex a very interesting an promising Visual Studio 2010 extension has been released by the beginning of November 2011:
http://daxeditor.codeplex.com/
Intellisense, Syntax Highlighting and all the typical features offered by Visual Studio are available also for DAX.
Right now you have to download the source code and compile it, and that’s it!
© SQL Blog or respective owner