<?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: Getting max value of a column fixed for every row in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Getting-max-value-of-a-column-fixed-for-every-row/m-p/2253861#M54372</link>
    <description>&lt;P&gt;Thank you very much!&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 23 Dec 2021 14:36:07 GMT</pubDate>
    <dc:creator>Nini1</dc:creator>
    <dc:date>2021-12-23T14:36:07Z</dc:date>
    <item>
      <title>Getting max value of a column fixed for every row</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Getting-max-value-of-a-column-fixed-for-every-row/m-p/2253847#M54370</link>
      <description>&lt;P&gt;Hello everyone,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm a new user of Power BI and need your help to solve the problem.&lt;/P&gt;&lt;P&gt;I have a data of customer who have unique identifier and corresponding date field.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;I want to create field&amp;nbsp; max date per client (takes maximum value noted per each client) and max date(takes maximum value for all the data). I tried to use max (date) function to create the last field but for each row I get different max values but I want max value to be fixed for each row.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Could you please help me to solve this issue?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you in advance&lt;/P&gt;</description>
      <pubDate>Thu, 23 Dec 2021 14:23:16 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Getting-max-value-of-a-column-fixed-for-every-row/m-p/2253847#M54370</guid>
      <dc:creator>Nini1</dc:creator>
      <dc:date>2021-12-23T14:23:16Z</dc:date>
    </item>
    <item>
      <title>Re: Getting max value of a column fixed for every row</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Getting-max-value-of-a-column-fixed-for-every-row/m-p/2253848#M54371</link>
      <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="347777" data-lia-user-login="Nini1" class="lia-mention lia-mention-user"&gt;Nini1&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;use the following measures&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;maxDatePerClient =
CALCULATE ( MAX ( tbl[date] ), ALLEXCEPT ( tbl, tbl[id] ) )

maxDateAll= CALCULATE ( MAX ( tbl[date] ), ALL(tbl))&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 23 Dec 2021 14:27:03 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Getting-max-value-of-a-column-fixed-for-every-row/m-p/2253848#M54371</guid>
      <dc:creator>smpa01</dc:creator>
      <dc:date>2021-12-23T14:27:03Z</dc:date>
    </item>
    <item>
      <title>Re: Getting max value of a column fixed for every row</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Getting-max-value-of-a-column-fixed-for-every-row/m-p/2253861#M54372</link>
      <description>&lt;P&gt;Thank you very much!&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 23 Dec 2021 14:36:07 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Getting-max-value-of-a-column-fixed-for-every-row/m-p/2253861#M54372</guid>
      <dc:creator>Nini1</dc:creator>
      <dc:date>2021-12-23T14:36:07Z</dc:date>
    </item>
  </channel>
</rss>

