<?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 DAX CODE Understanding in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/DAX-CODE-Understanding/m-p/3579655#M138051</link>
    <description>&lt;LI-CODE lang="markup"&gt;All respondents no brand (brand info) =
CALCULATE (
    SUMX (
        DISTINCT ( 'factBrandAwareness'[ObservationGUID] ),
        FIRSTNONBLANK ( 'factBrandAwareness'[Weighted], 0 )
    ),
    ALL ( 'dimBrandsByCountry'[Brand] )
)&lt;/LI-CODE&gt;&lt;P&gt;&lt;BR /&gt;Hi All&lt;BR /&gt;&lt;BR /&gt;I am new to Power BI and DAX, I have the above code in an existing report I have picked up, would someone be able to break down what this doing on a generic level?&lt;BR /&gt;&lt;BR /&gt;Thx!&lt;/P&gt;</description>
    <pubDate>Tue, 12 Dec 2023 12:09:21 GMT</pubDate>
    <dc:creator>AGajree</dc:creator>
    <dc:date>2023-12-12T12:09:21Z</dc:date>
    <item>
      <title>DAX CODE Understanding</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/DAX-CODE-Understanding/m-p/3579655#M138051</link>
      <description>&lt;LI-CODE lang="markup"&gt;All respondents no brand (brand info) =
CALCULATE (
    SUMX (
        DISTINCT ( 'factBrandAwareness'[ObservationGUID] ),
        FIRSTNONBLANK ( 'factBrandAwareness'[Weighted], 0 )
    ),
    ALL ( 'dimBrandsByCountry'[Brand] )
)&lt;/LI-CODE&gt;&lt;P&gt;&lt;BR /&gt;Hi All&lt;BR /&gt;&lt;BR /&gt;I am new to Power BI and DAX, I have the above code in an existing report I have picked up, would someone be able to break down what this doing on a generic level?&lt;BR /&gt;&lt;BR /&gt;Thx!&lt;/P&gt;</description>
      <pubDate>Tue, 12 Dec 2023 12:09:21 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/DAX-CODE-Understanding/m-p/3579655#M138051</guid>
      <dc:creator>AGajree</dc:creator>
      <dc:date>2023-12-12T12:09:21Z</dc:date>
    </item>
    <item>
      <title>Re: DAX CODE Understanding</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/DAX-CODE-Understanding/m-p/3579676#M138052</link>
      <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="659590" data-lia-user-login="AGajree" class="lia-mention lia-mention-user"&gt;AGajree&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;The measure computes the total sum of the 'Weighted' column for all brands. It does this by accumulating the 'Weighted' values for each 'ObservationGUID' individually, considering only the first non-blank value for each 'ObservationGUID'.&lt;/P&gt;</description>
      <pubDate>Tue, 12 Dec 2023 12:23:16 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/DAX-CODE-Understanding/m-p/3579676#M138052</guid>
      <dc:creator>Fowmy</dc:creator>
      <dc:date>2023-12-12T12:23:16Z</dc:date>
    </item>
  </channel>
</rss>

