<?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 in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Dax/m-p/4253763#M168497</link>
    <description>&lt;P&gt;Based on the quater selection dynamically comments also need to change,if select all quater it's shows Quater 3 comments how to write Dax condition&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 23 Oct 2024 07:21:54 GMT</pubDate>
    <dc:creator>Praveen0303</dc:creator>
    <dc:date>2024-10-23T07:21:54Z</dc:date>
    <item>
      <title>Dax</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Dax/m-p/4253763#M168497</link>
      <description>&lt;P&gt;Based on the quater selection dynamically comments also need to change,if select all quater it's shows Quater 3 comments how to write Dax condition&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 23 Oct 2024 07:21:54 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Dax/m-p/4253763#M168497</guid>
      <dc:creator>Praveen0303</dc:creator>
      <dc:date>2024-10-23T07:21:54Z</dc:date>
    </item>
    <item>
      <title>Re: Dax</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Dax/m-p/4253964#M168503</link>
      <description>&lt;P&gt;hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="829449" data-lia-user-login="Praveen0303" class="lia-mention lia-mention-user"&gt;Praveen0303&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;try to plot a visual with a measure like this:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;Measure = 
IF(
    COUNTROWS(VALUES(data[Qtr]))=COUNTROWS(ALL(data[Qtr])),
    MAXX(FILTER(data, data[Qtr]="Q3"), data[Comments]),
    MAX(data[Comments])
)&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;it worked like:&lt;/P&gt;
&lt;P&gt;&lt;img /&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 23 Oct 2024 08:43:35 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Dax/m-p/4253964#M168503</guid>
      <dc:creator>FreemanZ</dc:creator>
      <dc:date>2024-10-23T08:43:35Z</dc:date>
    </item>
  </channel>
</rss>

