<?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 Total sales change based on the selection in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Total-sales-change-based-on-the-selection/m-p/3082920#M107542</link>
    <description>&lt;P&gt;How to change total sales based on the Month&amp;nbsp; selection ?&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;IF i select any particular month totalsales Value also need to change .&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Sample Data :&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;&lt;P&gt;If i select any particular Month i want output looks like below&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Month&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Sales&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; TotalSales&lt;/P&gt;&lt;P&gt;1-10-2021&amp;nbsp; &amp;nbsp; &amp;nbsp; 226&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;507&lt;/P&gt;&lt;P&gt;1-11-2021&amp;nbsp; &amp;nbsp; &amp;nbsp; 281&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;507&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have attached Smaple File&amp;nbsp; :&amp;nbsp;&lt;A title="Sample File" href="https://drive.google.com/file/d/16-RbkfrWXf2123OnBD5bH-ijyPIANVov/view?usp=sharing" target="_self"&gt;Sample File &lt;/A&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 16 Feb 2023 08:44:40 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2023-02-16T08:44:40Z</dc:date>
    <item>
      <title>Total sales change based on the selection</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Total-sales-change-based-on-the-selection/m-p/3082920#M107542</link>
      <description>&lt;P&gt;How to change total sales based on the Month&amp;nbsp; selection ?&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;IF i select any particular month totalsales Value also need to change .&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Sample Data :&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;&lt;P&gt;If i select any particular Month i want output looks like below&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Month&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Sales&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; TotalSales&lt;/P&gt;&lt;P&gt;1-10-2021&amp;nbsp; &amp;nbsp; &amp;nbsp; 226&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;507&lt;/P&gt;&lt;P&gt;1-11-2021&amp;nbsp; &amp;nbsp; &amp;nbsp; 281&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;507&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have attached Smaple File&amp;nbsp; :&amp;nbsp;&lt;A title="Sample File" href="https://drive.google.com/file/d/16-RbkfrWXf2123OnBD5bH-ijyPIANVov/view?usp=sharing" target="_self"&gt;Sample File &lt;/A&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 16 Feb 2023 08:44:40 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Total-sales-change-based-on-the-selection/m-p/3082920#M107542</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2023-02-16T08:44:40Z</dc:date>
    </item>
    <item>
      <title>Re: Total sales change based on the selection</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Total-sales-change-based-on-the-selection/m-p/3082989#M107556</link>
      <description>&lt;P&gt;hi&amp;nbsp;Anonymous&lt;/LI-USER&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;change ALL to ALLSELECTED like:&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;TotalSales = &lt;/SPAN&gt;&lt;SPAN&gt;CALCULATE&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;SUM&lt;/SPAN&gt;&lt;SPAN&gt;('Table'[Sales Volumn]),&lt;/SPAN&gt;&lt;FONT color="#FF0000"&gt;&lt;STRONG&gt;ALLSELECTED&lt;/STRONG&gt;&lt;/FONT&gt;&lt;SPAN&gt;('Table'))&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;it worked like:&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;img /&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Thu, 16 Feb 2023 09:06:14 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Total-sales-change-based-on-the-selection/m-p/3082989#M107556</guid>
      <dc:creator>FreemanZ</dc:creator>
      <dc:date>2023-02-16T09:06:14Z</dc:date>
    </item>
  </channel>
</rss>

