<?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 Need DAX to sum sales which is not filtered by the Market in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Need-DAX-to-sum-sales-which-is-not-filtered-by-the-Market/m-p/3158965#M113385</link>
    <description>&lt;P&gt;I need to display a column SalesAll which should display number for all markets combined. For Example, SalesAll should display 381 for all the markets. How to achieve that?&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, 28 Mar 2023 16:25:42 GMT</pubDate>
    <dc:creator>m__m</dc:creator>
    <dc:date>2023-03-28T16:25:42Z</dc:date>
    <item>
      <title>Need DAX to sum sales which is not filtered by the Market</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Need-DAX-to-sum-sales-which-is-not-filtered-by-the-Market/m-p/3158965#M113385</link>
      <description>&lt;P&gt;I need to display a column SalesAll which should display number for all markets combined. For Example, SalesAll should display 381 for all the markets. How to achieve that?&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, 28 Mar 2023 16:25:42 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Need-DAX-to-sum-sales-which-is-not-filtered-by-the-Market/m-p/3158965#M113385</guid>
      <dc:creator>m__m</dc:creator>
      <dc:date>2023-03-28T16:25:42Z</dc:date>
    </item>
    <item>
      <title>Re: Need DAX to sum sales which is not filtered by the Market</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Need-DAX-to-sum-sales-which-is-not-filtered-by-the-Market/m-p/3159050#M113388</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;I am not sure how your datamodel looks like, but please try something like below.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;SalesAll measure: =
CALCULATE ( SUM ( tablename[sales] ), ALL ( tablename[market] ) )
&lt;/LI-CODE&gt;</description>
      <pubDate>Tue, 28 Mar 2023 17:10:38 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Need-DAX-to-sum-sales-which-is-not-filtered-by-the-Market/m-p/3159050#M113388</guid>
      <dc:creator>Jihwan_Kim</dc:creator>
      <dc:date>2023-03-28T17:10:38Z</dc:date>
    </item>
  </channel>
</rss>

