<?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: slicer measure -- used in different tabs in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/slicer-measure-used-in-different-tabs/m-p/1624880#M32838</link>
    <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="94515" data-lia-user-login="perezco" class="lia-mention lia-mention-user"&gt;perezco&lt;/a&gt; , Based on what I got&lt;/P&gt;
&lt;P&gt;do you want two different definitions (formula) for a measure? then it not possible. You can combine the two in one formula. But the measure will remain the same across the report. You can not have measure&amp;nbsp;definitions page wise&lt;/P&gt;</description>
    <pubDate>Wed, 27 Jan 2021 02:17:31 GMT</pubDate>
    <dc:creator>amitchandak</dc:creator>
    <dc:date>2021-01-27T02:17:31Z</dc:date>
    <item>
      <title>slicer measure -- used in different tabs</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/slicer-measure-used-in-different-tabs/m-p/1624686#M32829</link>
      <description>&lt;P&gt;Table with the three columns and one selectionPosition(INDEX).&lt;BR /&gt;the table is called '_Measure Selector Version'.&lt;/P&gt;&lt;P&gt;SelectedPosition || Metric || Numerator || Denominator&lt;BR /&gt;1 csat% csat_num csat_deno&lt;BR /&gt;2 dsat% dsat_num dsat_deno&lt;BR /&gt;3 slo slo_num slo_deno&lt;BR /&gt;...&lt;/P&gt;&lt;P&gt;Is it possible to recycle the Measure table used in one tab in a different Tab?&lt;BR /&gt;My problem, it is that the second tab maintain some lineage even after the syncronization has been eliminated.&lt;BR /&gt;I tried in the second tab, create a clean slicer but this one maintain some connection with the first one from the first tab.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;The motive is that I already used that table Measure to be used in a tab with a series of different chart.&lt;BR /&gt;Now, I am looking to use the same table Measure in different tab for a series different charts in second tab.&lt;/P&gt;&lt;P&gt;The first tab, I have two dax calculations and the slicer called Metric:&lt;BR /&gt;(The slicer control the selection of whatever mesuasure I selected.)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;SelectedIndex.Cmpr = Min('_Measure Selector Version'[SelectedPosition])&lt;/P&gt;&lt;P&gt;Formula(M.Cmpr) =&lt;BR /&gt;IF(&lt;BR /&gt;HASONEVALUE('_Measure Selector Version'[Metric]),&lt;BR /&gt;Switch(&lt;BR /&gt;[SelectedIndex.Cmpr],&lt;BR /&gt;1,[CSAT%] *100,&lt;BR /&gt;2,[DSAT%] *100,&lt;BR /&gt;3,[SLO]*100,&lt;BR /&gt;4,[SL],&lt;BR /&gt;5,[TTC (Days)],&lt;BR /&gt;6,[Backlog%]*100,&lt;BR /&gt;7,[Hours Per Case],&lt;BR /&gt;8,[AHT (Minutes)],&lt;BR /&gt;9,[DPI],&lt;BR /&gt;10,[Throughput],&lt;BR /&gt;11,[RDR%]*100,&lt;BR /&gt;12,[FTB%]*100,&lt;BR /&gt;13,[SL Volume],&lt;BR /&gt;14,[Cases Completed],&lt;BR /&gt;15,[Utilization],&lt;BR /&gt;16,[IB Util %]*100,&lt;BR /&gt;BLANK()&lt;BR /&gt;)&lt;BR /&gt;)&lt;/P&gt;&lt;P&gt;Then, the second tab, I use the same Measure table.&lt;BR /&gt;I tried with two new dax calculation that refer the same table, and new slicer not syncronize with the data from the first tab.&lt;/P&gt;&lt;P&gt;SelectedIndex.Outlier = Min('_Measure Selector Version'[SelectedPosition])&lt;/P&gt;&lt;P&gt;Formula(M.outlier) =&lt;BR /&gt;IF(&lt;BR /&gt;HASONEVALUE('_Measure Selector Version'[Metric]),&lt;BR /&gt;Switch(&lt;BR /&gt;[SelectedIndex.Outlier],&lt;BR /&gt;1,[CSAT%] *100,&lt;BR /&gt;2,[DSAT%] *100,&lt;BR /&gt;3,[SLO]*100,&lt;BR /&gt;4,[SL],&lt;BR /&gt;5,[TTC (Days)],&lt;BR /&gt;6,[Backlog%]*100,&lt;BR /&gt;7,[Hours Per Case],&lt;BR /&gt;8,[AHT (Minutes)],&lt;BR /&gt;9,[DPI],&lt;BR /&gt;10,[Throughput],&lt;BR /&gt;11,[RDR%]*100,&lt;BR /&gt;12,[FTB%]*100,&lt;BR /&gt;13,[SL Volume],&lt;BR /&gt;14,[Cases Completed],&lt;BR /&gt;15,[Utilization],&lt;BR /&gt;16,[IB Util %]*100,&lt;BR /&gt;BLANK()&lt;BR /&gt;)&lt;BR /&gt;)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 26 Jan 2021 22:25:21 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/slicer-measure-used-in-different-tabs/m-p/1624686#M32829</guid>
      <dc:creator>perezco</dc:creator>
      <dc:date>2021-01-26T22:25:21Z</dc:date>
    </item>
    <item>
      <title>Re: slicer measure -- used in different tabs</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/slicer-measure-used-in-different-tabs/m-p/1624880#M32838</link>
      <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="94515" data-lia-user-login="perezco" class="lia-mention lia-mention-user"&gt;perezco&lt;/a&gt; , Based on what I got&lt;/P&gt;
&lt;P&gt;do you want two different definitions (formula) for a measure? then it not possible. You can combine the two in one formula. But the measure will remain the same across the report. You can not have measure&amp;nbsp;definitions page wise&lt;/P&gt;</description>
      <pubDate>Wed, 27 Jan 2021 02:17:31 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/slicer-measure-used-in-different-tabs/m-p/1624880#M32838</guid>
      <dc:creator>amitchandak</dc:creator>
      <dc:date>2021-01-27T02:17:31Z</dc:date>
    </item>
  </channel>
</rss>

