<?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 Create Table with Generateseries() and a String Value in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Create-Table-with-Generateseries-and-a-String-Value/m-p/2780200#M86973</link>
    <description>&lt;P&gt;Dear community,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;the problem seems simple to solve, somehow it doesnt work as planned.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;What I want to achieve is the following. I want a table with the following Cells&lt;/P&gt;&lt;P&gt;--------------------&lt;/P&gt;&lt;P&gt;"Please select"&lt;/P&gt;&lt;P&gt;1900&lt;/P&gt;&lt;P&gt;1901&lt;/P&gt;&lt;P&gt;1902&lt;/P&gt;&lt;P&gt;...&lt;/P&gt;&lt;P&gt;2022&lt;/P&gt;&lt;P&gt;--------------------&lt;/P&gt;&lt;P&gt;What I already have is:&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;Table = GENERATESERIES&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;1900&lt;/SPAN&gt;&lt;SPAN&gt;, &lt;/SPAN&gt;&lt;SPAN&gt;2022&lt;/SPAN&gt;&lt;SPAN&gt;, &lt;/SPAN&gt;&lt;SPAN&gt;1&lt;/SPAN&gt;&lt;SPAN&gt;)&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;So I just need to add "Please Select".&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;The data type should be "Text" for this table.&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;Any ideas? I know it should be actually easy...&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;Best regards and many thanks in advance,&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;Phil&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
    <pubDate>Tue, 20 Sep 2022 09:29:17 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2022-09-20T09:29:17Z</dc:date>
    <item>
      <title>Create Table with Generateseries() and a String Value</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Create-Table-with-Generateseries-and-a-String-Value/m-p/2780200#M86973</link>
      <description>&lt;P&gt;Dear community,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;the problem seems simple to solve, somehow it doesnt work as planned.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;What I want to achieve is the following. I want a table with the following Cells&lt;/P&gt;&lt;P&gt;--------------------&lt;/P&gt;&lt;P&gt;"Please select"&lt;/P&gt;&lt;P&gt;1900&lt;/P&gt;&lt;P&gt;1901&lt;/P&gt;&lt;P&gt;1902&lt;/P&gt;&lt;P&gt;...&lt;/P&gt;&lt;P&gt;2022&lt;/P&gt;&lt;P&gt;--------------------&lt;/P&gt;&lt;P&gt;What I already have is:&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;Table = GENERATESERIES&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;1900&lt;/SPAN&gt;&lt;SPAN&gt;, &lt;/SPAN&gt;&lt;SPAN&gt;2022&lt;/SPAN&gt;&lt;SPAN&gt;, &lt;/SPAN&gt;&lt;SPAN&gt;1&lt;/SPAN&gt;&lt;SPAN&gt;)&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;So I just need to add "Please Select".&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;The data type should be "Text" for this table.&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;Any ideas? I know it should be actually easy...&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;Best regards and many thanks in advance,&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;Phil&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Tue, 20 Sep 2022 09:29:17 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Create-Table-with-Generateseries-and-a-String-Value/m-p/2780200#M86973</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2022-09-20T09:29:17Z</dc:date>
    </item>
    <item>
      <title>Re: Create Table with Generateseries() and a String Value</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Create-Table-with-Generateseries-and-a-String-Value/m-p/2780209#M86974</link>
      <description>&lt;P&gt;Anonymous&lt;/LI-USER&gt;&amp;nbsp;Try:&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;UNION( GENERATESERIES(1900, 2022, 1), { "Please select" } )&lt;/LI-CODE&gt;</description>
      <pubDate>Tue, 20 Sep 2022 09:31:43 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Create-Table-with-Generateseries-and-a-String-Value/m-p/2780209#M86974</guid>
      <dc:creator>Greg_Deckler</dc:creator>
      <dc:date>2022-09-20T09:31:43Z</dc:date>
    </item>
  </channel>
</rss>

