<?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 Sales Orders Name by Month in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Sales-Orders-Name-by-Month/m-p/3081050#M107384</link>
    <description>&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;SPAN&gt;Hi,&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;P&gt;&lt;BR /&gt;I need help creating a visual that looks similar to this. May it be solved with Dax?&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;img /&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;A visual showing the invoiced orders for a specific month. I'm not interested to see any values of the sales orders. I have a date table and the order numbers. I believe it should be simple, but I have not suceeded after trying and googling for hours.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This is the closest I have to get a solution, but I want to see the sales order numbers in the "boxes", not as legends outside the graph. It's also quite messy&lt;SPAN&gt;&amp;nbsp;&lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;img /&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks in advance!&amp;nbsp;&lt;/P&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
    <pubDate>Wed, 15 Feb 2023 08:47:12 GMT</pubDate>
    <dc:creator>P-Lag</dc:creator>
    <dc:date>2023-02-15T08:47:12Z</dc:date>
    <item>
      <title>Sales Orders Name by Month</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Sales-Orders-Name-by-Month/m-p/3081050#M107384</link>
      <description>&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;SPAN&gt;Hi,&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;P&gt;&lt;BR /&gt;I need help creating a visual that looks similar to this. May it be solved with Dax?&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;img /&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;A visual showing the invoiced orders for a specific month. I'm not interested to see any values of the sales orders. I have a date table and the order numbers. I believe it should be simple, but I have not suceeded after trying and googling for hours.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This is the closest I have to get a solution, but I want to see the sales order numbers in the "boxes", not as legends outside the graph. It's also quite messy&lt;SPAN&gt;&amp;nbsp;&lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;img /&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks in advance!&amp;nbsp;&lt;/P&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Wed, 15 Feb 2023 08:47:12 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Sales-Orders-Name-by-Month/m-p/3081050#M107384</guid>
      <dc:creator>P-Lag</dc:creator>
      <dc:date>2023-02-15T08:47:12Z</dc:date>
    </item>
    <item>
      <title>Re: Sales Orders Name by Month</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Sales-Orders-Name-by-Month/m-p/3081223#M107396</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="515084" data-lia-user-login="P-Lag" class="lia-mention lia-mention-user"&gt;P-Lag&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;the simplest solution would be&lt;/P&gt;
&lt;P&gt;&amp;nbsp;CONCATENATEX ( VALUES ( Sales[Order Number] ),&amp;nbsp;&lt;SPAN&gt;Sales[Order Number], UNICHAR ( 10 ),&amp;nbsp;Sales[Order Number], ASC )&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 15 Feb 2023 10:23:37 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Sales-Orders-Name-by-Month/m-p/3081223#M107396</guid>
      <dc:creator>tamerj1</dc:creator>
      <dc:date>2023-02-15T10:23:37Z</dc:date>
    </item>
    <item>
      <title>Re: Sales Orders Name by Month</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Sales-Orders-Name-by-Month/m-p/3081327#M107400</link>
      <description>&lt;P&gt;Hi &amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;It worked! This help made my day - A big thank you!&lt;BR /&gt;&lt;BR /&gt;Now I have two following questions &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt; Is it also possible to invert the range like this?&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;And also, is it possible to create a visual like this - that is more graphic &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you in advance &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 15 Feb 2023 11:20:17 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Sales-Orders-Name-by-Month/m-p/3081327#M107400</guid>
      <dc:creator>P-Lag</dc:creator>
      <dc:date>2023-02-15T11:20:17Z</dc:date>
    </item>
    <item>
      <title>Re: Sales Orders Name by Month</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Sales-Orders-Name-by-Month/m-p/3081466#M107414</link>
      <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="515084" data-lia-user-login="P-Lag" class="lia-mention lia-mention-user"&gt;P-Lag&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;Try to to use "Tab" as a delimiter&lt;/P&gt;
&lt;LI-CODE lang="javascript"&gt;=
CONCATENATEX (
    VALUES ( Sales[Order Number] ),
    Sales[Order Number],
    "	",
    Sales[Order Number], ASC
)&lt;/LI-CODE&gt;
&lt;P&gt;Such visual would be much more complex. Try to avoid going into such complexity unless greatly needed.&lt;/P&gt;</description>
      <pubDate>Wed, 15 Feb 2023 13:05:23 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Sales-Orders-Name-by-Month/m-p/3081466#M107414</guid>
      <dc:creator>tamerj1</dc:creator>
      <dc:date>2023-02-15T13:05:23Z</dc:date>
    </item>
  </channel>
</rss>

