<?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: Dax Formula in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Dax-Formula/m-p/3089303#M108138</link>
    <description>&lt;P&gt;hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="512694" data-lia-user-login="Jedahn" class="lia-mention lia-mention-user"&gt;Jedahn&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;please provide your sample data tables, it is easier for all.&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 21 Feb 2023 03:21:14 GMT</pubDate>
    <dc:creator>FreemanZ</dc:creator>
    <dc:date>2023-02-21T03:21:14Z</dc:date>
    <item>
      <title>Dax Formula</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Dax-Formula/m-p/3089263#M108135</link>
      <description>&lt;P&gt;Hello PowerBI Community,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;So I have two datasource in excel. First is the "Target" table which contains the names of the customers that the employees need to call. Second is the "Actual" table that contains all calls made by the employees to their customers. I want to know is if they called their target customers it will return a unique count as 1, if not then 0.&amp;nbsp;&lt;BR /&gt;I'm using this excel function when I want to have a result mentioned above.&lt;BR /&gt;&lt;SPAN&gt;=IFERROR(XLOOKUP(&lt;/SPAN&gt;&lt;SPAN&gt;C2&lt;/SPAN&gt;&lt;SPAN&gt;,'Target Table'!G:G,'Target Table'!I:I),0)&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Thank you very much,&lt;/P&gt;</description>
      <pubDate>Tue, 21 Feb 2023 02:48:02 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Dax-Formula/m-p/3089263#M108135</guid>
      <dc:creator>Jedahn</dc:creator>
      <dc:date>2023-02-21T02:48:02Z</dc:date>
    </item>
    <item>
      <title>Re: Dax Formula</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Dax-Formula/m-p/3089303#M108138</link>
      <description>&lt;P&gt;hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="512694" data-lia-user-login="Jedahn" class="lia-mention lia-mention-user"&gt;Jedahn&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;please provide your sample data tables, it is easier for all.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 21 Feb 2023 03:21:14 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Dax-Formula/m-p/3089303#M108138</guid>
      <dc:creator>FreemanZ</dc:creator>
      <dc:date>2023-02-21T03:21:14Z</dc:date>
    </item>
    <item>
      <title>Re: Dax Formula</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Dax-Formula/m-p/3089311#M108139</link>
      <description>&lt;P&gt;Hello. I was trying to but i can't find it. Where can i find the attach file button?&lt;/P&gt;</description>
      <pubDate>Tue, 21 Feb 2023 03:24:48 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Dax-Formula/m-p/3089311#M108139</guid>
      <dc:creator>Jedahn</dc:creator>
      <dc:date>2023-02-21T03:24:48Z</dc:date>
    </item>
    <item>
      <title>Re: Dax Formula</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Dax-Formula/m-p/3089364#M108145</link>
      <description>&lt;P&gt;hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="512694" data-lia-user-login="Jedahn" class="lia-mention lia-mention-user"&gt;Jedahn&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Unfortunately, there is no such button. Check this:&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.powerbi.com/t5/Community-Blog/How-to-provide-sample-data-in-the-Power-BI-Forum/ba-p/963216" target="_blank"&gt;https://community.powerbi.com/t5/Community-Blog/How-to-provide-sample-data-in-the-Power-BI-Forum/ba-p/963216&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 21 Feb 2023 03:58:07 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Dax-Formula/m-p/3089364#M108145</guid>
      <dc:creator>FreemanZ</dc:creator>
      <dc:date>2023-02-21T03:58:07Z</dc:date>
    </item>
    <item>
      <title>Re: Dax Formula</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Dax-Formula/m-p/3089376#M108146</link>
      <description>&lt;P&gt;I would probably start with the lookup function and add rules as needed...&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;LOOKUPVALUE(
    &amp;lt;result_columnName&amp;gt;,
    &amp;lt;search_columnName&amp;gt;,
    &amp;lt;search_value&amp;gt;
    [, &amp;lt;search2_columnName&amp;gt;, &amp;lt;search2_value&amp;gt;]…
    [, &amp;lt;alternateResult&amp;gt;]
)&lt;/LI-CODE&gt;</description>
      <pubDate>Tue, 21 Feb 2023 04:06:35 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Dax-Formula/m-p/3089376#M108146</guid>
      <dc:creator>BrianConnelly</dc:creator>
      <dc:date>2023-02-21T04:06:35Z</dc:date>
    </item>
  </channel>
</rss>

