<?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: Max in column in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Max-in-column/m-p/2396232#M62535</link>
    <description>&lt;P&gt;Hi:&lt;/P&gt;&lt;P&gt;I'm pretty sure you need to unpivot here as MAX won't take more than a couple of columns.&lt;/P&gt;&lt;P&gt;Please review my solution for this instance.&lt;/P&gt;</description>
    <pubDate>Tue, 15 Mar 2022 20:17:25 GMT</pubDate>
    <dc:creator>Whitewater100</dc:creator>
    <dc:date>2022-03-15T20:17:25Z</dc:date>
    <item>
      <title>Max in column</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Max-in-column/m-p/2395983#M62513</link>
      <description>&lt;P&gt;I have 6 columns with difernts dates, this reprecents diferents activityes for the same proyect what i want is create a column that calulate the Max of this diferent Columns&lt;/P&gt;&lt;P&gt;The funtion Max doesnt work because this is a calulation for date in a column not data between columns.&lt;/P&gt;&lt;P&gt;also im traing with variable and conditional code but still not success.&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;is there oter funtion than can Help me&lt;/P&gt;&lt;P&gt;is Excel should be like that&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 15 Mar 2022 17:10:28 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Max-in-column/m-p/2395983#M62513</guid>
      <dc:creator>jmelizalde</dc:creator>
      <dc:date>2022-03-15T17:10:28Z</dc:date>
    </item>
    <item>
      <title>Re: Max in column</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Max-in-column/m-p/2396049#M62520</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="367490" data-lia-user-login="jmelizalde" class="lia-mention lia-mention-user"&gt;jmelizalde&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;can please explain more why MAX did not work? What code did you try? Are you trying to create a measure or a calculated column?&lt;/P&gt;</description>
      <pubDate>Tue, 15 Mar 2022 17:38:37 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Max-in-column/m-p/2396049#M62520</guid>
      <dc:creator>tamerj1</dc:creator>
      <dc:date>2022-03-15T17:38:37Z</dc:date>
    </item>
    <item>
      <title>Re: Max in column</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Max-in-column/m-p/2396073#M62521</link>
      <description>&lt;P&gt;High:&lt;/P&gt;&lt;P&gt;If you go to transform data and click on just the player column and under transfor you can look for unpivot columns and choose Unpivot Other Columns. It should like this after that operation;&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Then the measure is easy:&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;High Date = &lt;/SPAN&gt;&lt;SPAN&gt;MAX&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;HighDate[Value]&lt;/SPAN&gt;&lt;SPAN&gt;)&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;img /&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Tue, 15 Mar 2022 17:48:36 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Max-in-column/m-p/2396073#M62521</guid>
      <dc:creator>Whitewater100</dc:creator>
      <dc:date>2022-03-15T17:48:36Z</dc:date>
    </item>
    <item>
      <title>Re: Max in column</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Max-in-column/m-p/2396074#M62522</link>
      <description>&lt;P&gt;sorry tamerj I did not know you were in the midst of helping!&lt;/P&gt;</description>
      <pubDate>Tue, 15 Mar 2022 17:50:06 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Max-in-column/m-p/2396074#M62522</guid>
      <dc:creator>Whitewater100</dc:creator>
      <dc:date>2022-03-15T17:50:06Z</dc:date>
    </item>
    <item>
      <title>Re: Max in column</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Max-in-column/m-p/2396087#M62524</link>
      <description>&lt;P&gt;Im try to create a calculet column comparind the data of other 6 columns with date and i want to know the lasted date and put in the new calulate columns, as i show in the Excel example.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Im creating a cycle time report with start proyect date and i want the date of the last activity compled thats why i need a caluclated colunm with the MAX value of 6 column of the same record&lt;BR /&gt;&lt;BR /&gt;This is just one of the differents ways that i already try to get this column, asign variable to the column then with some conditional function to evaluete each one versus the other&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 15 Mar 2022 17:57:42 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Max-in-column/m-p/2396087#M62524</guid>
      <dc:creator>jmelizalde</dc:creator>
      <dc:date>2022-03-15T17:57:42Z</dc:date>
    </item>
    <item>
      <title>Re: Max in column</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Max-in-column/m-p/2396095#M62526</link>
      <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="179903" data-lia-user-login="Whitewater100" class="lia-mention lia-mention-user"&gt;Whitewater100&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Don't misunderstand me. Am not trying to book this post snd never tried to book any other post. This is an open platform where everyone has the absolute right to participate in any post.&amp;nbsp;&lt;BR /&gt;Back to this post, I was looking into this through my phone and started wondering why the MAX between the columns did not work while it siply should.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 15 Mar 2022 18:01:45 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Max-in-column/m-p/2396095#M62526</guid>
      <dc:creator>tamerj1</dc:creator>
      <dc:date>2022-03-15T18:01:45Z</dc:date>
    </item>
    <item>
      <title>Re: Max in column</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Max-in-column/m-p/2396103#M62527</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="367490" data-lia-user-login="jmelizalde" class="lia-mention lia-mention-user"&gt;jmelizalde&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;the code should simply be&amp;nbsp;&lt;/P&gt;&lt;P&gt;MAX ( table[column1], table[column2], etc. )&lt;/P&gt;</description>
      <pubDate>Tue, 15 Mar 2022 18:07:43 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Max-in-column/m-p/2396103#M62527</guid>
      <dc:creator>tamerj1</dc:creator>
      <dc:date>2022-03-15T18:07:43Z</dc:date>
    </item>
    <item>
      <title>Re: Max in column</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Max-in-column/m-p/2396173#M62531</link>
      <description>&lt;P&gt;MAX only allow 2 arguments&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 15 Mar 2022 19:17:51 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Max-in-column/m-p/2396173#M62531</guid>
      <dc:creator>jmelizalde</dc:creator>
      <dc:date>2022-03-15T19:17:51Z</dc:date>
    </item>
    <item>
      <title>Re: Max in column</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Max-in-column/m-p/2396232#M62535</link>
      <description>&lt;P&gt;Hi:&lt;/P&gt;&lt;P&gt;I'm pretty sure you need to unpivot here as MAX won't take more than a couple of columns.&lt;/P&gt;&lt;P&gt;Please review my solution for this instance.&lt;/P&gt;</description>
      <pubDate>Tue, 15 Mar 2022 20:17:25 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Max-in-column/m-p/2396232#M62535</guid>
      <dc:creator>Whitewater100</dc:creator>
      <dc:date>2022-03-15T20:17:25Z</dc:date>
    </item>
    <item>
      <title>Re: Max in column</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Max-in-column/m-p/2396754#M62562</link>
      <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="367490" data-lia-user-login="jmelizalde" class="lia-mention lia-mention-user"&gt;jmelizalde&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;You are absolutely&amp;nbsp;right. I feel so stupid&amp;nbsp;&lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;BR /&gt;No worries while&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="179903" data-lia-user-login="Whitewater100" class="lia-mention lia-mention-user"&gt;Whitewater100&lt;/a&gt;&amp;nbsp;is in town. He never misses.&lt;BR /&gt;Have a great day!&lt;/P&gt;</description>
      <pubDate>Wed, 16 Mar 2022 03:43:17 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Max-in-column/m-p/2396754#M62562</guid>
      <dc:creator>tamerj1</dc:creator>
      <dc:date>2022-03-16T03:43:17Z</dc:date>
    </item>
  </channel>
</rss>

