<?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: Update table using slicers in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Update-table-using-slicers/m-p/2870632#M92609</link>
    <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="287604" data-lia-user-login="alavanka" class="lia-mention lia-mention-user"&gt;alavanka&lt;/a&gt; If you want to see the total, then you need the next measure&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;Міра 2 = 
IF( HASONEVALUE('Table'[Feature]),
[Міра],
SUMX( VALUES('Table'[Feature]),
[Міра]))&lt;/LI-CODE&gt;
&lt;P&gt;&lt;img /&gt;&lt;/P&gt;</description>
    <pubDate>Fri, 28 Oct 2022 12:08:18 GMT</pubDate>
    <dc:creator>DimaMD</dc:creator>
    <dc:date>2022-10-28T12:08:18Z</dc:date>
    <item>
      <title>Update table using slicers</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Update-table-using-slicers/m-p/2867601#M92432</link>
      <description>&lt;P&gt;Hello all!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;is it possible to change values in a table using slicers?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;For example I have a table in my report that I created manually and represents the weight of each feature in my calculation and the total represents 100%:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;What I would like to know if it's possible to manipulate the weight of each Feature by changing the percentage using a slicer or something and at the same time guaranteeing that the total doesn't exceed 1 or 100%.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;best regards!!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 27 Oct 2022 10:00:20 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Update-table-using-slicers/m-p/2867601#M92432</guid>
      <dc:creator>alavanka</dc:creator>
      <dc:date>2022-10-27T10:00:20Z</dc:date>
    </item>
    <item>
      <title>Re: Update table using slicers</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Update-table-using-slicers/m-p/2867720#M92439</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="287604" data-lia-user-login="alavanka" class="lia-mention lia-mention-user"&gt;alavanka&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;Would you please provide an example?&lt;/P&gt;</description>
      <pubDate>Thu, 27 Oct 2022 10:31:06 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Update-table-using-slicers/m-p/2867720#M92439</guid>
      <dc:creator>tamerj1</dc:creator>
      <dc:date>2022-10-27T10:31:06Z</dc:date>
    </item>
    <item>
      <title>Re: Update table using slicers</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Update-table-using-slicers/m-p/2867741#M92440</link>
      <description>&lt;P&gt;Not sure how to provide an example...&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Imagine having a report where I could use some kind of a numeric range slicer to change weight of Feature 1 from 0,03 to 0,2.&lt;/P&gt;&lt;P&gt;But in other hand having some kind of way to prevent of exceed the total of 1 (sum of all the percentages).&lt;/P&gt;</description>
      <pubDate>Thu, 27 Oct 2022 10:40:23 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Update-table-using-slicers/m-p/2867741#M92440</guid>
      <dc:creator>alavanka</dc:creator>
      <dc:date>2022-10-27T10:40:23Z</dc:date>
    </item>
    <item>
      <title>Re: Update table using slicers</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Update-table-using-slicers/m-p/2867776#M92447</link>
      <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="287604" data-lia-user-login="alavanka" class="lia-mention lia-mention-user"&gt;alavanka&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;I don't want to say this is not possible rather I would say I don't know.&lt;/P&gt;</description>
      <pubDate>Thu, 27 Oct 2022 11:01:41 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Update-table-using-slicers/m-p/2867776#M92447</guid>
      <dc:creator>tamerj1</dc:creator>
      <dc:date>2022-10-27T11:01:41Z</dc:date>
    </item>
    <item>
      <title>Re: Update table using slicers</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Update-table-using-slicers/m-p/2869660#M92556</link>
      <description>&lt;P&gt;If you mean Query in Power Query, no;&lt;/P&gt;&lt;P&gt;If you mean native or calculated table in Power BI, no;&lt;/P&gt;&lt;P&gt;But if you mean Table Visual in Power BI, yes, as long as the field you use in the slicer is relevant to the fields in the Table Visual.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 28 Oct 2022 05:57:36 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Update-table-using-slicers/m-p/2869660#M92556</guid>
      <dc:creator>FreemanZ</dc:creator>
      <dc:date>2022-10-28T05:57:36Z</dc:date>
    </item>
    <item>
      <title>Re: Update table using slicers</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Update-table-using-slicers/m-p/2869792#M92566</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="287604" data-lia-user-login="alavanka" class="lia-mention lia-mention-user"&gt;alavanka&lt;/a&gt;&amp;nbsp;Try creating a Numeric parameter.&lt;/P&gt;
&lt;P&gt;&lt;img /&gt;&lt;BR /&gt;Next, you can write a simple measure&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;= SUM('Table'[Percentage])+[Значення "Параметр"]&lt;/LI-CODE&gt;
&lt;P&gt;I hope I understood your problem correctly&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 28 Oct 2022 06:51:44 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Update-table-using-slicers/m-p/2869792#M92566</guid>
      <dc:creator>DimaMD</dc:creator>
      <dc:date>2022-10-28T06:51:44Z</dc:date>
    </item>
    <item>
      <title>Re: Update table using slicers</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Update-table-using-slicers/m-p/2870576#M92608</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="312820" data-lia-user-login="DimaMD" class="lia-mention lia-mention-user"&gt;DimaMD&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;thank for your reply!&lt;/P&gt;&lt;P&gt;it seems the solution (if possible) its close to the one you suggested. However the Mipa measure changes the values in every row and not in one specific row (I need to have one fixed slice per Feature).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I tried to adjust the measure to just change the sum of Feature 1 but the behaviour is strange... it only changes feature 1 but it doesn't sum up the values like I was expecting...&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Maybe the solution is very simple but I am not able to solve it... my knowledge is very limited. &lt;span class="lia-unicode-emoji" title=":disappointed_face:"&gt;😞&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 28 Oct 2022 11:23:13 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Update-table-using-slicers/m-p/2870576#M92608</guid>
      <dc:creator>alavanka</dc:creator>
      <dc:date>2022-10-28T11:23:13Z</dc:date>
    </item>
    <item>
      <title>Re: Update table using slicers</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Update-table-using-slicers/m-p/2870632#M92609</link>
      <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="287604" data-lia-user-login="alavanka" class="lia-mention lia-mention-user"&gt;alavanka&lt;/a&gt; If you want to see the total, then you need the next measure&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;Міра 2 = 
IF( HASONEVALUE('Table'[Feature]),
[Міра],
SUMX( VALUES('Table'[Feature]),
[Міра]))&lt;/LI-CODE&gt;
&lt;P&gt;&lt;img /&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 28 Oct 2022 12:08:18 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Update-table-using-slicers/m-p/2870632#M92609</guid>
      <dc:creator>DimaMD</dc:creator>
      <dc:date>2022-10-28T12:08:18Z</dc:date>
    </item>
    <item>
      <title>Re: Update table using slicers</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Update-table-using-slicers/m-p/2870643#M92610</link>
      <description>&lt;P&gt;Sorry. I was not clear. I need an independent slicer for each feature / row.&amp;nbsp;&lt;/P&gt;&lt;P&gt;I just tried for Feature 1 (1st row) assuming that I could replicate the same for the others.&lt;/P&gt;</description>
      <pubDate>Fri, 28 Oct 2022 11:42:17 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Update-table-using-slicers/m-p/2870643#M92610</guid>
      <dc:creator>alavanka</dc:creator>
      <dc:date>2022-10-28T11:42:17Z</dc:date>
    </item>
    <item>
      <title>Re: Update table using slicers</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Update-table-using-slicers/m-p/2870690#M92612</link>
      <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="287604" data-lia-user-login="alavanka" class="lia-mention lia-mention-user"&gt;alavanka&lt;/a&gt;&amp;nbsp;Look at this file, I fixed the parameter and wrote the measure. Please review&lt;BR /&gt;&lt;img /&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 28 Oct 2022 11:58:58 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Update-table-using-slicers/m-p/2870690#M92612</guid>
      <dc:creator>DimaMD</dc:creator>
      <dc:date>2022-10-28T11:58:58Z</dc:date>
    </item>
    <item>
      <title>Re: Update table using slicers</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Update-table-using-slicers/m-p/2870714#M92614</link>
      <description>&lt;P&gt;I think that is it. &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt; Just wondering if I want to replicate to feature 2 together with Feature 1 in Mipa measure what shall I do?&lt;/P&gt;</description>
      <pubDate>Fri, 28 Oct 2022 12:09:24 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Update-table-using-slicers/m-p/2870714#M92614</guid>
      <dc:creator>alavanka</dc:creator>
      <dc:date>2022-10-28T12:09:24Z</dc:date>
    </item>
    <item>
      <title>Re: Update table using slicers</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Update-table-using-slicers/m-p/2870766#M92617</link>
      <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="287604" data-lia-user-login="alavanka" class="lia-mention lia-mention-user"&gt;alavanka&lt;/a&gt;&amp;nbsp;if I understand you correctly, then you need 6 parameters that you will set,&amp;nbsp;&lt;BR /&gt;&lt;img /&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 28 Oct 2022 12:26:25 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Update-table-using-slicers/m-p/2870766#M92617</guid>
      <dc:creator>DimaMD</dc:creator>
      <dc:date>2022-10-28T12:26:25Z</dc:date>
    </item>
    <item>
      <title>Re: Update table using slicers</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Update-table-using-slicers/m-p/2870864#M92626</link>
      <description>&lt;P&gt;That is it! Perfect! I would take 100 years to get it by myself... &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt; Thanks and keep the good work!&lt;/P&gt;</description>
      <pubDate>Fri, 28 Oct 2022 12:59:32 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Update-table-using-slicers/m-p/2870864#M92626</guid>
      <dc:creator>alavanka</dc:creator>
      <dc:date>2022-10-28T12:59:32Z</dc:date>
    </item>
  </channel>
</rss>

