<?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: HELP! Power BI Permutation Problem in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/HELP-Power-BI-Permutation-Problem/m-p/3188077#M115512</link>
    <description>&lt;P&gt;Transform your data so that instead of having an index value and a list of comma separated permutations you instead have a row for each index value &amp;amp; permutation combination. Then you can just link the slicer to the index column and that will display all the combinations.&lt;/P&gt;</description>
    <pubDate>Fri, 14 Apr 2023 08:54:18 GMT</pubDate>
    <dc:creator>johnt75</dc:creator>
    <dc:date>2023-04-14T08:54:18Z</dc:date>
    <item>
      <title>HELP! Power BI Permutation Problem</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/HELP-Power-BI-Permutation-Problem/m-p/3188044#M115509</link>
      <description>&lt;P&gt;Kudos to all power BI Professional, need some help here.&lt;BR /&gt;&lt;BR /&gt;I have 2 tables:&lt;/P&gt;&lt;P&gt;1 tables contain a column with 4 digit number say 1234&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have another table with a column that contain all the permutation of number 1234 such as 1234,4321,2341,4123,3142,2143 and so on.&lt;BR /&gt;&lt;BR /&gt;What i'm trying to achieve here is when i select the slicer value to 1234&lt;BR /&gt;Another visual will suggest all the related permutation&amp;nbsp;234,4321,2341,4123,3142,2143 so that i can pick each of them and display it on a visual bar chart, instead of me loccate individually what are the permutation of 1234.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Any suggestion that are able to check the related permutation solution is much appreciated!&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 14 Apr 2023 08:36:32 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/HELP-Power-BI-Permutation-Problem/m-p/3188044#M115509</guid>
      <dc:creator>PowerBIJR</dc:creator>
      <dc:date>2023-04-14T08:36:32Z</dc:date>
    </item>
    <item>
      <title>Re: HELP! Power BI Permutation Problem</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/HELP-Power-BI-Permutation-Problem/m-p/3188077#M115512</link>
      <description>&lt;P&gt;Transform your data so that instead of having an index value and a list of comma separated permutations you instead have a row for each index value &amp;amp; permutation combination. Then you can just link the slicer to the index column and that will display all the combinations.&lt;/P&gt;</description>
      <pubDate>Fri, 14 Apr 2023 08:54:18 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/HELP-Power-BI-Permutation-Problem/m-p/3188077#M115512</guid>
      <dc:creator>johnt75</dc:creator>
      <dc:date>2023-04-14T08:54:18Z</dc:date>
    </item>
    <item>
      <title>Re: HELP! Power BI Permutation Problem</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/HELP-Power-BI-Permutation-Problem/m-p/3190860#M115711</link>
      <description>&lt;P&gt;Hi Johnt75, this seems like a good idea but i how do i perform the matching value ?&lt;BR /&gt;&lt;BR /&gt;&amp;lt;Index Table&amp;gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Permutation1&amp;nbsp;Permutation2&amp;nbsp;Permutation3&lt;/P&gt;&lt;P&gt;1234&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;3412&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 3124&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 2314&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;this should be the result for the solution you're suggesting but since i have 2 seperate table for the index table and permutation value, i couldn't find a way to match the value and compute such a table as suggested, any idea ?&lt;/P&gt;</description>
      <pubDate>Mon, 17 Apr 2023 07:59:38 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/HELP-Power-BI-Permutation-Problem/m-p/3190860#M115711</guid>
      <dc:creator>PowerBIJR</dc:creator>
      <dc:date>2023-04-17T07:59:38Z</dc:date>
    </item>
    <item>
      <title>Re: HELP! Power BI Permutation Problem</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/HELP-Power-BI-Permutation-Problem/m-p/3190992#M115716</link>
      <description>&lt;P&gt;In Power Query select the index column and then choose "unpivot other columns" so you are left with a table like&lt;/P&gt;
&lt;TABLE border="1" width="100%"&gt;
&lt;TBODY&gt;
&lt;TR&gt;
&lt;TD width="50%"&gt;Index column&lt;/TD&gt;
&lt;TD width="50%"&gt;Permutation&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="50%"&gt;1234&lt;/TD&gt;
&lt;TD width="50%"&gt;3412&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="50%"&gt;1234&lt;/TD&gt;
&lt;TD width="50%"&gt;3142&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="50%"&gt;1234&lt;/TD&gt;
&lt;TD width="50%"&gt;2314&lt;/TD&gt;
&lt;/TR&gt;
&lt;/TBODY&gt;
&lt;/TABLE&gt;
&lt;P&gt;You then set up a one-to-many relationship from your main data table to this new table and put the permutation column from this table into your visuals.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 17 Apr 2023 08:40:44 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/HELP-Power-BI-Permutation-Problem/m-p/3190992#M115716</guid>
      <dc:creator>johnt75</dc:creator>
      <dc:date>2023-04-17T08:40:44Z</dc:date>
    </item>
  </channel>
</rss>

