<?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 Field Parameter base on another Parameter in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Dynamic-Field-Parameter-base-on-another-Parameter/m-p/4669426#M178854</link>
    <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="1234890" data-lia-user-login="Mokegubshook" class="lia-mention lia-mention-user"&gt;Mokegubshook&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;From what I understand, you want the values of second slicer (Status slicer) to be dependent on first slicer (View by slicer). If yes then follow these steps&lt;/P&gt;
&lt;P&gt;1. create a new column in second field parameter table, put the column name as "View By"&lt;/P&gt;
&lt;P&gt;2. You can create this column either by modifying the dax expression of the table i.e add 4 value in each row likw below&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;{
("Status by File", NAMEOF('EJV' [status by File]), 0, "File""), 
("Status by Supplier", NAMEOF('EJV' [status by supplier]), 1, "Supplier""),
("Complete by Supplier", NAMEOF('EJV' [completenes by supplier]), 2,"Supplier""), 
("Complete by File", NAMEOF('EJV' [Completeness by File]), 3,"File")
}&lt;/LI-CODE&gt;
&lt;P&gt;Or by creating a new conditional column.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;3. Link these two tables, View by table and Supplier table with a relationship (Viewby[Viewby] -&amp;gt; Supplier[Viewby])&amp;nbsp;&lt;/P&gt;
&lt;P&gt;4. Thats it&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Need a Power BI Consultation? Hire me on &lt;A href="https://bit.ly/4d3oy4s" target="_blank" rel="noopener"&gt;Upwork&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Connect on &lt;A href="https://www.linkedin.com/in/tharun-kumar-ravikrindhi/" target="_blank" rel="noopener"&gt;LinkedIn&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;DIV class=""&gt;&lt;BR /&gt;&lt;BR /&gt;
&lt;DIV class=""&gt;&lt;BR /&gt;&lt;BR /&gt;
&lt;DIV style="border-radius: 1px; padding: 10px; border: solid #cccccc 1px; background: #fafafa no-repeat right 10px center;"&gt;&lt;BR /&gt;
&lt;TABLE&gt;
&lt;TBODY&gt;
&lt;TR&gt;
&lt;TD&gt;&lt;BR /&gt;&lt;BR /&gt;
&lt;TABLE&gt;
&lt;TBODY&gt;
&lt;TR&gt;
&lt;TD&gt;&lt;STRONG style="margin-right: 3px;"&gt;&lt;STRONG style="margin-right: 3px;"&gt;Did I answer your question? Mark my post as a solution!&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD&gt;&lt;STRONG style="margin-right: 3px;"&gt;&lt;STRONG style="margin-right: 3px;"&gt;If I helped you, click on the Thumbs Up to give Kudos.&lt;BR /&gt;&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;BR /&gt;
&lt;P style="padding: 0; margin: 5px 50px 0 0;"&gt;Proud to be a Super User!&lt;/P&gt;
&lt;/TD&gt;
&lt;TD&gt;&lt;BR /&gt;
&lt;DIV&gt;&lt;img /&gt;&lt;/DIV&gt;
&lt;/TD&gt;
&lt;/TR&gt;
&lt;/TBODY&gt;
&lt;/TABLE&gt;
&lt;/TD&gt;
&lt;/TR&gt;
&lt;/TBODY&gt;
&lt;/TABLE&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;</description>
    <pubDate>Sun, 27 Apr 2025 05:46:37 GMT</pubDate>
    <dc:creator>tharunkumarRTK</dc:creator>
    <dc:date>2025-04-27T05:46:37Z</dc:date>
    <item>
      <title>Dynamic Field Parameter base on another Parameter</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Dynamic-Field-Parameter-base-on-another-Parameter/m-p/4669423#M178853</link>
      <description>&lt;P&gt;Hello, I want to show some value on slicer base on another slicer. My slicer &lt;STRONG&gt;View By&lt;/STRONG&gt; and &lt;STRONG&gt;Status &lt;/STRONG&gt;are&amp;nbsp;made from field Parameter.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;When I select&lt;/P&gt;&lt;P&gt;View By: Supplier --&amp;gt; Show Only &lt;STRONG&gt;Status by Supplier&lt;/STRONG&gt; and &lt;STRONG&gt;Complete by Supplier&amp;nbsp;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;View By: Files --&amp;gt; Show Only &lt;STRONG&gt;Status by File&amp;nbsp;&lt;/STRONG&gt;and &lt;STRONG&gt;Complete by File&amp;nbsp;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;View By:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;View By Status:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 27 Apr 2025 05:05:32 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Dynamic-Field-Parameter-base-on-another-Parameter/m-p/4669423#M178853</guid>
      <dc:creator>Mokegubshook</dc:creator>
      <dc:date>2025-04-27T05:05:32Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic Field Parameter base on another Parameter</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Dynamic-Field-Parameter-base-on-another-Parameter/m-p/4669426#M178854</link>
      <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="1234890" data-lia-user-login="Mokegubshook" class="lia-mention lia-mention-user"&gt;Mokegubshook&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;From what I understand, you want the values of second slicer (Status slicer) to be dependent on first slicer (View by slicer). If yes then follow these steps&lt;/P&gt;
&lt;P&gt;1. create a new column in second field parameter table, put the column name as "View By"&lt;/P&gt;
&lt;P&gt;2. You can create this column either by modifying the dax expression of the table i.e add 4 value in each row likw below&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;{
("Status by File", NAMEOF('EJV' [status by File]), 0, "File""), 
("Status by Supplier", NAMEOF('EJV' [status by supplier]), 1, "Supplier""),
("Complete by Supplier", NAMEOF('EJV' [completenes by supplier]), 2,"Supplier""), 
("Complete by File", NAMEOF('EJV' [Completeness by File]), 3,"File")
}&lt;/LI-CODE&gt;
&lt;P&gt;Or by creating a new conditional column.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;3. Link these two tables, View by table and Supplier table with a relationship (Viewby[Viewby] -&amp;gt; Supplier[Viewby])&amp;nbsp;&lt;/P&gt;
&lt;P&gt;4. Thats it&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Need a Power BI Consultation? Hire me on &lt;A href="https://bit.ly/4d3oy4s" target="_blank" rel="noopener"&gt;Upwork&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Connect on &lt;A href="https://www.linkedin.com/in/tharun-kumar-ravikrindhi/" target="_blank" rel="noopener"&gt;LinkedIn&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;DIV class=""&gt;&lt;BR /&gt;&lt;BR /&gt;
&lt;DIV class=""&gt;&lt;BR /&gt;&lt;BR /&gt;
&lt;DIV style="border-radius: 1px; padding: 10px; border: solid #cccccc 1px; background: #fafafa no-repeat right 10px center;"&gt;&lt;BR /&gt;
&lt;TABLE&gt;
&lt;TBODY&gt;
&lt;TR&gt;
&lt;TD&gt;&lt;BR /&gt;&lt;BR /&gt;
&lt;TABLE&gt;
&lt;TBODY&gt;
&lt;TR&gt;
&lt;TD&gt;&lt;STRONG style="margin-right: 3px;"&gt;&lt;STRONG style="margin-right: 3px;"&gt;Did I answer your question? Mark my post as a solution!&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD&gt;&lt;STRONG style="margin-right: 3px;"&gt;&lt;STRONG style="margin-right: 3px;"&gt;If I helped you, click on the Thumbs Up to give Kudos.&lt;BR /&gt;&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;BR /&gt;
&lt;P style="padding: 0; margin: 5px 50px 0 0;"&gt;Proud to be a Super User!&lt;/P&gt;
&lt;/TD&gt;
&lt;TD&gt;&lt;BR /&gt;
&lt;DIV&gt;&lt;img /&gt;&lt;/DIV&gt;
&lt;/TD&gt;
&lt;/TR&gt;
&lt;/TBODY&gt;
&lt;/TABLE&gt;
&lt;/TD&gt;
&lt;/TR&gt;
&lt;/TBODY&gt;
&lt;/TABLE&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;</description>
      <pubDate>Sun, 27 Apr 2025 05:46:37 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Dynamic-Field-Parameter-base-on-another-Parameter/m-p/4669426#M178854</guid>
      <dc:creator>tharunkumarRTK</dc:creator>
      <dc:date>2025-04-27T05:46:37Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic Field Parameter base on another Parameter</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Dynamic-Field-Parameter-base-on-another-Parameter/m-p/4669514#M178857</link>
      <description>&lt;P&gt;It's Work! Thank you&lt;/P&gt;</description>
      <pubDate>Sun, 27 Apr 2025 10:21:34 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Dynamic-Field-Parameter-base-on-another-Parameter/m-p/4669514#M178857</guid>
      <dc:creator>Mokegubshook</dc:creator>
      <dc:date>2025-04-27T10:21:34Z</dc:date>
    </item>
  </channel>
</rss>

