<?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: Pick Department on the Bases of Student Selection From dropdown and Sum over All fee submitted in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Pick-Department-on-the-Bases-of-Student-Selection-From-dropdown/m-p/3235486#M118908</link>
    <description>&lt;P&gt;Anonymous&lt;/LI-USER&gt;&amp;nbsp;&lt;BR /&gt;Agian, kindly requesting to provide a screenshot of the visual to better understand the problem.&lt;/P&gt;</description>
    <pubDate>Mon, 15 May 2023 10:54:17 GMT</pubDate>
    <dc:creator>tamerj1</dc:creator>
    <dc:date>2023-05-15T10:54:17Z</dc:date>
    <item>
      <title>Pick Department on the Bases of Student Selection From dropdown and Sum over All fee submitted</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Pick-Department-on-the-Bases-of-Student-Selection-From-dropdown/m-p/3235264#M118883</link>
      <description>&lt;P&gt;Hello Community,&lt;BR /&gt;I have a scenario that to&amp;nbsp;Pick Department on the Bases of Student Selection From dropdown and Sum over All fee submitted for that department.&lt;BR /&gt;&lt;BR /&gt;Detail&lt;BR /&gt;1: I have a student dropdown. (User can select 1 or more then 1 at a same time)&lt;BR /&gt;2: I need to pick the Department of the selected Student/Students (For Example IT, Commerace, Law etc)&lt;BR /&gt;3: I have to calculate the total Fee submitted for thta department. (will not consider the student but the department of that student)&lt;BR /&gt;&lt;BR /&gt;I need something like this&lt;BR /&gt;&lt;BR /&gt;Fee Submitted =&amp;nbsp;&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;VAR&lt;/SPAN&gt;&lt;SPAN&gt; SelectedStudent =&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;&lt;SPAN&gt;SELECTEDVALUE&lt;/SPAN&gt;&lt;SPAN&gt;('Student'[Name]) &lt;/SPAN&gt;&lt;/DIV&gt;&lt;BR /&gt;&lt;DIV&gt;&lt;SPAN&gt;VAR&lt;/SPAN&gt;&lt;SPAN&gt; AssociatedDEPT =&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;&lt;SPAN&gt;CALCULATE&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;&lt;SPAN&gt;VALUES&lt;/SPAN&gt;&lt;SPAN&gt;('Student'[Department]),&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 'Student'[Name] IN SelectedStudent &lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; )&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;RETURN&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;&lt;SPAN&gt;CALCULATE&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;&lt;SPAN&gt;SUM&lt;/SPAN&gt;&lt;SPAN&gt;('Student'[FeeSubmitted]),&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 'Student'[Department] &lt;/SPAN&gt;&lt;SPAN&gt;IN&lt;/SPAN&gt;&lt;SPAN&gt; AssociatedDEPT&lt;BR /&gt;&lt;BR /&gt;Your quick response will he highly appriciated&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Mon, 15 May 2023 09:04:18 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Pick-Department-on-the-Bases-of-Student-Selection-From-dropdown/m-p/3235264#M118883</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2023-05-15T09:04:18Z</dc:date>
    </item>
    <item>
      <title>Re: Pick Department on the Bases of Student Selection From dropdown and Sum over All fee submitted</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Pick-Department-on-the-Bases-of-Student-Selection-From-dropdown/m-p/3235308#M118885</link>
      <description>&lt;P&gt;Anonymous&lt;/LI-USER&gt;&amp;nbsp;&lt;BR /&gt;please Share your Data modeling of Table for batter understanding!! Thank You!!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 15 May 2023 09:16:46 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Pick-Department-on-the-Bases-of-Student-Selection-From-dropdown/m-p/3235308#M118885</guid>
      <dc:creator>Mahesh0016</dc:creator>
      <dc:date>2023-05-15T09:16:46Z</dc:date>
    </item>
    <item>
      <title>Re: Pick Department on the Bases of Student Selection From dropdown and Sum over All fee submitted</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Pick-Department-on-the-Bases-of-Student-Selection-From-dropdown/m-p/3235319#M118888</link>
      <description>&lt;P&gt;Hi&amp;nbsp;Anonymous&lt;/LI-USER&gt;&amp;nbsp;&lt;BR /&gt;Please try&lt;/P&gt;
&lt;LI-CODE lang="javascript"&gt;Fee Submitted =
SUMX (
    VALUES ( 'Student'[Department] ),
    CALCULATE (
        SUM ( 'Student'[FeeSubmitted] ),
        ALL ( 'Student'[Name] )
    )
)&lt;/LI-CODE&gt;</description>
      <pubDate>Mon, 15 May 2023 09:18:08 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Pick-Department-on-the-Bases-of-Student-Selection-From-dropdown/m-p/3235319#M118888</guid>
      <dc:creator>tamerj1</dc:creator>
      <dc:date>2023-05-15T09:18:08Z</dc:date>
    </item>
    <item>
      <title>Re: Pick Department on the Bases of Student Selection From dropdown and Sum over All fee submitted</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Pick-Department-on-the-Bases-of-Student-Selection-From-dropdown/m-p/3235402#M118893</link>
      <description>&lt;P&gt;I have only 1 table "Student"&lt;BR /&gt;and I appended all others tables in this Student table.&lt;/P&gt;</description>
      <pubDate>Mon, 15 May 2023 09:52:17 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Pick-Department-on-the-Bases-of-Student-Selection-From-dropdown/m-p/3235402#M118893</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2023-05-15T09:52:17Z</dc:date>
    </item>
    <item>
      <title>Re: Pick Department on the Bases of Student Selection From dropdown and Sum over All fee submitted</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Pick-Department-on-the-Bases-of-Student-Selection-From-dropdown/m-p/3235416#M118894</link>
      <description>&lt;P&gt;For Example there is a student and not submitted the fee, If I am selecting such student the table gets empty.&lt;BR /&gt;&lt;BR /&gt;because I only need his Department and against that department need to sum all the fee. and need to ignore Student filter.&lt;/P&gt;</description>
      <pubDate>Mon, 15 May 2023 09:57:26 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Pick-Department-on-the-Bases-of-Student-Selection-From-dropdown/m-p/3235416#M118894</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2023-05-15T09:57:26Z</dc:date>
    </item>
    <item>
      <title>Re: Pick Department on the Bases of Student Selection From dropdown and Sum over All fee submitted</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Pick-Department-on-the-Bases-of-Student-Selection-From-dropdown/m-p/3235424#M118895</link>
      <description>&lt;P&gt;Anonymous&lt;/LI-USER&gt;&amp;nbsp;&lt;BR /&gt;This shall also provide the same result&lt;/P&gt;
&lt;LI-CODE lang="javascript"&gt;Fee Submitted =
CALCULATE (
    SUM ( 'Student'[FeeSubmitted] ),
    ALL ( 'Student'[Name] ),
    VALUES ( 'Student'[Department] )
)&lt;/LI-CODE&gt;</description>
      <pubDate>Mon, 15 May 2023 10:01:54 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Pick-Department-on-the-Bases-of-Student-Selection-From-dropdown/m-p/3235424#M118895</guid>
      <dc:creator>tamerj1</dc:creator>
      <dc:date>2023-05-15T10:01:54Z</dc:date>
    </item>
    <item>
      <title>Re: Pick Department on the Bases of Student Selection From dropdown and Sum over All fee submitted</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Pick-Department-on-the-Bases-of-Student-Selection-From-dropdown/m-p/3235427#M118897</link>
      <description>&lt;P&gt;Anonymous&lt;/LI-USER&gt;&amp;nbsp;&lt;BR /&gt;I hope you have tried the code. What results have you obtained? How does your visual look like?&lt;/P&gt;</description>
      <pubDate>Mon, 15 May 2023 10:06:28 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Pick-Department-on-the-Bases-of-Student-Selection-From-dropdown/m-p/3235427#M118897</guid>
      <dc:creator>tamerj1</dc:creator>
      <dc:date>2023-05-15T10:06:28Z</dc:date>
    </item>
    <item>
      <title>Re: Pick Department on the Bases of Student Selection From dropdown and Sum over All fee submitted</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Pick-Department-on-the-Bases-of-Student-Selection-From-dropdown/m-p/3235476#M118906</link>
      <description>&lt;P&gt;I tried the code you provided but when I am selecting any Student who did not submitted the Fee the table visual display Empty.&lt;BR /&gt;While I am expecting Total fee submitted for the department Associated with that Student&lt;/P&gt;</description>
      <pubDate>Tue, 16 May 2023 04:57:41 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Pick-Department-on-the-Bases-of-Student-Selection-From-dropdown/m-p/3235476#M118906</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2023-05-16T04:57:41Z</dc:date>
    </item>
    <item>
      <title>Re: Pick Department on the Bases of Student Selection From dropdown and Sum over All fee submitted</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Pick-Department-on-the-Bases-of-Student-Selection-From-dropdown/m-p/3235486#M118908</link>
      <description>&lt;P&gt;Anonymous&lt;/LI-USER&gt;&amp;nbsp;&lt;BR /&gt;Agian, kindly requesting to provide a screenshot of the visual to better understand the problem.&lt;/P&gt;</description>
      <pubDate>Mon, 15 May 2023 10:54:17 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Pick-Department-on-the-Bases-of-Student-Selection-From-dropdown/m-p/3235486#M118908</guid>
      <dc:creator>tamerj1</dc:creator>
      <dc:date>2023-05-15T10:54:17Z</dc:date>
    </item>
  </channel>
</rss>

