<?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 Help in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Help/m-p/2399433#M62715</link>
    <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;Someone can help me please, how I can add&amp;nbsp; number of the latest value at the end of the chart ?&lt;/P&gt;&lt;P&gt;as I showed in the picture:&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;Thank you&lt;/P&gt;</description>
    <pubDate>Thu, 17 Mar 2022 03:21:47 GMT</pubDate>
    <dc:creator>Nihed</dc:creator>
    <dc:date>2022-03-17T03:21:47Z</dc:date>
    <item>
      <title>Help</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Help/m-p/2399433#M62715</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;Someone can help me please, how I can add&amp;nbsp; number of the latest value at the end of the chart ?&lt;/P&gt;&lt;P&gt;as I showed in the picture:&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;Thank you&lt;/P&gt;</description>
      <pubDate>Thu, 17 Mar 2022 03:21:47 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Help/m-p/2399433#M62715</guid>
      <dc:creator>Nihed</dc:creator>
      <dc:date>2022-03-17T03:21:47Z</dc:date>
    </item>
    <item>
      <title>Re: Help</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Help/m-p/2399491#M62722</link>
      <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="329393" data-lia-user-login="Nihed" class="lia-mention lia-mention-user"&gt;Nihed&lt;/a&gt; , refer if this can help&lt;/P&gt;
&lt;P&gt;&lt;A href="https://community.powerbi.com/t5/Community-Blog/Display-Label-Only-on-the-Last-Data-Point-of-the-Line-Visual-for/ba-p/1253464" target="_blank"&gt;https://community.powerbi.com/t5/Community-Blog/Display-Label-Only-on-the-Last-Data-Point-of-the-Line-Visual-for/ba-p/1253464&lt;/A&gt; &lt;/P&gt;</description>
      <pubDate>Thu, 17 Mar 2022 04:42:18 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Help/m-p/2399491#M62722</guid>
      <dc:creator>amitchandak</dc:creator>
      <dc:date>2022-03-17T04:42:18Z</dc:date>
    </item>
    <item>
      <title>Re: Help</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Help/m-p/2406028#M63163</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="329393" data-lia-user-login="Nihed" class="lia-mention lia-mention-user"&gt;Nihed&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;From what I understand, you only want to show the data labels for the last month's value in the line chart, right?&lt;/P&gt;
&lt;P&gt;Please create a measure:&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;Measure = 
var _maxMonth= MAXX(ALL('Table'),MONTH([Date]))
return CALCULATE(SUM('Table'[Value]),FILTER('Table',MONTH([Date])=_maxMonth))&lt;/LI-CODE&gt;
&lt;P&gt;And apply it to Values field as well, then enable the &lt;STRONG&gt;Customize series&lt;/STRONG&gt; option as the blog provided by&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="148838" data-lia-user-login="amitchandak" class="lia-mention lia-mention-user"&gt;amitchandak&lt;/a&gt;&amp;nbsp;mentioned:&lt;/P&gt;
&lt;P&gt;&lt;img /&gt;&lt;/P&gt;
&lt;P&gt;Best Regards,&lt;BR /&gt;Eyelyn Qin&lt;BR /&gt;If this post &lt;STRONG&gt;helps&lt;/STRONG&gt;, then please consider &lt;EM&gt;&lt;STRONG&gt;Accept it as the solution&lt;/STRONG&gt; &lt;/EM&gt;to help the other members find it more quickly.&lt;/P&gt;</description>
      <pubDate>Mon, 21 Mar 2022 08:03:51 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Help/m-p/2406028#M63163</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2022-03-21T08:03:51Z</dc:date>
    </item>
  </channel>
</rss>

