<?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: Help with a calculated column in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Help-with-a-calculated-column/m-p/3229559#M118463</link>
    <description>&lt;P&gt;hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="436122" data-lia-user-login="Juanpablocl" class="lia-mention lia-mention-user"&gt;Juanpablocl&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;try like:&lt;/P&gt;&lt;P&gt;Fuerza en kneepoint=&lt;BR /&gt;MAXX(&lt;BR /&gt;FILTER(&lt;BR /&gt;data,&lt;BR /&gt;data[Nivel]=EARLIER(data[Nivel])&amp;amp;&amp;amp;[Delta]=[Kneepoint]&lt;BR /&gt;),&lt;BR /&gt;data[Fuerza]&lt;BR /&gt;)&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;</description>
    <pubDate>Thu, 11 May 2023 01:46:50 GMT</pubDate>
    <dc:creator>FreemanZ</dc:creator>
    <dc:date>2023-05-11T01:46:50Z</dc:date>
    <item>
      <title>Help with a calculated column</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Help-with-a-calculated-column/m-p/3229541#M118462</link>
      <description>&lt;P&gt;How could I accomplish this "Fuerza en kneepoint" with a calculated column?&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;I need a calculated column that gives me the value of "Fuerza" where "both "Delta and "Kneepoint" are equal for every row of the correspondent "Nivel".&amp;nbsp;&lt;BR /&gt;I've tried with a conditional IF formula, however I can only get the values in black not the red ones (where the delta&amp;amp;kneepoint dont match)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 11 May 2023 01:28:55 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Help-with-a-calculated-column/m-p/3229541#M118462</guid>
      <dc:creator>Juanpablocl</dc:creator>
      <dc:date>2023-05-11T01:28:55Z</dc:date>
    </item>
    <item>
      <title>Re: Help with a calculated column</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Help-with-a-calculated-column/m-p/3229559#M118463</link>
      <description>&lt;P&gt;hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="436122" data-lia-user-login="Juanpablocl" class="lia-mention lia-mention-user"&gt;Juanpablocl&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;try like:&lt;/P&gt;&lt;P&gt;Fuerza en kneepoint=&lt;BR /&gt;MAXX(&lt;BR /&gt;FILTER(&lt;BR /&gt;data,&lt;BR /&gt;data[Nivel]=EARLIER(data[Nivel])&amp;amp;&amp;amp;[Delta]=[Kneepoint]&lt;BR /&gt;),&lt;BR /&gt;data[Fuerza]&lt;BR /&gt;)&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 11 May 2023 01:46:50 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Help-with-a-calculated-column/m-p/3229559#M118463</guid>
      <dc:creator>FreemanZ</dc:creator>
      <dc:date>2023-05-11T01:46:50Z</dc:date>
    </item>
    <item>
      <title>Re: Help with a calculated column</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Help-with-a-calculated-column/m-p/3229579#M118464</link>
      <description>&lt;P&gt;CalculatedColumn=MAXX(FILTER(Table,Table[&lt;SPAN&gt;Nivel]=EARLIER(Table[Nivel])&amp;amp;&amp;amp;Table[Delta]=Table[Kneepoint]),Table[Fuerza])&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 11 May 2023 01:53:55 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Help-with-a-calculated-column/m-p/3229579#M118464</guid>
      <dc:creator>wdx223_Daniel</dc:creator>
      <dc:date>2023-05-11T01:53:55Z</dc:date>
    </item>
  </channel>
</rss>

