<?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 Alias on SummarizedColums Year-Montno. in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Alias-on-SummarizedColums-Year-Montno/m-p/1559816#M30947</link>
    <description>&lt;P&gt;I want my Year-Monthno filed to be names Period in this query. How to a put an alias on it?&lt;BR /&gt;&lt;BR /&gt;EVALUATE SUMMARIZECOLUMNS('Planned Finnished Date'[Year-Monthno.],&lt;BR /&gt;FILTER(VALUES('Planned Finnished Date'[Last X Calendar Months]), 'Planned Finnished Date'[Last X Calendar Months] &amp;gt;= VALUE("1")&lt;BR /&gt;&amp;amp;&amp;amp; 'Planned Finnished Date'[Last X Calendar Months] &amp;lt;= VALUE("10")),&lt;BR /&gt;"Value", [UH7 Finished On TIme VS Total Tasks],&lt;BR /&gt;"Target", [UH7 Finished On Time VS Total Task Target],&lt;BR /&gt;"Limit", [UH7 Finished On TIme VS Total Task Threshold 1])&lt;/P&gt;</description>
    <pubDate>Fri, 18 Dec 2020 15:51:04 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2020-12-18T15:51:04Z</dc:date>
    <item>
      <title>Alias on SummarizedColums Year-Montno.</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Alias-on-SummarizedColums-Year-Montno/m-p/1559816#M30947</link>
      <description>&lt;P&gt;I want my Year-Monthno filed to be names Period in this query. How to a put an alias on it?&lt;BR /&gt;&lt;BR /&gt;EVALUATE SUMMARIZECOLUMNS('Planned Finnished Date'[Year-Monthno.],&lt;BR /&gt;FILTER(VALUES('Planned Finnished Date'[Last X Calendar Months]), 'Planned Finnished Date'[Last X Calendar Months] &amp;gt;= VALUE("1")&lt;BR /&gt;&amp;amp;&amp;amp; 'Planned Finnished Date'[Last X Calendar Months] &amp;lt;= VALUE("10")),&lt;BR /&gt;"Value", [UH7 Finished On TIme VS Total Tasks],&lt;BR /&gt;"Target", [UH7 Finished On Time VS Total Task Target],&lt;BR /&gt;"Limit", [UH7 Finished On TIme VS Total Task Threshold 1])&lt;/P&gt;</description>
      <pubDate>Fri, 18 Dec 2020 15:51:04 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Alias-on-SummarizedColums-Year-Montno/m-p/1559816#M30947</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-12-18T15:51:04Z</dc:date>
    </item>
    <item>
      <title>Re: Alias on SummarizedColums Year-Montno.</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Alias-on-SummarizedColums-Year-Montno/m-p/1559837#M30948</link>
      <description>&lt;P&gt;Anonymous&lt;/LI-USER&gt; , put a selectcolumns on top of it and rename the columns and try&lt;/P&gt;
&lt;P&gt;example&lt;/P&gt;
&lt;P&gt;selectcolumns(SUMMARIZECOLUMNS('Planned Finnished Date'[Year-Monthno.],&lt;BR /&gt;FILTER(VALUES('Planned Finnished Date'[Last X Calendar Months]), 'Planned Finnished Date'[Last X Calendar Months] &amp;gt;= VALUE("1")&lt;BR /&gt;&amp;amp;&amp;amp; 'Planned Finnished Date'[Last X Calendar Months] &amp;lt;= VALUE("10")),&lt;BR /&gt;"Value", [UH7 Finished On TIme VS Total Tasks],&lt;BR /&gt;"Target", [UH7 Finished On Time VS Total Task Target],&lt;BR /&gt;"Limit", [UH7 Finished On TIme VS Total Task Threshold 1]) ,&amp;nbsp; "month year" ,[Year-Monthno.] ,"Value" , [Value],&lt;/P&gt;
&lt;P&gt;"Target" , [Target], "Limit",[Limit]) &lt;/P&gt;</description>
      <pubDate>Fri, 18 Dec 2020 16:01:36 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Alias-on-SummarizedColums-Year-Montno/m-p/1559837#M30948</guid>
      <dc:creator>amitchandak</dc:creator>
      <dc:date>2020-12-18T16:01:36Z</dc:date>
    </item>
  </channel>
</rss>

