<?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: Drillup/Drilldown function not working in matrix visual when multiple measures selected from slicer. in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Drillup-Drilldown-function-not-working-in-matrix-visual-when/m-p/2359008#M60199</link>
    <description>&lt;P&gt;Hi&amp;nbsp;Anonymous&lt;/LI-USER&gt;, can you provide some screenshots of what you mean as I'm not sure at the moment?&lt;/P&gt;</description>
    <pubDate>Thu, 24 Feb 2022 14:26:57 GMT</pubDate>
    <dc:creator>Russell-PBI</dc:creator>
    <dc:date>2022-02-24T14:26:57Z</dc:date>
    <item>
      <title>Drillup/Drilldown function not working in matrix visual when multiple measures selected from slicer.</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Drillup-Drilldown-function-not-working-in-matrix-visual-when/m-p/2358656#M60182</link>
      <description>&lt;P&gt;Hello All,&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;I have created a measure for selection from slicer.&lt;BR /&gt;&lt;BR /&gt;Measure_Selection =&lt;BR /&gt;SWITCH(&lt;BR /&gt;SELECTEDVALUE( 'DynamicMeasureTable'[Measure],1),&lt;BR /&gt;1 ,'Measure Table'[Measure 1],&lt;BR /&gt;2 ,'Measure Table'[Measure 2] * 100,&lt;BR /&gt;3 ,'Measure Table'[Measure 3] ,&lt;BR /&gt;4 ,'Measure Table'[Measure 4]* 100,&lt;BR /&gt;5 ,'Measure Table'[Measure 5],&lt;BR /&gt;6 ,'Measure Table'[Measure 6]*100,&lt;BR /&gt;7 ,'Measure Table'[Measure 7],&lt;BR /&gt;8 ,'Measure Table'[Measure 8]*100,&lt;BR /&gt;9 ,'Measure Table'[Measure 9],&lt;BR /&gt;10,'Measure Table'[Measure 10]*100,&lt;BR /&gt;11,'Measure Table'[Measure 11],&lt;BR /&gt;12,'Measure Table'[Measure 12 100,&lt;BR /&gt;13, 'Measure Table'[Measure 13],&lt;BR /&gt;14, 'Measure Table'[Measure 14]* 100,&lt;BR /&gt;15,'Measure Table'[Measure 15],&lt;BR /&gt;16,'Measure Table'[Measure 16]* 100&lt;BR /&gt;)&lt;BR /&gt;&lt;BR /&gt;While i using&amp;nbsp; this measure in Matrix visual, selected mutiple values from slicer and drill up it is not working as expected(multiple cloumns should drillup and show related data). Only Single column is drilling up.&lt;BR /&gt;&lt;BR /&gt;By using Switch function only its allows sing values selection, is there any way for multiple selections. Please suggest.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;Naresh&lt;BR /&gt;nareshkandala.21@gmail.com&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 24 Feb 2022 12:16:46 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Drillup-Drilldown-function-not-working-in-matrix-visual-when/m-p/2358656#M60182</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2022-02-24T12:16:46Z</dc:date>
    </item>
    <item>
      <title>Re: Drillup/Drilldown function not working in matrix visual when multiple measures selected from slicer.</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Drillup-Drilldown-function-not-working-in-matrix-visual-when/m-p/2359008#M60199</link>
      <description>&lt;P&gt;Hi&amp;nbsp;Anonymous&lt;/LI-USER&gt;, can you provide some screenshots of what you mean as I'm not sure at the moment?&lt;/P&gt;</description>
      <pubDate>Thu, 24 Feb 2022 14:26:57 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Drillup-Drilldown-function-not-working-in-matrix-visual-when/m-p/2359008#M60199</guid>
      <dc:creator>Russell-PBI</dc:creator>
      <dc:date>2022-02-24T14:26:57Z</dc:date>
    </item>
    <item>
      <title>Re: Drillup/Drilldown function not working in matrix visual when multiple measures selected from slicer.</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Drillup-Drilldown-function-not-working-in-matrix-visual-when/m-p/2360812#M60329</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="359078" data-lia-user-login="Russell-PBI" class="lia-mention lia-mention-user"&gt;Russell-PBI&lt;/a&gt;,&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;With example Screenshots in details providing.&lt;/P&gt;&lt;P&gt;When multiple values selected in slicer, In Matrix visual at lowest level granulality the selected multiple measures data&lt;BR /&gt;are getting in columns(This period's sales and Year to date) refere to Image1&lt;/P&gt;&lt;P&gt;But when drillup to first level only single measure data (this period's sales) is getting refer to image2.&lt;/P&gt;&lt;P&gt;In Visulization pane under fields section -&amp;gt; values selection -&amp;gt; [Sales All Measure] measure is using.&lt;/P&gt;&lt;P&gt;Please find measure logic below:&lt;/P&gt;&lt;P&gt;Sales All Measures =&lt;/P&gt;&lt;P&gt;SWITCH(&lt;BR /&gt;SELECTEDVALUE('Measure Selection'[Code],1),&lt;BR /&gt;1,[Sales],&lt;BR /&gt;2,[Sales YTD],&lt;BR /&gt;3,[Sales QTD],&lt;BR /&gt;4,[Sales Same Period Last Year],&lt;BR /&gt;5,[Cost]&lt;BR /&gt;)&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Here I want to achive drillup funcationality with multiple measures selections that is selected from silcer.&lt;BR /&gt;Please do the needful.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;BR /&gt;Naresh&lt;img /&gt;&lt;img /&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 25 Feb 2022 09:43:46 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Drillup-Drilldown-function-not-working-in-matrix-visual-when/m-p/2360812#M60329</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2022-02-25T09:43:46Z</dc:date>
    </item>
  </channel>
</rss>

