<?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: dynamic table in Desktop</title>
    <link>https://community.fabric.microsoft.com/t5/Desktop/dynamic-table/m-p/2986667#M1020249</link>
    <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="447085" data-lia-user-login="jaweher899" class="lia-mention lia-mention-user"&gt;jaweher899&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;It's the same scenario like before:&amp;nbsp;&lt;A href="https://community.powerbi.com/t5/Desktop/dynamic-columns-in-table/m-p/2984827#M1019750" target="_blank"&gt;https://community.powerbi.com/t5/Desktop/dynamic-columns-in-table/m-p/2984827#M1019750&lt;/A&gt;&amp;nbsp;and I gave you the solution there. You just only need to apply possible scenarios that user can pick.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The difference here is not only select what kind of columns needs to appear Value 1, Value 2, Difference, %Difference (like in your prebious post), but in the Value 1 and Value 2 change it to be the measures that end user can select.&lt;/P&gt;</description>
    <pubDate>Fri, 23 Dec 2022 14:33:53 GMT</pubDate>
    <dc:creator>bolfri</dc:creator>
    <dc:date>2022-12-23T14:33:53Z</dc:date>
    <item>
      <title>dynamic table</title>
      <link>https://community.fabric.microsoft.com/t5/Desktop/dynamic-table/m-p/2986649#M1020242</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I've the following reprot&amp;nbsp;&lt;A href="https://1drv.ms/u/s!Amd7BXzYs7AVlyc5r1DY_LAlvLFQ?e=vc9qqy" target="_blank" rel="noopener"&gt;https://1drv.ms/u/s!Amd7BXzYs7AVlyc5r1DY_LAlvLFQ?e=vc9qqy&lt;/A&gt;&lt;/P&gt;&lt;P&gt;I'd like to link between measures and the choices by user&lt;/P&gt;&lt;TABLE&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;Measures&lt;/TD&gt;&lt;TD&gt;slicer&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;Margin&lt;/TD&gt;&lt;TD&gt;variance&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;Margin %&lt;/TD&gt;&lt;TD&gt;%variance&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;Diff&lt;/TD&gt;&lt;TD&gt;variance&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;Diff %&lt;/TD&gt;&lt;TD&gt;%variance&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;Margin = &lt;/SPAN&gt;&lt;SPAN&gt;[Sales Amount]&lt;/SPAN&gt;&lt;SPAN&gt; - &lt;/SPAN&gt;&lt;SPAN&gt;[Total Cost]&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;When the suer selects&amp;nbsp; &lt;SPAN&gt;[Sales Amount]&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;[Total Cost] and variance, it'll displayed&amp;nbsp;[Sales Amount] , [Total Cost] and&amp;nbsp;Margin &lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;img /&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;When the suer selects&amp;nbsp; &lt;SPAN&gt;[Sales Amount]&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;[Total Cost] and %variance, it'll displayed&amp;nbsp;[Sales Amount] , [Total Cost] and&amp;nbsp;Margin%&lt;/SPAN&gt;&lt;/P&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;img /&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;diff = &lt;/SPAN&gt;&lt;SPAN&gt;sum&lt;/SPAN&gt;&lt;SPAN&gt;(Sales[Net Price])-&lt;/SPAN&gt;&lt;SPAN&gt;sum&lt;/SPAN&gt;&lt;SPAN&gt;('Product'[Unit Price])&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;when the user selects&amp;nbsp;&amp;nbsp; [Sales Amount]&amp;nbsp;&amp;nbsp;[Total Cost] , net price , unit cost and variance, it'll displayed&amp;nbsp;[Sales Amount] , [Total Cost] and&amp;nbsp;Margin and diff&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;P&gt;In the real project i've about 80 measures and I eed to creat a separate slicer to calculate variance and %variance&lt;/P&gt;</description>
      <pubDate>Fri, 23 Dec 2022 14:24:35 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Desktop/dynamic-table/m-p/2986649#M1020242</guid>
      <dc:creator>jaweher899</dc:creator>
      <dc:date>2022-12-23T14:24:35Z</dc:date>
    </item>
    <item>
      <title>Re: dynamic table</title>
      <link>https://community.fabric.microsoft.com/t5/Desktop/dynamic-table/m-p/2986667#M1020249</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="447085" data-lia-user-login="jaweher899" class="lia-mention lia-mention-user"&gt;jaweher899&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;It's the same scenario like before:&amp;nbsp;&lt;A href="https://community.powerbi.com/t5/Desktop/dynamic-columns-in-table/m-p/2984827#M1019750" target="_blank"&gt;https://community.powerbi.com/t5/Desktop/dynamic-columns-in-table/m-p/2984827#M1019750&lt;/A&gt;&amp;nbsp;and I gave you the solution there. You just only need to apply possible scenarios that user can pick.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The difference here is not only select what kind of columns needs to appear Value 1, Value 2, Difference, %Difference (like in your prebious post), but in the Value 1 and Value 2 change it to be the measures that end user can select.&lt;/P&gt;</description>
      <pubDate>Fri, 23 Dec 2022 14:33:53 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Desktop/dynamic-table/m-p/2986667#M1020249</guid>
      <dc:creator>bolfri</dc:creator>
      <dc:date>2022-12-23T14:33:53Z</dc:date>
    </item>
    <item>
      <title>Re: dynamic table</title>
      <link>https://community.fabric.microsoft.com/t5/Desktop/dynamic-table/m-p/2986686#M1020255</link>
      <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="489164" data-lia-user-login="bolfri" class="lia-mention lia-mention-user"&gt;bolfri&lt;/a&gt;&amp;nbsp;the end user would like to have a slicer variance and %variance separately from the other slicer for the measures.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 23 Dec 2022 14:43:34 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Desktop/dynamic-table/m-p/2986686#M1020255</guid>
      <dc:creator>jaweher899</dc:creator>
      <dc:date>2022-12-23T14:43:34Z</dc:date>
    </item>
    <item>
      <title>Re: dynamic table</title>
      <link>https://community.fabric.microsoft.com/t5/Desktop/dynamic-table/m-p/2986720#M1020264</link>
      <description>&lt;P&gt;Thats why I said "&lt;SPAN&gt;Value 1 and Value 2 change it to be the measures that end user can select". Simply add a possible measures combinations and the end user will select 2 correct one, they will appear in Value 1 and Value 2 measures to be shown the var and %var like in the previous post.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 23 Dec 2022 15:04:33 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Desktop/dynamic-table/m-p/2986720#M1020264</guid>
      <dc:creator>bolfri</dc:creator>
      <dc:date>2022-12-23T15:04:33Z</dc:date>
    </item>
    <item>
      <title>Re: dynamic table</title>
      <link>https://community.fabric.microsoft.com/t5/Desktop/dynamic-table/m-p/2986743#M1020274</link>
      <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="489164" data-lia-user-login="bolfri" class="lia-mention lia-mention-user"&gt;bolfri&lt;/a&gt;&amp;nbsp;could you please share thr pbix file and I'll check it? Thank you&lt;/P&gt;</description>
      <pubDate>Fri, 23 Dec 2022 15:11:08 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Desktop/dynamic-table/m-p/2986743#M1020274</guid>
      <dc:creator>jaweher899</dc:creator>
      <dc:date>2022-12-23T15:11:08Z</dc:date>
    </item>
  </channel>
</rss>

