<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: DAX syntax highlighting in Notepad++ in Developer</title>
    <link>https://community.fabric.microsoft.com/t5/Developer/DAX-syntax-highlighting-in-Notepad/m-p/434621#M13381</link>
    <description>&lt;P&gt;I tried the step by step screenshots, but I guess it skips to a part where you should have loaded the XML file and doesn't show how to do it. Only at the end of the post it says how to import.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Somehow, I imported but the functions don't appear in the supposed box.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;What am I doing wrong?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm using Notepad++ 7.5.6 64-bits&lt;/P&gt;</description>
    <pubDate>Thu, 07 Jun 2018 11:55:08 GMT</pubDate>
    <dc:creator>zapppsr</dc:creator>
    <dc:date>2018-06-07T11:55:08Z</dc:date>
    <item>
      <title>DAX syntax highlighting in Notepad++</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/DAX-syntax-highlighting-in-Notepad/m-p/363293#M10838</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;ever since my DAX statements got more advanced, I found the code window in Power BI Desktop too small and wanted to use Notepad++ for it. Alas, there is no pre-defined syntax highlighting for DAX. So I went ahead and created my own. I share instruction on how to do that and also the already prepared XML file for easy import into Notepad++ over here: &lt;A href="http://www.sascha-kasper.com/dax-syntax-highlighting-for-notepad/" target="_blank"&gt;www.sascha-kasper.com/dax-syntax-highlighting-for-notepad/&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;You can have DAX syntax highlighing inside Notepad++ within 1 minute after reading this.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I hope it helps you as it helps me.&lt;/P&gt;</description>
      <pubDate>Thu, 22 Feb 2018 13:33:12 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/DAX-syntax-highlighting-in-Notepad/m-p/363293#M10838</guid>
      <dc:creator>skasper</dc:creator>
      <dc:date>2018-02-22T13:33:12Z</dc:date>
    </item>
    <item>
      <title>Re: DAX syntax highlighting in Notepad++</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/DAX-syntax-highlighting-in-Notepad/m-p/363328#M10839</link>
      <description>&lt;P&gt;This is great. The only issue that I had is that every time I click on Styler in the 64-bit version of Notepad++ it errors out, but that's not your issue! Thanks for putting this together!! The import worked awesome, that's definitely the way to go!!&lt;/P&gt;</description>
      <pubDate>Thu, 22 Feb 2018 14:21:39 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/DAX-syntax-highlighting-in-Notepad/m-p/363328#M10839</guid>
      <dc:creator>Greg_Deckler</dc:creator>
      <dc:date>2018-02-22T14:21:39Z</dc:date>
    </item>
    <item>
      <title>Re: DAX syntax highlighting in Notepad++</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/DAX-syntax-highlighting-in-Notepad/m-p/363957#M10857</link>
      <description>&lt;P&gt;Thank you. I am glad you find it useful.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am currently working on auto-complete, but this seems a bit buggy.&lt;/P&gt;</description>
      <pubDate>Fri, 23 Feb 2018 08:51:00 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/DAX-syntax-highlighting-in-Notepad/m-p/363957#M10857</guid>
      <dc:creator>skasper</dc:creator>
      <dc:date>2018-02-23T08:51:00Z</dc:date>
    </item>
    <item>
      <title>Re: DAX syntax highlighting in Notepad++</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/DAX-syntax-highlighting-in-Notepad/m-p/405992#M12105</link>
      <description>&lt;P&gt;Hi again,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I updated the DAX.xml file for Notepad++. It now also offers AutoComplete.&lt;/P&gt;&lt;P&gt;Just download it again and replace the old one.&lt;/P&gt;&lt;P&gt;Make sure you use the latest version (2.05) by checking the comment inside the file.&lt;/P&gt;&lt;P&gt;Let me know, if it works.&lt;/P&gt;</description>
      <pubDate>Fri, 27 Apr 2018 12:19:24 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/DAX-syntax-highlighting-in-Notepad/m-p/405992#M12105</guid>
      <dc:creator>skasper</dc:creator>
      <dc:date>2018-04-27T12:19:24Z</dc:date>
    </item>
    <item>
      <title>Re: DAX syntax highlighting in Notepad++</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/DAX-syntax-highlighting-in-Notepad/m-p/413426#M12309</link>
      <description>&lt;P&gt;Updated the file (now version 3.01) to include&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Parameters&lt;/LI&gt;&lt;LI&gt;Return Value&lt;/LI&gt;&lt;LI&gt;Description&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;See the screenshots in the &lt;A href="http://www.sascha-kasper.com/dax-syntax-highlighting-for-notepad/" target="_blank"&gt;updated post&lt;/A&gt; for details.&lt;/P&gt;&lt;P&gt;I did only preliminary testing, so if you find any issues, please let me know.&lt;/P&gt;</description>
      <pubDate>Wed, 09 May 2018 06:59:56 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/DAX-syntax-highlighting-in-Notepad/m-p/413426#M12309</guid>
      <dc:creator>skasper</dc:creator>
      <dc:date>2018-05-09T06:59:56Z</dc:date>
    </item>
    <item>
      <title>Re: DAX syntax highlighting in Notepad++</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/DAX-syntax-highlighting-in-Notepad/m-p/434621#M13381</link>
      <description>&lt;P&gt;I tried the step by step screenshots, but I guess it skips to a part where you should have loaded the XML file and doesn't show how to do it. Only at the end of the post it says how to import.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Somehow, I imported but the functions don't appear in the supposed box.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;What am I doing wrong?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm using Notepad++ 7.5.6 64-bits&lt;/P&gt;</description>
      <pubDate>Thu, 07 Jun 2018 11:55:08 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/DAX-syntax-highlighting-in-Notepad/m-p/434621#M13381</guid>
      <dc:creator>zapppsr</dc:creator>
      <dc:date>2018-06-07T11:55:08Z</dc:date>
    </item>
    <item>
      <title>Re: DAX syntax highlighting in Notepad++</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/DAX-syntax-highlighting-in-Notepad/m-p/434667#M13395</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/9653"&gt;@zapppsr&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;thank you for pointing this out. I just updated the blog post to include a screenshot showing the 3 clicks for importing the XML file (I am using the same Notepad++ version as you).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I also double-checked the file and after importing it, highlighting and auto-complete work as they should. If you keep experiencing issues, please check the Notepad++ Wiki (&lt;A href="http://docs.notepad-plus-plus.org/index.php/Main_Page" target="_blank"&gt;http://docs.notepad-plus-plus.org/index.php/Main_Page&lt;/A&gt;).&lt;/P&gt;</description>
      <pubDate>Thu, 07 Jun 2018 12:51:28 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/DAX-syntax-highlighting-in-Notepad/m-p/434667#M13395</guid>
      <dc:creator>skasper</dc:creator>
      <dc:date>2018-06-07T12:51:28Z</dc:date>
    </item>
    <item>
      <title>Re: DAX syntax highlighting in Notepad++</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/DAX-syntax-highlighting-in-Notepad/m-p/434670#M13396</link>
      <description>&lt;P&gt;Thank you&amp;nbsp;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/313"&gt;@Greg_Deckler&lt;/a&gt;. Much appreciated. Glad it helps.&lt;/P&gt;</description>
      <pubDate>Thu, 07 Jun 2018 12:52:51 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/DAX-syntax-highlighting-in-Notepad/m-p/434670#M13396</guid>
      <dc:creator>skasper</dc:creator>
      <dc:date>2018-06-07T12:52:51Z</dc:date>
    </item>
    <item>
      <title>Re: DAX syntax highlighting in Notepad++</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/DAX-syntax-highlighting-in-Notepad/m-p/434728#M13401</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/12359"&gt;@skasper&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for replying and updating the post so quickly.&lt;/P&gt;&lt;P&gt;Maybe because I'm new to Notepad++ I missed the step where I should select the DAX language after Importing it.&lt;/P&gt;&lt;P&gt;Your new screen is good, but I would highlight for noobs like me that I have to select the language after importing...&lt;/P&gt;&lt;P&gt;Other than that, thanks a lot for providing this!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;IMG src="https://ip1.i.lithium.com/30eb17ab8990d4e00c540ac28e5af3c6b874e5b9/687474703a2f2f6172717569766f7362692e66696573632e636f6d2e62722f696d616765732f706f77657262692f436c6970626f61726430312e706e67" border="0" alt="" width="387" height="166" /&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 07 Jun 2018 14:04:20 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/DAX-syntax-highlighting-in-Notepad/m-p/434728#M13401</guid>
      <dc:creator>zapppsr</dc:creator>
      <dc:date>2018-06-07T14:04:20Z</dc:date>
    </item>
    <item>
      <title>Re: DAX syntax highlighting in Notepad++</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/DAX-syntax-highlighting-in-Notepad/m-p/434746#M13403</link>
      <description>&lt;P&gt;true. I added a sentence or two to explain this, too. Enjoy!&lt;/P&gt;</description>
      <pubDate>Thu, 07 Jun 2018 14:30:57 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/DAX-syntax-highlighting-in-Notepad/m-p/434746#M13403</guid>
      <dc:creator>skasper</dc:creator>
      <dc:date>2018-06-07T14:30:57Z</dc:date>
    </item>
    <item>
      <title>Re: DAX syntax highlighting in Notepad++</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/DAX-syntax-highlighting-in-Notepad/m-p/434747#M13404</link>
      <description>&lt;P&gt;Thanks!&lt;/P&gt;</description>
      <pubDate>Thu, 07 Jun 2018 14:33:25 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/DAX-syntax-highlighting-in-Notepad/m-p/434747#M13404</guid>
      <dc:creator>zapppsr</dc:creator>
      <dc:date>2018-06-07T14:33:25Z</dc:date>
    </item>
    <item>
      <title>Re: DAX syntax highlighting in Notepad++</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/DAX-syntax-highlighting-in-Notepad/m-p/580499#M17841</link>
      <description>&lt;P&gt;Updated the xml file for Notepad++ with the latest DAX functions, giving you syntax highlighting and auto complete.&lt;/P&gt;&lt;P&gt;Find the file and instructions &lt;A href="http://sascha-kasper.com/dax-syntax-highlighting-for-notepad/" target="_blank"&gt;here&lt;/A&gt;.&amp;nbsp;&lt;/P&gt;&lt;P&gt;ISINSCOPE&lt;BR /&gt;COMBINEVALUES&lt;BR /&gt;UTCNOW&lt;BR /&gt;UTCTODAY&lt;BR /&gt;NORM.DIST&lt;BR /&gt;NORM.INV&lt;BR /&gt;NORM.S.DIST&lt;BR /&gt;NORM.S.INV&lt;BR /&gt;T.DIST&lt;BR /&gt;T.DIST.2T&lt;BR /&gt;T.DIST.RT&lt;BR /&gt;T.INV&lt;BR /&gt;T.INV.2T&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 06 Dec 2018 13:35:02 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/DAX-syntax-highlighting-in-Notepad/m-p/580499#M17841</guid>
      <dc:creator>skasper</dc:creator>
      <dc:date>2018-12-06T13:35:02Z</dc:date>
    </item>
    <item>
      <title>Re: DAX syntax highlighting in Notepad++</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/DAX-syntax-highlighting-in-Notepad/m-p/605167#M18289</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="http://sascha-kasper.com/dax-syntax-highlighting-for-notepad/" target="_blank"&gt;updated the file &lt;/A&gt;again with new functions (see change log on the web site).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Also, I did the same exercise for M (Power Query). You can find that &lt;A href="http://sascha-kasper.com/m-aka-power-query-and-notepad/" target="_blank"&gt;here&lt;/A&gt;.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I hope they help you.&lt;/P&gt;</description>
      <pubDate>Mon, 21 Jan 2019 13:13:20 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/DAX-syntax-highlighting-in-Notepad/m-p/605167#M18289</guid>
      <dc:creator>skasper</dc:creator>
      <dc:date>2019-01-21T13:13:20Z</dc:date>
    </item>
    <item>
      <title>Re: DAX syntax highlighting in Notepad++</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/DAX-syntax-highlighting-in-Notepad/m-p/652427#M18902</link>
      <description>&lt;P&gt;Hi&amp;nbsp;I am getting a&amp;nbsp;Failed to Import Error for the DAX.xml&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks Rodney&lt;/P&gt;</description>
      <pubDate>Sun, 24 Mar 2019 21:41:42 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/DAX-syntax-highlighting-in-Notepad/m-p/652427#M18902</guid>
      <dc:creator>zenton</dc:creator>
      <dc:date>2019-03-24T21:41:42Z</dc:date>
    </item>
    <item>
      <title>Re: DAX syntax highlighting in Notepad++</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/DAX-syntax-highlighting-in-Notepad/m-p/652716#M18905</link>
      <description>&lt;P&gt;Hi Rodney,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I fixed the import file (had forgotten to close a tag). It is working now as it should. Sorry for the inconvenicence. Please find the udpdated file online at the link provided in my post.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 25 Mar 2019 07:54:01 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/DAX-syntax-highlighting-in-Notepad/m-p/652716#M18905</guid>
      <dc:creator>skasper</dc:creator>
      <dc:date>2019-03-25T07:54:01Z</dc:date>
    </item>
    <item>
      <title>Re: DAX syntax highlighting in Notepad++</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/DAX-syntax-highlighting-in-Notepad/m-p/699115#M19491</link>
      <description>&lt;P&gt;Hi, Im trying the DAX highlihting file, works perfect, but I cant make the autocomplete work, is there something to do to enable this functionality?&lt;/P&gt;&lt;P&gt;thanks&amp;nbsp;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/12359"&gt;@skasper&lt;/a&gt;&amp;nbsp;!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 24 May 2019 07:14:53 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/DAX-syntax-highlighting-in-Notepad/m-p/699115#M19491</guid>
      <dc:creator>ctrip77</dc:creator>
      <dc:date>2019-05-24T07:14:53Z</dc:date>
    </item>
    <item>
      <title>Re: DAX syntax highlighting in Notepad++</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/DAX-syntax-highlighting-in-Notepad/m-p/2412257#M35120</link>
      <description>&lt;P&gt;Thank you !&lt;/P&gt;</description>
      <pubDate>Wed, 23 Mar 2022 12:13:09 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/DAX-syntax-highlighting-in-Notepad/m-p/2412257#M35120</guid>
      <dc:creator>Rygaard</dc:creator>
      <dc:date>2022-03-23T12:13:09Z</dc:date>
    </item>
    <item>
      <title>Re: DAX syntax highlighting in Notepad++</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/DAX-syntax-highlighting-in-Notepad/m-p/2678688#M37708</link>
      <description>&lt;P&gt;Just downloaded version 4.00. Great improvementes for dark mode. Now I don't need to tweak it anymore. Great job.&lt;/P&gt;</description>
      <pubDate>Wed, 03 Aug 2022 12:53:14 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/DAX-syntax-highlighting-in-Notepad/m-p/2678688#M37708</guid>
      <dc:creator>diegomsg</dc:creator>
      <dc:date>2022-08-03T12:53:14Z</dc:date>
    </item>
    <item>
      <title>Re: DAX syntax highlighting in Notepad++</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/DAX-syntax-highlighting-in-Notepad/m-p/3060252#M41026</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/12359"&gt;@skasper&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for the xml and blog - realy hepful!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm new to Notepad++ sorry, but I was wondering how to parse/format the code so that it steps/indents nicely. Is that possible?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;Craig&lt;/P&gt;</description>
      <pubDate>Fri, 03 Feb 2023 12:05:16 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/DAX-syntax-highlighting-in-Notepad/m-p/3060252#M41026</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2023-02-03T12:05:16Z</dc:date>
    </item>
    <item>
      <title>Re: DAX syntax highlighting in Notepad++</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/DAX-syntax-highlighting-in-Notepad/m-p/3807877#M51407</link>
      <description>&lt;P&gt;So &lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/12359"&gt;@skasper&lt;/a&gt;&amp;nbsp;- just checking: we need to pay you for these, and give you email addresses right?&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 03 Apr 2024 12:17:45 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/DAX-syntax-highlighting-in-Notepad/m-p/3807877#M51407</guid>
      <dc:creator>j1s</dc:creator>
      <dc:date>2024-04-03T12:17:45Z</dc:date>
    </item>
  </channel>
</rss>

