<?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 measures: Summarize with allexcept in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/DAX-measures-Summarize-with-allexcept/m-p/892190#M7902</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;You can send your pbix file to my personal emails&lt;BR /&gt;I can't open it from the company where I work&lt;BR /&gt;Thank you&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Email: guillermo.ruiz@scotiabank.com.pe&amp;nbsp; or&amp;nbsp; guille2711410@hotmail.com&lt;/P&gt;</description>
    <pubDate>Tue, 07 Jan 2020 15:42:16 GMT</pubDate>
    <dc:creator>Guille2711410</dc:creator>
    <dc:date>2020-01-07T15:42:16Z</dc:date>
    <item>
      <title>DAX measures: Summarize with allexcept</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/DAX-measures-Summarize-with-allexcept/m-p/885320#M7653</link>
      <description>&lt;P&gt;Hi everyone&lt;/P&gt;&lt;P&gt;I have this measure and it works well for me&lt;/P&gt;&lt;P&gt;MaxRecNroTrn = SUMX(SUMMARIZE(COMTO20,COMTO20[FECVAL],COMTO20[CTAUNICA]),CALCULATE(MAX(COMTO20[RECNROTRN])&lt;/P&gt;&lt;P&gt;and I want this calculation to change only for the CTAUNICA column,&lt;BR /&gt;I used ALLEXCEPT, but it didn't work.&lt;/P&gt;&lt;P&gt;With the above mentioned, I want to divide this result by 11 and this new result divide it by the TOTAL column of another related table called SUNEDU.&lt;BR /&gt;I tried RELATED, but it doesn't work for me.&lt;BR /&gt;I will be very grateful with your help&lt;BR /&gt;Thank you&lt;BR /&gt;In red the related columns (CGH0NOM &amp;lt;-&amp;gt; UNIVERSIDAD)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Table COMTO20&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;FECHAVAL&lt;/TD&gt;&lt;TD&gt;CTAUNICA&lt;/TD&gt;&lt;TD&gt;&lt;FONT color="#ff0000"&gt;CGH0NOM&lt;/FONT&gt;&lt;/TD&gt;&lt;TD&gt;RECNROTRN&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;201810&lt;/TD&gt;&lt;TD&gt;384337&lt;/TD&gt;&lt;TD&gt;&lt;FONT color="#ff0000"&gt;UNIVERSIDAD DE LIMA&lt;/FONT&gt;&lt;/TD&gt;&lt;TD&gt;6633&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;201810&lt;/TD&gt;&lt;TD&gt;384337&lt;/TD&gt;&lt;TD&gt;&lt;FONT color="#ff0000"&gt;UNIVERSIDAD DE LIMA&lt;/FONT&gt;&lt;/TD&gt;&lt;TD&gt;4359&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;201810&lt;/TD&gt;&lt;TD&gt;384337&lt;/TD&gt;&lt;TD&gt;&lt;FONT color="#ff0000"&gt;UNIVERSIDAD DE LIMA&lt;/FONT&gt;&lt;/TD&gt;&lt;TD&gt;3335&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;201811&lt;/TD&gt;&lt;TD&gt;384337&lt;/TD&gt;&lt;TD&gt;&lt;FONT color="#ff0000"&gt;UNIVERSIDAD DE LIMA&lt;/FONT&gt;&lt;/TD&gt;&lt;TD&gt;496&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;201811&lt;/TD&gt;&lt;TD&gt;384337&lt;/TD&gt;&lt;TD&gt;&lt;FONT color="#ff0000"&gt;UNIVERSIDAD DE LIMA&lt;/FONT&gt;&lt;/TD&gt;&lt;TD&gt;3174&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;201811&lt;/TD&gt;&lt;TD&gt;384337&lt;/TD&gt;&lt;TD&gt;&lt;FONT color="#ff0000"&gt;UNIVERSIDAD DE LIMA&lt;/FONT&gt;&lt;/TD&gt;&lt;TD&gt;2549&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;201810&lt;/TD&gt;&lt;TD&gt;547671&lt;/TD&gt;&lt;TD&gt;&lt;FONT color="#ff0000"&gt;UNIVERSIDAD DE PIURA&lt;/FONT&gt;&lt;/TD&gt;&lt;TD&gt;207&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;201810&lt;/TD&gt;&lt;TD&gt;547671&lt;/TD&gt;&lt;TD&gt;&lt;FONT color="#ff0000"&gt;UNIVERSIDAD DE PIURA&lt;/FONT&gt;&lt;/TD&gt;&lt;TD&gt;180&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;201810&lt;/TD&gt;&lt;TD&gt;547671&lt;/TD&gt;&lt;TD&gt;&lt;FONT color="#ff0000"&gt;UNIVERSIDAD DE PIURA&lt;/FONT&gt;&lt;/TD&gt;&lt;TD&gt;2675&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;201811&lt;/TD&gt;&lt;TD&gt;547671&lt;/TD&gt;&lt;TD&gt;&lt;FONT color="#ff0000"&gt;UNIVERSIDAD DE PIURA&lt;/FONT&gt;&lt;/TD&gt;&lt;TD&gt;3856&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;201811&lt;/TD&gt;&lt;TD&gt;547671&lt;/TD&gt;&lt;TD&gt;&lt;FONT color="#ff0000"&gt;UNIVERSIDAD DE PIURA&lt;/FONT&gt;&lt;/TD&gt;&lt;TD&gt;264&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Table SUNEDU&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;&lt;FONT color="#ff0000"&gt;UNIVERSIDAD&lt;/FONT&gt;&lt;/TD&gt;&lt;TD&gt;GESTION&lt;/TD&gt;&lt;TD&gt;TOTAL&lt;/TD&gt;&lt;TD&gt;HOMBRES&lt;/TD&gt;&lt;TD&gt;MUJERES&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;&lt;FONT color="#ff0000"&gt;UNIVERSIDAD DE LIMA&lt;/FONT&gt;&lt;/TD&gt;&lt;TD&gt;PRIVADA&lt;/TD&gt;&lt;TD&gt;19410&lt;/TD&gt;&lt;TD&gt;10504&lt;/TD&gt;&lt;TD&gt;8906&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;&lt;FONT color="#ff0000"&gt;UNIVERSIDAD DE PIURA&lt;/FONT&gt;&lt;/TD&gt;&lt;TD&gt;PRIVADA&lt;/TD&gt;&lt;TD&gt;8394&lt;/TD&gt;&lt;TD&gt;4251&lt;/TD&gt;&lt;TD&gt;4143&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;</description>
      <pubDate>Fri, 27 Dec 2019 16:31:08 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/DAX-measures-Summarize-with-allexcept/m-p/885320#M7653</guid>
      <dc:creator>Guille2711410</dc:creator>
      <dc:date>2019-12-27T16:31:08Z</dc:date>
    </item>
    <item>
      <title>Re: DAX measures: Summarize with allexcept</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/DAX-measures-Summarize-with-allexcept/m-p/885401#M7660</link>
      <description>&lt;P&gt;hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="149283" data-lia-user-login="Guille2711410" class="lia-mention lia-mention-user"&gt;Guille2711410&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;its not obviously what you need as a result. please, give an example desired output&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;I&gt;&lt;FONT color="#ababab"&gt;do not hesitate to give a kudo to useful posts and mark solutions as solution&lt;/FONT&gt;&lt;/I&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 27 Dec 2019 20:10:51 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/DAX-measures-Summarize-with-allexcept/m-p/885401#M7660</guid>
      <dc:creator>az38</dc:creator>
      <dc:date>2019-12-27T20:10:51Z</dc:date>
    </item>
    <item>
      <title>Re: DAX measures: Summarize with allexcept</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/DAX-measures-Summarize-with-allexcept/m-p/886346#M7709</link>
      <description>&lt;P&gt;Thanks az38&lt;/P&gt;&lt;P&gt;The measure es:&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;MaxRecNroTrn = SUMX(SUMMARIZE(COMTO20,COMTO20[FECVAL],COMTO20[CGH0NOM]),CALCULATE(MAX(COMTO20[RECNROTRN])&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;With this measure I get this, but it should not be altered under any filter, only that of GH0NOM&lt;/SPAN&gt;&lt;/P&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;FECHAVAL&lt;/TD&gt;&lt;TD&gt;CTAUNICA&lt;/TD&gt;&lt;TD&gt;CGH0NOM&lt;/TD&gt;&lt;TD&gt;RECNROTRN&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;201810&lt;/TD&gt;&lt;TD&gt;384337&lt;/TD&gt;&lt;TD&gt;UNIVERSIDAD DE LIMA&lt;/TD&gt;&lt;TD&gt;6633&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;201811&lt;/TD&gt;&lt;TD&gt;384337&lt;/TD&gt;&lt;TD&gt;UNIVERSIDAD DE LIMA&lt;/TD&gt;&lt;TD&gt;3174&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;&lt;STRONG&gt;9807&lt;/STRONG&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;201810&lt;/TD&gt;&lt;TD&gt;547671&lt;/TD&gt;&lt;TD&gt;UNIVERSIDAD DE PIURA&lt;/TD&gt;&lt;TD&gt;2675&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;201811&lt;/TD&gt;&lt;TD&gt;547671&lt;/TD&gt;&lt;TD&gt;UNIVERSIDAD DE PIURA&lt;/TD&gt;&lt;TD&gt;3856&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;&lt;STRONG&gt;6531&lt;/STRONG&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;For Example: for GH0NOM = UNIVERSITY OF LIMA&lt;BR /&gt;the total of RECNROTRN = 9807, I must divide it by 11 = 891.54&lt;BR /&gt;Then 891.54 divide it with the TOTAL of the SUNEDU table for UNIVERSITY = UNIVERSITY OF LIMA&lt;BR /&gt;891.53 / 19410 = 0.046 = 4.6%&lt;/P&gt;&lt;P&gt;Thank you&lt;/P&gt;</description>
      <pubDate>Mon, 30 Dec 2019 17:15:20 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/DAX-measures-Summarize-with-allexcept/m-p/886346#M7709</guid>
      <dc:creator>Guille2711410</dc:creator>
      <dc:date>2019-12-30T17:15:20Z</dc:date>
    </item>
    <item>
      <title>Re: DAX measures: Summarize with allexcept</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/DAX-measures-Summarize-with-allexcept/m-p/888219#M7762</link>
      <description>&lt;P&gt;Hi az38&lt;BR /&gt;Please I need help with this problem.&lt;BR /&gt;I want to spread the use of PBI in the company&lt;BR /&gt;Thank you&lt;/P&gt;</description>
      <pubDate>Thu, 02 Jan 2020 16:53:17 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/DAX-measures-Summarize-with-allexcept/m-p/888219#M7762</guid>
      <dc:creator>Guille2711410</dc:creator>
      <dc:date>2020-01-02T16:53:17Z</dc:date>
    </item>
    <item>
      <title>Re: DAX measures: Summarize with allexcept</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/DAX-measures-Summarize-with-allexcept/m-p/889902#M7832</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="149283" data-lia-user-login="Guille2711410" class="lia-mention lia-mention-user"&gt;Guille2711410&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I don't know which parameters you used in the ALLEXEPT function:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;CS2 = CALCULATE(Divide(Divide([MaxRecNroTrn],11), sum(SUNEDU[TOTAL])),&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;STRONG&gt;ALLEXCEPT(COMTO20, COMTO20[CGH0NOM]),&lt;/STRONG&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;filter(all(COMTO20[CGH0NOM]), COMTO20[CGH0NOM] in VALUES(COMTO20[CGH0NOM])&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;)&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;)&lt;BR /&gt;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;But I think this measure gives you your required calculation. You can leave the "&lt;SPAN&gt;filter(all(COMTO20[CGH0NOM]), COMTO20[CGH0NOM] in VALUES(COMTO20[CGH0NOM])&lt;/SPAN&gt;" out, then the total % will not change either.&amp;nbsp;&lt;BR /&gt;The Filter(all..... line is added to make the visual respond to the university selection for the grand total lines.&lt;BR /&gt;&lt;BR /&gt;Hope this helps.&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Sun, 05 Jan 2020 22:31:07 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/DAX-measures-Summarize-with-allexcept/m-p/889902#M7832</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-01-05T22:31:07Z</dc:date>
    </item>
    <item>
      <title>Re: DAX measures: Summarize with allexcept</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/DAX-measures-Summarize-with-allexcept/m-p/890976#M7876</link>
      <description>&lt;P&gt;Thanks JustJan, but it doesn't work&lt;BR /&gt;I tried your solution with both ways but it gives me an error&lt;BR /&gt;Apparently what I ask is very simple&lt;BR /&gt;Thank you&lt;/P&gt;</description>
      <pubDate>Mon, 06 Jan 2020 20:59:29 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/DAX-measures-Summarize-with-allexcept/m-p/890976#M7876</guid>
      <dc:creator>Guille2711410</dc:creator>
      <dc:date>2020-01-06T20:59:29Z</dc:date>
    </item>
    <item>
      <title>Re: DAX measures: Summarize with allexcept</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/DAX-measures-Summarize-with-allexcept/m-p/890977#M7877</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="149283" data-lia-user-login="Guille2711410" class="lia-mention lia-mention-user"&gt;Guille2711410&lt;/a&gt;&amp;nbsp;,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;What is the error message you get?&lt;/P&gt;&lt;P&gt;What is the relation between the two table?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Or can you share a pbix?&lt;/P&gt;</description>
      <pubDate>Mon, 06 Jan 2020 21:05:29 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/DAX-measures-Summarize-with-allexcept/m-p/890977#M7877</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-01-06T21:05:29Z</dc:date>
    </item>
    <item>
      <title>Re: DAX measures: Summarize with allexcept</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/DAX-measures-Summarize-with-allexcept/m-p/890995#M7880</link>
      <description>&lt;P&gt;&amp;nbsp;Hi&lt;/P&gt;&lt;P&gt;This is the error message&lt;/P&gt;&lt;P&gt;You cannot determine a single value for the RECNROTRN column in the COMTO20 table. This can happen when a measurement formula refers to a column that has many values without specifying an aggregation such as MIN, MAX, COUNT or SUM to get a result. only.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The relationship between the two tables is COMTO20 (CGH0NOM) and in SUNEDU (UNIVERSIDAD).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I cannot share the pbix, because in the company for security reasons it prevents me from saving in the cloud.&lt;/P&gt;&lt;P&gt;Thank you&lt;/P&gt;</description>
      <pubDate>Mon, 06 Jan 2020 21:33:21 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/DAX-measures-Summarize-with-allexcept/m-p/890995#M7880</guid>
      <dc:creator>Guille2711410</dc:creator>
      <dc:date>2020-01-06T21:33:21Z</dc:date>
    </item>
    <item>
      <title>Re: DAX measures: Summarize with allexcept</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/DAX-measures-Summarize-with-allexcept/m-p/891027#M7881</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="149283" data-lia-user-login="Guille2711410" class="lia-mention lia-mention-user"&gt;Guille2711410&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have a small pbix file, based on the information you provided in the message.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://sharefiles.app/download/e0a7be525b054c5c73539bfaed3811b25519870c" target="_blank"&gt;https://sharefiles.app/download/e0a7be525b054c5c73539bfaed3811b25519870c&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Maybe you can have a look why it is working for me. Maybe the test data is a bit too simple / not precisely representing the actual situation.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Let me know how you are doing.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 06 Jan 2020 22:18:35 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/DAX-measures-Summarize-with-allexcept/m-p/891027#M7881</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-01-06T22:18:35Z</dc:date>
    </item>
    <item>
      <title>Re: DAX measures: Summarize with allexcept</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/DAX-measures-Summarize-with-allexcept/m-p/892190#M7902</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;You can send your pbix file to my personal emails&lt;BR /&gt;I can't open it from the company where I work&lt;BR /&gt;Thank you&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Email: guillermo.ruiz@scotiabank.com.pe&amp;nbsp; or&amp;nbsp; guille2711410@hotmail.com&lt;/P&gt;</description>
      <pubDate>Tue, 07 Jan 2020 15:42:16 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/DAX-measures-Summarize-with-allexcept/m-p/892190#M7902</guid>
      <dc:creator>Guille2711410</dc:creator>
      <dc:date>2020-01-07T15:42:16Z</dc:date>
    </item>
    <item>
      <title>Re: DAX measures: Summarize with allexcept</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/DAX-measures-Summarize-with-allexcept/m-p/895295#M8036</link>
      <description>&lt;P&gt;Hi Jan&lt;/P&gt;&lt;P&gt;Excuse me for delaying in answering you, but we are with the accounting closures that temporarily take me away from this query.&lt;BR /&gt;I tried to open the file you sent me but could not have a past version of the&amp;nbsp;PBI installed here in the company.&lt;BR /&gt;I will try to open it from home today and I tell you.&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;</description>
      <pubDate>Thu, 09 Jan 2020 17:34:01 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/DAX-measures-Summarize-with-allexcept/m-p/895295#M8036</guid>
      <dc:creator>Guille2711410</dc:creator>
      <dc:date>2020-01-09T17:34:01Z</dc:date>
    </item>
  </channel>
</rss>

