<?xml version="1.0"?><?xml-stylesheet type="text/xsl" href="/rss.xsl"?><rss version="2.0"><channel><title>DaxEditor Discussions Rss Feed</title><link>http://daxeditor.codeplex.com/discussions</link><description>DaxEditor Discussions Rss Description</description><item><title>New Post: DAX Editor failing to load after installing SP1</title><link>http://daxeditor.codeplex.com/discussions/403418</link><description>&lt;div style="line-height: normal;"&gt;I am working on this now.  No ETA at this point, but I will definitly add SP1 support + other features (query from DAX Editor, calculated columns editing and some other features).  &lt;br /&gt;
&lt;/div&gt;</description><author>nmed</author><pubDate>Thu, 18 Apr 2013 18:03:27 GMT</pubDate><guid isPermaLink="false">New Post: DAX Editor failing to load after installing SP1 20130418060327P</guid></item><item><title>New Post: DAX Editor failing to load after installing SP1</title><link>http://daxeditor.codeplex.com/discussions/403418</link><description>&lt;div style="line-height: normal;"&gt;Just following up.  Loved the import from bim -&amp;gt; dax but appears to no longer be working...  any update on post SP1?&lt;br /&gt;
&lt;/div&gt;</description><author>dr_nukem</author><pubDate>Thu, 18 Apr 2013 17:58:57 GMT</pubDate><guid isPermaLink="false">New Post: DAX Editor failing to load after installing SP1 20130418055857P</guid></item><item><title>New Post: DAX Editor failing to load after installing SP1</title><link>http://daxeditor.codeplex.com/discussions/403418</link><description>&lt;div style="line-height: normal;"&gt;
&lt;p&gt;Yes, DAX Editor needs a refresh in order to be consistent with SP1.&amp;nbsp; DLL dependency is easily fixed - there should not be any;&amp;nbsp; the bigger problem is that the way how measures are stored changed in SP1.&amp;nbsp; Before SP1 there used to be one MdxScript object with
 all the measure defined and DAX Editor can just edit this text.&amp;nbsp; Now every measure is in a special nested&amp;nbsp;XML, and it has properties like table name and measure name.&lt;/p&gt;
&lt;p&gt;I need to think how to change it so it works for both before SP1 measures structure as well as post SP1.&amp;nbsp; Hopefully I have something soon.&lt;/p&gt;
&lt;/div&gt;</description><author>nmed</author><pubDate>Fri, 16 Nov 2012 17:31:16 GMT</pubDate><guid isPermaLink="false">New Post: DAX Editor failing to load after installing SP1 20121116053116P</guid></item><item><title>New Post: DAX Editor failing to load after installing SP1</title><link>http://daxeditor.codeplex.com/discussions/403418</link><description>&lt;div style="line-height: normal;"&gt;
&lt;p&gt;Since installing SP1 I now get a warning message when starting SSDT saying that DAX Editor did not load. It suggeted running Visual Studio with the /log switch, but the only related information that it had in the log file was the following message:&lt;/p&gt;
&lt;p&gt;CreateInstance failed for package [Microsoft.DaxEditor.DaxEditorPackage, DaxEditor, Version=1.0.1.0, Culture=neutral, PublicKeyToken=null]&lt;/p&gt;
&lt;p&gt;Does DAX Editor have some sort of dependancy on a specific version of some of the SSAS dlls?&lt;/p&gt;
&lt;/div&gt;</description><author>dgosbell</author><pubDate>Fri, 16 Nov 2012 00:00:22 GMT</pubDate><guid isPermaLink="false">New Post: DAX Editor failing to load after installing SP1 20121116120022A</guid></item><item><title>New Post: Extracting Calculated Columns</title><link>http://daxeditor.codeplex.com/discussions/346805</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;&lt;span style="font-family: 'Segoe UI','sans-serif'; color: black; font-size: 10pt;"&gt;Thanks Julie, that's a good idea! We did not want to complicate the code, and it kind of worked well with measures. With calculated columns we'll need to send a batch with several ALTER's and ProcessRecalc and it can be slow, very slow. However, I will give it some thoughts.&lt;/span&gt;&lt;/p&gt;&lt;/div&gt;</description><author>nmed</author><pubDate>Mon, 05 Mar 2012 20:06:49 GMT</pubDate><guid isPermaLink="false">New Post: Extracting Calculated Columns 20120305080649P</guid></item><item><title>New Post: Extracting Calculated Columns</title><link>http://daxeditor.codeplex.com/discussions/346805</link><description>&lt;div style="line-height: normal;"&gt;
&lt;p&gt;I understand that the DAX Editor retrieves Calculated Members on the existing Tabular Model.&amp;nbsp;I think it would also be useful if it can also extract the definition of Calculated Columns too.&amp;nbsp; This would allow Tabular Model developers to easily edit
 / audit their DAX formula in Calculated Columns.&lt;/p&gt;
&lt;p&gt;Thanks!&lt;/p&gt;
&lt;p&gt;Julie&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;/div&gt;</description><author>mssqlgirl</author><pubDate>Thu, 01 Mar 2012 02:57:56 GMT</pubDate><guid isPermaLink="false">New Post: Extracting Calculated Columns 20120301025756A</guid></item><item><title>New Post: DAX Formatting</title><link>http://daxeditor.codeplex.com/discussions/278420</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;Please try Crtl+K &amp;lt; and Ctrl+K &amp;gt;.&amp;nbsp; They work better than anything else I saw, so ﻿IsLongStringBetweenParenthesiss is not implemented&amp;nbsp;:)&amp;nbsp; I used something like ﻿IsLongStringBetweenParenthesiss in MDX formatter, but&amp;nbsp;DAX formatting is better than in MDX.&amp;nbsp; And it is natural - in order to understand what query does user usually start with the top level function, than go to the second level functions, etc.&lt;/p&gt;
&lt;p&gt;As far as code goes, you are looking at the correct spot.&amp;nbsp; There are different type of end of file:&lt;br /&gt;- Eol (CR/LF, new text starts from position 0), &lt;br /&gt;- EolIndent (CR/LF + current indent), &lt;br /&gt;- EoLIndentPlus (CR/LF + increased indent) and &lt;br /&gt;&lt;span style="font-family: Consolas; font-size: x-small;"&gt;&lt;span style="font-family: Consolas; font-size: x-small;"&gt;-EolHardIndent1(CR/LF, new text starts with one fixed indent).&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;New formatting options should be defined &lt;span style="color: #000000;"&gt;in &lt;span style="font-family: Consolas; font-size: x-small;"&gt;&lt;span style="font-family: Consolas; font-size: x-small;"&gt;&lt;span style="font-family: Consolas; font-size: x-small;"&gt;DaxFormattingPage class.&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&amp;nbsp;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;/div&gt;</description><author>nmed</author><pubDate>Tue, 08 Nov 2011 00:12:43 GMT</pubDate><guid isPermaLink="false">New Post: DAX Formatting 20111108121243A</guid></item><item><title>New Post: password</title><link>http://daxeditor.codeplex.com/discussions/278434</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;Thank you Darren - I was already able to change the code by not logging on TFS. I was curios about what to do in case I can contribute with some change. I'll try the upload patch link in case I do something relevant.&lt;/p&gt;
&lt;p&gt;Cheers,&lt;/p&gt;
&lt;p&gt;Marco&lt;/p&gt;&lt;/div&gt;</description><author>marcorusso</author><pubDate>Sun, 06 Nov 2011 22:37:20 GMT</pubDate><guid isPermaLink="false">New Post: password 20111106103720P</guid></item><item><title>New Post: password</title><link>http://daxeditor.codeplex.com/discussions/278434</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;If you just want to open or build the source code&amp;nbsp;and don't currently want to contribute changes then&amp;nbsp;you should not need TFS credentials. (even if you do have changes to submit you could do this via the upload patch link on the source control page) I think if you click cancel when asked for credentials a dialog should pop-up asking if you want to remove the source control links - if you do this you should be able to open the project and compile it without needing a TFS login.&lt;/p&gt;&lt;/div&gt;</description><author>dgosbell</author><pubDate>Sun, 06 Nov 2011 22:24:10 GMT</pubDate><guid isPermaLink="false">New Post: password 20111106102410P</guid></item><item><title>New Post: password</title><link>http://daxeditor.codeplex.com/discussions/278434</link><description>&lt;div style="line-height: normal;"&gt;
&lt;div&gt;
&lt;p&gt;&lt;span lang="EN-US" style="font-size:11.0pt; font-family:"&gt;Username: marcorusso&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span lang="EN-US" style="font-size:11.0pt; font-family:"&gt;Password: TTHY78KLM42&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span lang="EN-US" style="font-size:11.0pt; font-family:"&gt;Thanks!&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span lang="EN-US" style="font-size:11.0pt; font-family:"&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span lang="EN-US" style="font-size:11.0pt; font-family:"&gt;Marco&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span lang="EN-US" style="font-size:11.0pt; font-family:"&gt;&lt;/span&gt;&lt;/p&gt;
&lt;div&gt;
&lt;div style="border:none; border-top:solid #B5C4DF 1.0pt; padding:3.0pt 0in 0in 0in"&gt;
&lt;p&gt;&lt;b&gt;&lt;span lang="EN-US" style="font-size:10.0pt; font-family:"&gt;From:&lt;/span&gt;&lt;/b&gt;&lt;span lang="EN-US" style="font-size:10.0pt; font-family:"&gt; wtomer
&lt;a href="mailto:[email removed]"&gt;[email removed]&lt;/a&gt; &lt;br&gt;
&lt;b&gt;Sent:&lt;/b&gt; Saturday, November 05, 2011 3:01 PM&lt;br&gt;
&lt;b&gt;To:&lt;/b&gt; Marco Russo (Loader)&lt;br&gt;
&lt;b&gt;Subject:&lt;/b&gt; password [DaxEditor:278434]&lt;/span&gt;&lt;/p&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-size:9.0pt; font-family:"&gt;From: wtomer&lt;/span&gt;&lt;/p&gt;
&lt;div id="ThreadNotificationPostBody" style="margin-bottom:24.0pt"&gt;
&lt;p&gt;&lt;span style="font-size:9.0pt; font-family:"&gt;connecting to tfs.codplex.com&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-size:9.0pt; font-family:"&gt;please provide credentials to connect to team Foundation server ( after open the file DaxEditorSample.sln)&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-size:9.0pt; font-family:"&gt;What the username and password?&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-size:9.0pt; font-family:"&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-size:9.0pt; font-family:"&gt;Thanks&lt;/span&gt;&lt;/p&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;</description><author>marcorusso</author><pubDate>Sat, 05 Nov 2011 17:03:17 GMT</pubDate><guid isPermaLink="false">New Post: password 20111105050317P</guid></item><item><title>New Post: password</title><link>http://daxeditor.codeplex.com/discussions/278434</link><description>&lt;div style="line-height: normal;"&gt;
&lt;p&gt;connecting to tfs.codplex.com&lt;/p&gt;
&lt;p&gt;please provide credentials to connect to team Foundation server ( after open the file&amp;nbsp;DaxEditorSample.sln)&lt;/p&gt;
&lt;p&gt;What the username and password?&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Thanks&lt;/p&gt;
&lt;/div&gt;</description><author>wtomer</author><pubDate>Sat, 05 Nov 2011 14:00:58 GMT</pubDate><guid isPermaLink="false">New Post: password 20111105020058P</guid></item><item><title>New Post: DAX Formatting</title><link>http://daxeditor.codeplex.com/discussions/278420</link><description>&lt;div style="line-height: normal;"&gt;
&lt;p&gt;I'd like to implement some settings related to DAX formatting.&lt;/p&gt;
&lt;p&gt;In particular, I'd like to control:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;newline for parameters of a function &lt;/li&gt;&lt;li&gt;newline for closing parenthesis &lt;/li&gt;&lt;/ul&gt;
&lt;p&gt;In particular, I'd like to avoid closing parenthesis always goes in a new line.&lt;/p&gt;
&lt;p&gt;I've seen the code has a &amp;quot;&amp;#65279;IsLongStringBetweenParenthesiss&amp;quot; function which is no longer used, but the best hint I would need is about the meaning of EolType enum. It seems that keeping the parenthesis in the same line as the last parameter can be done by
 using EolType.Unknown, but it's not clear to me how to control it - probably I'm missing something in the big picture about how EolType is handled in OnClosingParenthesis code. Probably I will understand it with more study, but in the meantime if you have
 any hint...&lt;/p&gt;
&lt;p&gt;Thanks,&lt;/p&gt;
&lt;p&gt;Marco&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;/div&gt;</description><author>marcorusso</author><pubDate>Sat, 05 Nov 2011 08:34:54 GMT</pubDate><guid isPermaLink="false">New Post: DAX Formatting 20111105083454A</guid></item></channel></rss>