<?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 1 St Half of the Year (H1) &amp;amp; 2nd Half of the Year (H2) in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/1-St-Half-of-the-Year-H1-amp-2nd-Half-of-the-Year-H2/m-p/3035141#M103890</link>
    <description>&lt;P&gt;Hi All,&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;img /&gt;&lt;img /&gt;&lt;img /&gt;&lt;/P&gt;
&lt;P&gt;I want to create H1 (1St Half Of the year and 2nd Half of the year Time Intelligence along with these YTD, MTD , QTD&amp;nbsp;&lt;BR /&gt;I created 3 dax for time intelligence for time intelligence&amp;nbsp;&lt;BR /&gt;1 Current year Time intelligence based on that previous year time intelligence and Previous period time intelligence but&amp;nbsp; i wanted to add H1 &amp;amp; H2 also include same for this measures&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Here i attached dummy pbix file&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;Alan P James&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
    <pubDate>Sat, 21 Jan 2023 04:41:09 GMT</pubDate>
    <dc:creator>AlanP514</dc:creator>
    <dc:date>2023-01-21T04:41:09Z</dc:date>
    <item>
      <title>1 St Half of the Year (H1) &amp; 2nd Half of the Year (H2)</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/1-St-Half-of-the-Year-H1-amp-2nd-Half-of-the-Year-H2/m-p/3035141#M103890</link>
      <description>&lt;P&gt;Hi All,&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;img /&gt;&lt;img /&gt;&lt;img /&gt;&lt;/P&gt;
&lt;P&gt;I want to create H1 (1St Half Of the year and 2nd Half of the year Time Intelligence along with these YTD, MTD , QTD&amp;nbsp;&lt;BR /&gt;I created 3 dax for time intelligence for time intelligence&amp;nbsp;&lt;BR /&gt;1 Current year Time intelligence based on that previous year time intelligence and Previous period time intelligence but&amp;nbsp; i wanted to add H1 &amp;amp; H2 also include same for this measures&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Here i attached dummy pbix file&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;Alan P James&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 21 Jan 2023 04:41:09 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/1-St-Half-of-the-Year-H1-amp-2nd-Half-of-the-Year-H2/m-p/3035141#M103890</guid>
      <dc:creator>AlanP514</dc:creator>
      <dc:date>2023-01-21T04:41:09Z</dc:date>
    </item>
    <item>
      <title>Re: 1 St Half of the Year (H1) &amp; 2nd Half of the Year (H2)</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/1-St-Half-of-the-Year-H1-amp-2nd-Half-of-the-Year-H2/m-p/3035163#M103894</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;One of ways to achieve this is to create a new column in a Dim-Calendar table that shows Half-Start-Date.&lt;/P&gt;
&lt;P&gt;By using this column, I think it will provide easier way to create DAX measures to provide the expected result.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;Half Start Date CC = 
IF (
    Dim_Calendar[Month] &amp;lt;= 6,
    STARTOFYEAR ( Dim_Calendar[Date] ),
    DATE ( Dim_Calendar[Year], 7, 1 )
)&lt;/LI-CODE&gt;</description>
      <pubDate>Sat, 21 Jan 2023 05:53:29 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/1-St-Half-of-the-Year-H1-amp-2nd-Half-of-the-Year-H2/m-p/3035163#M103894</guid>
      <dc:creator>Jihwan_Kim</dc:creator>
      <dc:date>2023-01-21T05:53:29Z</dc:date>
    </item>
  </channel>
</rss>

