<?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: Need DAX query in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Need-DAX-query/m-p/3484111#M133277</link>
    <description>&lt;P&gt;Hii, Once Use the following DAX function&lt;BR /&gt;&lt;BR /&gt;Quarter1Value =&lt;BR /&gt;VAR Column1Values = VALUES('YourTableName'[Column1])&lt;BR /&gt;VAR Quarter1Filter = CALCULATE(Column1Values, FILTER('YourTableName'[Date], 'YourTableName'[Date] &amp;gt;= STARTDATE('YourTableName'[Date], QUARTER, 1) AND 'YourTableName'[Date] &amp;lt;= ENDDATE('YourTableName'[Date], QUARTER, 1)))&lt;BR /&gt;RETURN&lt;BR /&gt;FIRST(Quarter1Filter)&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
    <pubDate>Wed, 18 Oct 2023 19:58:36 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2023-10-18T19:58:36Z</dc:date>
    <item>
      <title>Need DAX query</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Need-DAX-query/m-p/3483834#M133260</link>
      <description>&lt;P&gt;I have 3 years data in excel, we are calculating values as per quarter in excel we can take a cell which was at end of the Quarter but in DAX how to take reference cell.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Example : Q1 2021 value was in N63 cell in excel we can easily take as reference and we can fix the value using $ symbol then the cell reference will not change even we drag the formula.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;as per above request how to write DAX, can anyone suggest it?&lt;/P&gt;</description>
      <pubDate>Wed, 18 Oct 2023 16:34:17 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Need-DAX-query/m-p/3483834#M133260</guid>
      <dc:creator>karthik_p25</dc:creator>
      <dc:date>2023-10-18T16:34:17Z</dc:date>
    </item>
    <item>
      <title>Re: Need DAX query</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Need-DAX-query/m-p/3484111#M133277</link>
      <description>&lt;P&gt;Hii, Once Use the following DAX function&lt;BR /&gt;&lt;BR /&gt;Quarter1Value =&lt;BR /&gt;VAR Column1Values = VALUES('YourTableName'[Column1])&lt;BR /&gt;VAR Quarter1Filter = CALCULATE(Column1Values, FILTER('YourTableName'[Date], 'YourTableName'[Date] &amp;gt;= STARTDATE('YourTableName'[Date], QUARTER, 1) AND 'YourTableName'[Date] &amp;lt;= ENDDATE('YourTableName'[Date], QUARTER, 1)))&lt;BR /&gt;RETURN&lt;BR /&gt;FIRST(Quarter1Filter)&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 18 Oct 2023 19:58:36 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Need-DAX-query/m-p/3484111#M133277</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2023-10-18T19:58:36Z</dc:date>
    </item>
  </channel>
</rss>

