<?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: Instead of 5 column how can i retrive when you selected any one  total MTD,Total QTD, Total YTD in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Instead-of-5-column-how-can-i-retrive-when-you-selected-any-one/m-p/3062180#M105865</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="463798" data-lia-user-login="MSMKM" class="lia-mention lia-mention-user"&gt;MSMKM&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;One method can be acheived through ustilizing a matrix visual instead of a table. Place the Year column in the rows of the matrix and place the MeasureNames[Measure] column in the columns of the matrix. Then place the proposed measure in the values. (Please refer to attached sample file with the solution).&lt;BR /&gt;&lt;img /&gt;&lt;/P&gt;
&lt;LI-CODE lang="javascript"&gt;Measure = 
SWITCH (
    SELECTEDVALUE ( 'MeasureNames'[Measure] ),
    "Total YTD", [Total YTD],
    "Total MTD", [Total MTD],
    "Total QTD", [Total QTD]
)&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Sun, 05 Feb 2023 10:34:47 GMT</pubDate>
    <dc:creator>tamerj1</dc:creator>
    <dc:date>2023-02-05T10:34:47Z</dc:date>
    <item>
      <title>Instead of 5 column how can i retrive when you selected any one  total MTD,Total QTD, Total YTD</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Instead-of-5-column-how-can-i-retrive-when-you-selected-any-one/m-p/3061478#M105809</link>
      <description>&lt;P&gt;Hi Team,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;when i added year wise&amp;nbsp;total --- TotalMTD,TotalQTD, TotalYTD....&amp;nbsp; my questions below&amp;nbsp;&lt;/P&gt;&lt;P&gt;1. how we can filter ? if we needed any of&amp;nbsp;TotalMTD,TotalQTD, TotalYTD this ?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Krishna&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 04 Feb 2023 13:37:57 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Instead-of-5-column-how-can-i-retrive-when-you-selected-any-one/m-p/3061478#M105809</guid>
      <dc:creator>MSMKM</dc:creator>
      <dc:date>2023-02-04T13:37:57Z</dc:date>
    </item>
    <item>
      <title>Re: Instead of 5 column how can i retrive when you selected any one  total MTD,Total QTD, Total YTD</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Instead-of-5-column-how-can-i-retrive-when-you-selected-any-one/m-p/3061484#M105811</link>
      <description>&lt;P&gt;hi &lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="463798" data-lia-user-login="MSMKM" class="lia-mention lia-mention-user"&gt;MSMKM&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;can you elaborate your expectation?&lt;/P&gt;</description>
      <pubDate>Sat, 04 Feb 2023 13:57:47 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Instead-of-5-column-how-can-i-retrive-when-you-selected-any-one/m-p/3061484#M105811</guid>
      <dc:creator>FreemanZ</dc:creator>
      <dc:date>2023-02-04T13:57:47Z</dc:date>
    </item>
    <item>
      <title>Re: Instead of 5 column how can i retrive when you selected any one  total MTD,Total QTD, Total YTD</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Instead-of-5-column-how-can-i-retrive-when-you-selected-any-one/m-p/3062144#M105858</link>
      <description>&lt;P&gt;Hi FreemanZ,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Recently i have attend an interview in that they are asked a question like below&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;If you select any One totalYTD, TotalMTD,TotalQTD, other columns will be hide? how you will do ?&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 05 Feb 2023 09:27:43 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Instead-of-5-column-how-can-i-retrive-when-you-selected-any-one/m-p/3062144#M105858</guid>
      <dc:creator>MSMKM</dc:creator>
      <dc:date>2023-02-05T09:27:43Z</dc:date>
    </item>
    <item>
      <title>Re: Instead of 5 column how can i retrive when you selected any one  total MTD,Total QTD, Total YTD</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Instead-of-5-column-how-can-i-retrive-when-you-selected-any-one/m-p/3062180#M105865</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="463798" data-lia-user-login="MSMKM" class="lia-mention lia-mention-user"&gt;MSMKM&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;One method can be acheived through ustilizing a matrix visual instead of a table. Place the Year column in the rows of the matrix and place the MeasureNames[Measure] column in the columns of the matrix. Then place the proposed measure in the values. (Please refer to attached sample file with the solution).&lt;BR /&gt;&lt;img /&gt;&lt;/P&gt;
&lt;LI-CODE lang="javascript"&gt;Measure = 
SWITCH (
    SELECTEDVALUE ( 'MeasureNames'[Measure] ),
    "Total YTD", [Total YTD],
    "Total MTD", [Total MTD],
    "Total QTD", [Total QTD]
)&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 05 Feb 2023 10:34:47 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Instead-of-5-column-how-can-i-retrive-when-you-selected-any-one/m-p/3062180#M105865</guid>
      <dc:creator>tamerj1</dc:creator>
      <dc:date>2023-02-05T10:34:47Z</dc:date>
    </item>
    <item>
      <title>Re: Instead of 5 column how can i retrive when you selected any one  total MTD,Total QTD, Total YTD</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Instead-of-5-column-how-can-i-retrive-when-you-selected-any-one/m-p/3063255#M105960</link>
      <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="317289" data-lia-user-login="tamerj1" class="lia-mention lia-mention-user"&gt;tamerj1&lt;/a&gt;&amp;nbsp;--- thanks a lot .its working...&lt;/P&gt;</description>
      <pubDate>Mon, 06 Feb 2023 08:46:17 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Instead-of-5-column-how-can-i-retrive-when-you-selected-any-one/m-p/3063255#M105960</guid>
      <dc:creator>MSMKM</dc:creator>
      <dc:date>2023-02-06T08:46:17Z</dc:date>
    </item>
  </channel>
</rss>

