<?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: i need help in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/i-need-help/m-p/3200823#M116356</link>
    <description>&lt;P&gt;Thank you so much Sir&lt;/P&gt;</description>
    <pubDate>Sat, 22 Apr 2023 05:46:07 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2023-04-22T05:46:07Z</dc:date>
    <item>
      <title>i need help</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/i-need-help/m-p/3200792#M116350</link>
      <description>&lt;P&gt;i want below result.&lt;/P&gt;&lt;TABLE&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;ID&lt;/TD&gt;&lt;TD&gt;Status&lt;/TD&gt;&lt;TD&gt;Result&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;123&lt;/TD&gt;&lt;TD&gt;Fullypaid&lt;/TD&gt;&lt;TD&gt;Fullypaid&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;123&lt;/TD&gt;&lt;TD&gt;1&lt;/TD&gt;&lt;TD&gt;Fullypaid&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;123&lt;/TD&gt;&lt;TD&gt;2&lt;/TD&gt;&lt;TD&gt;Fullypaid&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;123&lt;/TD&gt;&lt;TD&gt;3&lt;/TD&gt;&lt;TD&gt;Fullypaid&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;124&lt;/TD&gt;&lt;TD&gt;Fullypaid&lt;/TD&gt;&lt;TD&gt;Fullypaid&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;124&lt;/TD&gt;&lt;TD&gt;Fullypaid&lt;/TD&gt;&lt;TD&gt;Fullypaid&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;124&lt;/TD&gt;&lt;TD&gt;Fullypaid&lt;/TD&gt;&lt;TD&gt;Fullypaid&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;125&lt;/TD&gt;&lt;TD&gt;1&lt;/TD&gt;&lt;TD&gt;Non Fullypaid&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;125&lt;/TD&gt;&lt;TD&gt;2&lt;/TD&gt;&lt;TD&gt;Non Fullypaid&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;125&lt;/TD&gt;&lt;TD&gt;3&lt;/TD&gt;&lt;TD&gt;Non Fullypaid&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;126&lt;/TD&gt;&lt;TD&gt;1&lt;/TD&gt;&lt;TD&gt;Fullypaid&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;126&lt;/TD&gt;&lt;TD&gt;2&lt;/TD&gt;&lt;TD&gt;Fullypaid&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;126&lt;/TD&gt;&lt;TD&gt;Fullypaid&lt;/TD&gt;&lt;TD&gt;Fullypaid&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;</description>
      <pubDate>Sat, 22 Apr 2023 03:04:10 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/i-need-help/m-p/3200792#M116350</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2023-04-22T03:04:10Z</dc:date>
    </item>
    <item>
      <title>Re: i need help</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/i-need-help/m-p/3200798#M116351</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;Please check the below picture and the attached pbix file.&lt;/P&gt;
&lt;P&gt;It is for creating a calculated column.&lt;/P&gt;
&lt;P&gt;&lt;img /&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;Result CC =
IF (
    { "Fullypaid" }
        IN SUMMARIZE ( FILTER ( Data, Data[ID] = EARLIER ( Data[ID] ) ), Data[Status] ),
    "Fullypaid",
    "NON"
)
&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 22 Apr 2023 03:12:38 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/i-need-help/m-p/3200798#M116351</guid>
      <dc:creator>Jihwan_Kim</dc:creator>
      <dc:date>2023-04-22T03:12:38Z</dc:date>
    </item>
    <item>
      <title>Re: i need help</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/i-need-help/m-p/3200815#M116355</link>
      <description>&lt;P&gt;Simplest Excel formula is way more than enough to solve such a small question&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;=IF(COUNTIFS([ID];[@ID];[Status];"Fullypaid");"Fullypaid";"Non Fullypaid")&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 22 Apr 2023 05:21:20 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/i-need-help/m-p/3200815#M116355</guid>
      <dc:creator>ThxAlot</dc:creator>
      <dc:date>2023-04-22T05:21:20Z</dc:date>
    </item>
    <item>
      <title>Re: i need help</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/i-need-help/m-p/3200823#M116356</link>
      <description>&lt;P&gt;Thank you so much Sir&lt;/P&gt;</description>
      <pubDate>Sat, 22 Apr 2023 05:46:07 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/i-need-help/m-p/3200823#M116356</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2023-04-22T05:46:07Z</dc:date>
    </item>
    <item>
      <title>Re: i need help</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/i-need-help/m-p/3200992#M116363</link>
      <description>&lt;P&gt;hi&amp;nbsp;Anonymous&lt;/LI-USER&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;you may also try like:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;Column = 
VAR _list = 
    CALCULATETABLE(
        VALUES(data[Status]),
        ALLEXCEPT(data, data[ID])
    )
RETURN
IF(
    "Fullypaid" IN _list,
    "Fullypaid",
    "Not Fullypaid"
)&lt;/LI-CODE&gt;&lt;P&gt;or&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;Column2 = 
VAR _list = 
    CALCULATETABLE(
        VALUES(data[Status]),
        data[ID]=EARLIER(data[ID])
    )
RETURN
IF(
    "Fullypaid" IN _list,
    "Fullypaid",
    "Not Fullypaid"
)&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;it worked like:&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 22 Apr 2023 13:33:00 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/i-need-help/m-p/3200992#M116363</guid>
      <dc:creator>FreemanZ</dc:creator>
      <dc:date>2023-04-22T13:33:00Z</dc:date>
    </item>
    <item>
      <title>Re: i need help</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/i-need-help/m-p/3209195#M116993</link>
      <description>&lt;P&gt;thank you much, resloved&lt;/P&gt;</description>
      <pubDate>Thu, 27 Apr 2023 12:03:19 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/i-need-help/m-p/3209195#M116993</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2023-04-27T12:03:19Z</dc:date>
    </item>
  </channel>
</rss>

