<?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 Dax formula problem in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Dax-formula-problem/m-p/2661298#M78910</link>
    <description>&lt;P&gt;Hello,&lt;BR /&gt;I have a table and a single value next to it.&lt;BR /&gt;&lt;img /&gt;&lt;BR /&gt;I would like to show as single value not the total of &lt;EM&gt;vend_lord_cy&lt;/EM&gt; but the &lt;EM&gt;vend_lor_cy&lt;/EM&gt; for &lt;EM&gt;Mese Corrente&lt;/EM&gt;.&lt;BR /&gt;What is the correct dax formula?&lt;/P&gt;&lt;P&gt;Vend_Lord_cy_current_month = CALCULATE (SUM ('table' [vend_lord_cy] ...?&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Thanks to who helps me!&lt;/P&gt;</description>
    <pubDate>Tue, 26 Jul 2022 08:41:28 GMT</pubDate>
    <dc:creator>Morgana_2022</dc:creator>
    <dc:date>2022-07-26T08:41:28Z</dc:date>
    <item>
      <title>Dax formula problem</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Dax-formula-problem/m-p/2661298#M78910</link>
      <description>&lt;P&gt;Hello,&lt;BR /&gt;I have a table and a single value next to it.&lt;BR /&gt;&lt;img /&gt;&lt;BR /&gt;I would like to show as single value not the total of &lt;EM&gt;vend_lord_cy&lt;/EM&gt; but the &lt;EM&gt;vend_lor_cy&lt;/EM&gt; for &lt;EM&gt;Mese Corrente&lt;/EM&gt;.&lt;BR /&gt;What is the correct dax formula?&lt;/P&gt;&lt;P&gt;Vend_Lord_cy_current_month = CALCULATE (SUM ('table' [vend_lord_cy] ...?&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Thanks to who helps me!&lt;/P&gt;</description>
      <pubDate>Tue, 26 Jul 2022 08:41:28 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Dax-formula-problem/m-p/2661298#M78910</guid>
      <dc:creator>Morgana_2022</dc:creator>
      <dc:date>2022-07-26T08:41:28Z</dc:date>
    </item>
    <item>
      <title>Re: Dax formula problem</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Dax-formula-problem/m-p/2661672#M78948</link>
      <description>&lt;P&gt;You could just put a filter on the card visual but if you want to do it as a measure you could use&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;Vend_Lord_cy_current_month = CALCULATE (SUM ('table' [vend_lord_cy]), 'Table'[colonna_kpi] = "Mese Corrente" )&lt;/LI-CODE&gt;</description>
      <pubDate>Tue, 26 Jul 2022 10:35:19 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Dax-formula-problem/m-p/2661672#M78948</guid>
      <dc:creator>johnt75</dc:creator>
      <dc:date>2022-07-26T10:35:19Z</dc:date>
    </item>
    <item>
      <title>Re: Dax formula problem</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Dax-formula-problem/m-p/2661683#M78951</link>
      <description>&lt;P&gt;@H&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="416076" data-lia-user-login="Morgana_2022" class="lia-mention lia-mention-user"&gt;Morgana_2022&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;please try&lt;/P&gt;&lt;LI-CODE lang="javascript"&gt;Vend_Lord_cy_current_month Card =
CALCULATE (
    SUM ( 'table'[vend_lord_cy] ),
    'table'[colonna_kpi] = "Messe Corrente"
)&lt;/LI-CODE&gt;</description>
      <pubDate>Tue, 26 Jul 2022 10:38:56 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Dax-formula-problem/m-p/2661683#M78951</guid>
      <dc:creator>tamerj1</dc:creator>
      <dc:date>2022-07-26T10:38:56Z</dc:date>
    </item>
  </channel>
</rss>

