<?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 Connecting a slicer to multiple parameters in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Connecting-a-slicer-to-multiple-parameters/m-p/3670551#M142372</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;My current dashboard looks like this. I have 2 field parameters with different field values, but same text. They are connected to their respective visuals.&lt;/P&gt;&lt;P&gt;I want to replace the parameters, with a slicer, with 'BA', 'Division' values etc. And if I select 'BA' in the slicer, it should select the 'BA' parameter value in the 2 parameters. Can someone help how I can achieve this? Thanks.&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;Anonymous&lt;/LI-USER&gt;&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="148838" data-lia-user-login="amitchandak" class="lia-mention lia-mention-user"&gt;amitchandak&lt;/a&gt;&amp;nbsp;&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="313" data-lia-user-login="Greg_Deckler" class="lia-mention lia-mention-user"&gt;Greg_Deckler&lt;/a&gt;&amp;nbsp;Please help&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 31 Jan 2024 14:36:31 GMT</pubDate>
    <dc:creator>skurupudilowes</dc:creator>
    <dc:date>2024-01-31T14:36:31Z</dc:date>
    <item>
      <title>Connecting a slicer to multiple parameters</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Connecting-a-slicer-to-multiple-parameters/m-p/3670551#M142372</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;My current dashboard looks like this. I have 2 field parameters with different field values, but same text. They are connected to their respective visuals.&lt;/P&gt;&lt;P&gt;I want to replace the parameters, with a slicer, with 'BA', 'Division' values etc. And if I select 'BA' in the slicer, it should select the 'BA' parameter value in the 2 parameters. Can someone help how I can achieve this? Thanks.&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;Anonymous&lt;/a&gt;&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="148838" data-lia-user-login="amitchandak" class="lia-mention lia-mention-user"&gt;amitchandak&lt;/a&gt;&amp;nbsp;&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="313" data-lia-user-login="Greg_Deckler" class="lia-mention lia-mention-user"&gt;Greg_Deckler&lt;/a&gt;&amp;nbsp;Please help&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 31 Jan 2024 14:36:31 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Connecting-a-slicer-to-multiple-parameters/m-p/3670551#M142372</guid>
      <dc:creator>skurupudilowes</dc:creator>
      <dc:date>2024-01-31T14:36:31Z</dc:date>
    </item>
    <item>
      <title>Re: Connecting a slicer to multiple parameters</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Connecting-a-slicer-to-multiple-parameters/m-p/3670557#M142374</link>
      <description>&lt;P&gt;To connect a slicer to multiple parameters in your dashboard, you can use Power BI (assuming that's the tool you're using). Here's how you can achieve this:&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;&lt;P&gt;&lt;STRONG&gt;Create a Slicer&lt;/STRONG&gt;: First, create a slicer with the values 'BA', 'Division', etc.&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;&lt;STRONG&gt;Modify Parameters&lt;/STRONG&gt;: You need to modify your existing parameters to be driven by the slicer selection.&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;&lt;STRONG&gt;Edit Queries (Optional)&lt;/STRONG&gt;: If necessary, you might need to adjust your data model or queries to accommodate the changes.&lt;/P&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;Here's a step-by-step guide:&lt;/P&gt;&lt;H3&gt;1. Create a Slicer&lt;/H3&gt;&lt;UL&gt;&lt;LI&gt;Go to your Power BI report.&lt;/LI&gt;&lt;LI&gt;Click on the slicer visualization icon in the Visualizations pane.&lt;/LI&gt;&lt;LI&gt;Add the fields 'BA', 'Division', etc. to the slicer.&lt;/LI&gt;&lt;/UL&gt;&lt;H3&gt;2. Modify Parameters&lt;/H3&gt;&lt;UL&gt;&lt;LI&gt;Go to "Modeling" tab.&lt;/LI&gt;&lt;LI&gt;Select "New Parameter" from the ribbon.&lt;/LI&gt;&lt;LI&gt;Create a new parameter for 'BA' and another for 'Division' if they don't already exist.&lt;/LI&gt;&lt;LI&gt;Make sure the parameter names match the field names exactly.&lt;/LI&gt;&lt;/UL&gt;&lt;H3&gt;3. Connect Slicer to Parameters&lt;/H3&gt;&lt;UL&gt;&lt;LI&gt;Click on the slicer visualization.&lt;/LI&gt;&lt;LI&gt;In the "Visualizations" pane, find the "Slicer" section.&lt;/LI&gt;&lt;LI&gt;Under "Fields", drag the fields (e.g., 'BA', 'Division') from your dataset onto the "Slicer" section.&lt;/LI&gt;&lt;LI&gt;Power BI automatically updates the parameters based on the slicer selection.&lt;/LI&gt;&lt;/UL&gt;&lt;H3&gt;4. Update Visuals&lt;/H3&gt;&lt;UL&gt;&lt;LI&gt;For each visual that uses the parameters, ensure they are linked to the parameters.&lt;/LI&gt;&lt;LI&gt;Click on the visual.&lt;/LI&gt;&lt;LI&gt;In the "Visualizations" pane, find the "Fields" section.&lt;/LI&gt;&lt;LI&gt;Drag the corresponding parameter to the appropriate field in your visual.&lt;/LI&gt;&lt;/UL&gt;&lt;H3&gt;5. Test&lt;/H3&gt;&lt;UL&gt;&lt;LI&gt;Test the slicer by selecting different values.&lt;/LI&gt;&lt;LI&gt;Ensure that visuals update accordingly based on the slicer selection.&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;By following these steps, you should be able to replace your parameters with a slicer and have it update the visuals based on the slicer selection. Make sure to save your report after making these changes.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;If this post&amp;nbsp;helps, then please consider&amp;nbsp;Accepting it as the solution&amp;nbsp;to help the other members find it more quickly.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;In case there is still a problem, please feel free and explain your issue in detail,&amp;nbsp;It will be my pleasure to assist you in any way I can.&lt;/STRONG&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 31 Jan 2024 14:38:47 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Connecting-a-slicer-to-multiple-parameters/m-p/3670557#M142374</guid>
      <dc:creator>123abc</dc:creator>
      <dc:date>2024-01-31T14:38:47Z</dc:date>
    </item>
    <item>
      <title>Re: Connecting a slicer to multiple parameters</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Connecting-a-slicer-to-multiple-parameters/m-p/3674222#M142597</link>
      <description>&lt;P&gt;Hi,&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="638686" data-lia-user-login="skurupudilowes" class="lia-mention lia-mention-user"&gt;skurupudilowes&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I'm happy to answer your questions. We can use Sync slicer to select two slicers with the same parameters at the same time.&lt;/P&gt;
&lt;P&gt;The following is a slicer with two parameters:&lt;/P&gt;
&lt;P&gt;&lt;img /&gt;&lt;/P&gt;
&lt;P&gt;We click &lt;STRONG&gt;view&amp;gt;&amp;gt;Sync Slicer:&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;&lt;img /&gt;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;&lt;img /&gt;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;&lt;img /&gt;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;When we select income, another parameter slicer will also be selected at the same time:&lt;/P&gt;
&lt;P&gt;&lt;img /&gt;&lt;/P&gt;
&lt;P&gt;I have provided my PBIX file below. If this helps you, that would be great.&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;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://nam06.safelinks.protection.outlook.com/?url=https%3A%2F%2Fcommunity.powerbi.com%2Ft5%2FCommunity-Blog%2FHow-to-Get-Your-Question-Answered-Quickly%2Fba-p%2F38490&amp;amp;data=05%7C02%7Cv-jianpengli%40microsoft.com%7Cc4711420addb40e2c83008dc2383e80b%7C72f988bf86f141af91ab2d7cd011db47%7C1%7C0%7C638424296660949876%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C0%7C%7C%7C&amp;amp;sdata=YlTa%2FSPxhuirztUl98%2F183XSmRXGnFbt%2FIMWxB0D0RA%3D&amp;amp;reserved=0" target="_blank"&gt;How to Get Your Question Answered Quickly&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;If it does not help, please provide more details with your desired output and pbix file without privacy information (or some sample data) .&lt;/P&gt;
&lt;P&gt;Best Regards&lt;/P&gt;
&lt;P&gt;Jianpeng Li&lt;/P&gt;
&lt;P&gt;If this post&amp;nbsp;&lt;STRONG&gt;&lt;EM&gt;helps&lt;/EM&gt;&lt;/STRONG&gt;, then please consider&amp;nbsp;&lt;STRONG&gt;&lt;EM&gt;Accept it as the solution&lt;/EM&gt;&lt;/STRONG&gt;&amp;nbsp;to help the other members find it more quickly.&lt;/P&gt;</description>
      <pubDate>Fri, 02 Feb 2024 01:00:40 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Connecting-a-slicer-to-multiple-parameters/m-p/3674222#M142597</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-02-02T01:00:40Z</dc:date>
    </item>
  </channel>
</rss>

