<?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: Suma filtrada in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Suma-filtrada/m-p/2816326#M89321</link>
    <description>&lt;P&gt;&lt;FONT&gt;Hi，&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="363432" data-lia-user-login="MONTENEGRO" class="lia-mention lia-mention-user"&gt;MONTENEGRO&lt;/a&gt;&lt;/FONT&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If there is no relationship created between your calendar table and Resultados Operaciones table, you can try to calculate&amp;nbsp;total budget with measures like the following.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;Presupuesto anual =
CALCULATE (
    SUM ( 'Resultados Operaciones'[Presupuesto] ),
    FILTER (
        'Resultados Operaciones',
        'Resultados Operaciones'[Fecha] IN VALUES ( Calendario[Fecha] )
    )
)&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;Presupuesto anual2 = SUMX(ALLEXCEPT(Calendario,Calendario[Periodo]),[Presupuesto anual])&lt;/LI-CODE&gt;
&lt;P&gt;Hope this could help.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;FONT&gt;Best Regards,&lt;BR /&gt;Community Support Team _ Eason&lt;/FONT&gt;&lt;/P&gt;</description>
    <pubDate>Tue, 04 Oct 2022 09:03:53 GMT</pubDate>
    <dc:creator>v-easonf-msft</dc:creator>
    <dc:date>2022-10-04T09:03:53Z</dc:date>
    <item>
      <title>Suma filtrada</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Suma-filtrada/m-p/2814839#M89237</link>
      <description>&lt;P&gt;Necesito sumar los el presupuesto total del periodo, pero que solo respete el segmentador periodo e ignore los demas segmentadores como el mes.&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Campos de tabla calendario&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 03 Oct 2022 19:04:40 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Suma-filtrada/m-p/2814839#M89237</guid>
      <dc:creator>MONTENEGRO</dc:creator>
      <dc:date>2022-10-03T19:04:40Z</dc:date>
    </item>
    <item>
      <title>Re: Suma filtrada</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Suma-filtrada/m-p/2816326#M89321</link>
      <description>&lt;P&gt;&lt;FONT&gt;Hi，&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="363432" data-lia-user-login="MONTENEGRO" class="lia-mention lia-mention-user"&gt;MONTENEGRO&lt;/a&gt;&lt;/FONT&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If there is no relationship created between your calendar table and Resultados Operaciones table, you can try to calculate&amp;nbsp;total budget with measures like the following.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;Presupuesto anual =
CALCULATE (
    SUM ( 'Resultados Operaciones'[Presupuesto] ),
    FILTER (
        'Resultados Operaciones',
        'Resultados Operaciones'[Fecha] IN VALUES ( Calendario[Fecha] )
    )
)&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;Presupuesto anual2 = SUMX(ALLEXCEPT(Calendario,Calendario[Periodo]),[Presupuesto anual])&lt;/LI-CODE&gt;
&lt;P&gt;Hope this could help.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;FONT&gt;Best Regards,&lt;BR /&gt;Community Support Team _ Eason&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 04 Oct 2022 09:03:53 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Suma-filtrada/m-p/2816326#M89321</guid>
      <dc:creator>v-easonf-msft</dc:creator>
      <dc:date>2022-10-04T09:03:53Z</dc:date>
    </item>
  </channel>
</rss>

