<?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: Difficulties with making visuals filter each other in the desired manner in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Difficulties-with-making-visuals-filter-each-other-in-the/m-p/3327326#M124612</link>
    <description>&lt;P&gt;Thank you for your suggestion. Unfortunately stacked bar-charts are not what I want to use. Neither is the filtering I asked about included within your suggestion. Implementing the chart with your suggested field selection still does not allow me to filter the bar for "Ampel2" to only consider products that have a certain value for "Ampel1" by clicking the bar representing the desired value.&lt;/P&gt;</description>
    <pubDate>Wed, 12 Jul 2023 12:32:11 GMT</pubDate>
    <dc:creator>jonmaas</dc:creator>
    <dc:date>2023-07-12T12:32:11Z</dc:date>
    <item>
      <title>Difficulties with making visuals filter each other in the desired manner</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Difficulties-with-making-visuals-filter-each-other-in-the/m-p/3327201#M124597</link>
      <description>&lt;P&gt;Dear Community, I am currently working in a 3 column table, called "Status", that has the columns productID, statusName and statusValue. An example with 12 rows should look like this:&lt;/P&gt;&lt;TABLE&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;productID&lt;/TD&gt;&lt;TD&gt;StatusName&lt;/TD&gt;&lt;TD&gt;StatusValue&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;100&lt;/TD&gt;&lt;TD&gt;Ampel1&lt;/TD&gt;&lt;TD&gt;green&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;100&lt;/TD&gt;&lt;TD&gt;Ampel2&lt;/TD&gt;&lt;TD&gt;green&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;100&lt;/TD&gt;&lt;TD&gt;Ampel3&lt;/TD&gt;&lt;TD&gt;yellow&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;100&lt;/TD&gt;&lt;TD&gt;Ampel4&lt;/TD&gt;&lt;TD&gt;red&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;101&lt;/TD&gt;&lt;TD&gt;Ampel1&lt;/TD&gt;&lt;TD&gt;green&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;101&lt;/TD&gt;&lt;TD&gt;Ampel2&lt;/TD&gt;&lt;TD&gt;green&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;101&lt;/TD&gt;&lt;TD&gt;Ampel3&lt;/TD&gt;&lt;TD&gt;green&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;101&lt;/TD&gt;&lt;TD&gt;Ampel4&lt;/TD&gt;&lt;TD&gt;red&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;102&lt;/TD&gt;&lt;TD&gt;Ampel1&lt;/TD&gt;&lt;TD&gt;red&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;102&lt;/TD&gt;&lt;TD&gt;Ampel2&lt;/TD&gt;&lt;TD&gt;red&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;102&lt;/TD&gt;&lt;TD&gt;Ampel3&lt;/TD&gt;&lt;TD&gt;red&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;102&lt;/TD&gt;&lt;TD&gt;Ampel4&lt;/TD&gt;&lt;TD&gt;red&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;My goal is to create 4 bar charts that show the Counts of statusValues for each of the statusNames. Currently I do this by creating the bar chart, adding the [StatusName] column as a filter and manually selecting the correct statusName as the filter, for example "Ampel1".Afterwards I created a measure that uses COUNTROWS(Status) and added it as the y-axis for all the bar charts and selected the StatusValue column as my x-axis. While this works my team lead recently asked me whether it would be possible to have the bar-charts filter each other whenever a bar is clicked. Wihin the sample data context the bar-chart for the statusName "Ampel2" would show the counts of green:2, red:1, yellow:0. Clicking on the "green" bar within the bar-chart for statusName = "Ampel1" should change the results shown in the "Ampel2"-Chart to green:2, red:0, yellow:0 because the product with the ID 102 is no longer considered within the context of the "Ampel2"-Chart as it's statusValue for Ampel1 is not "green".&lt;BR /&gt;&lt;BR /&gt;Is there any way to make this work within a table like this? I know that if each statusName had it's own column it would be easy, but I haven't given up on this approach yet.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 17 Jul 2023 06:32:49 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Difficulties-with-making-visuals-filter-each-other-in-the/m-p/3327201#M124597</guid>
      <dc:creator>jonmaas</dc:creator>
      <dc:date>2023-07-17T06:32:49Z</dc:date>
    </item>
    <item>
      <title>Re: Difficulties with making visuals filter each other in the desired manner</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Difficulties-with-making-visuals-filter-each-other-in-the/m-p/3327293#M124610</link>
      <description>&lt;P&gt;&lt;SPAN&gt;Hi &lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="587916" data-lia-user-login="jonmaas" class="lia-mention lia-mention-user"&gt;jonmaas&lt;/a&gt;&amp;nbsp;,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;You can try below properties for bar chart to have the count of Products based on StatusValue and StatusName.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;X-Axis : StatusName&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Y-Axis : Count of ProductID&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Legends : StatusValue&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Please refer to the below screenshot for the same,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Thanks!&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Inogic Professional Services Division&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Power Platform and Microsoft Dynamics 365 CRM Development – All under one roof!&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Drop an email at &lt;/SPAN&gt;&lt;A href="mailto:crm@inogic.com" target="_blank"&gt;crm@inogic.com&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Services:&amp;nbsp; &lt;/SPAN&gt;&lt;A href="http://www.inogic.com/services/" target="_blank"&gt;http://www.inogic.com/services/&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Power Platform/Dynamics 365 CRM Tips and Tricks:&amp;nbsp; &lt;/SPAN&gt;&lt;A href="http://www.inogic.com/blog/" target="_blank"&gt;http://www.inogic.com/blog/&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 12 Jul 2023 12:12:49 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Difficulties-with-making-visuals-filter-each-other-in-the/m-p/3327293#M124610</guid>
      <dc:creator>SamInogic</dc:creator>
      <dc:date>2023-07-12T12:12:49Z</dc:date>
    </item>
    <item>
      <title>Re: Difficulties with making visuals filter each other in the desired manner</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Difficulties-with-making-visuals-filter-each-other-in-the/m-p/3327326#M124612</link>
      <description>&lt;P&gt;Thank you for your suggestion. Unfortunately stacked bar-charts are not what I want to use. Neither is the filtering I asked about included within your suggestion. Implementing the chart with your suggested field selection still does not allow me to filter the bar for "Ampel2" to only consider products that have a certain value for "Ampel1" by clicking the bar representing the desired value.&lt;/P&gt;</description>
      <pubDate>Wed, 12 Jul 2023 12:32:11 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Difficulties-with-making-visuals-filter-each-other-in-the/m-p/3327326#M124612</guid>
      <dc:creator>jonmaas</dc:creator>
      <dc:date>2023-07-12T12:32:11Z</dc:date>
    </item>
    <item>
      <title>Re: Difficulties with making visuals filter each other in the desired manner</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Difficulties-with-making-visuals-filter-each-other-in-the/m-p/3333668#M124982</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="587916" data-lia-user-login="jonmaas" class="lia-mention lia-mention-user"&gt;jonmaas&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Where is the ID 103? I can't find it in your example.&lt;/P&gt;
&lt;P&gt;Sorry for that the information you have provided is not making the problem clear to me. Can you please share more details to help us clarify your scenario?&lt;/P&gt;
&lt;P&gt;Please provide me with more details about your table and your problem or share me with your pbix file after&amp;nbsp;&lt;STRONG&gt;removing sensitive data.&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Refer to:&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-provide-sample-data-in-the-Power-BI-Forum%2Fba-p%2F963216&amp;amp;data=05%7C01%7Cv-jianboli%40microsoft.com%7Ca7ce12be0f454896a61208da8034281b%7C72f988bf86f141af91ab2d7cd011db47%7C1%7C0%7C637963258750159993%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C3000%7C%7C%7C&amp;amp;sdata=orVyE0%2FImc2MEFUqXtCveK0uf33594f67ZDxb8ybuNI%3D&amp;amp;reserved=0" target="_blank"&gt;How to provide sample data in the Power BI Forum&lt;/A&gt;&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%7C01%7Cv-jianboli%40microsoft.com%7Ca7ce12be0f454896a61208da8034281b%7C72f988bf86f141af91ab2d7cd011db47%7C1%7C0%7C637963258750159993%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C3000%7C%7C%7C&amp;amp;sdata=XocTq9o6TjxbxJqTak20E3kKp7q5HxKTNZef7xESMV0%3D&amp;amp;reserved=0" target="_blank"&gt;How to Get Your Question Answered Quickly&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best Regards,&lt;/P&gt;
&lt;P&gt;Jianbo 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>Mon, 17 Jul 2023 06:19:40 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Difficulties-with-making-visuals-filter-each-other-in-the/m-p/3333668#M124982</guid>
      <dc:creator>v-jianboli-msft</dc:creator>
      <dc:date>2023-07-17T06:19:40Z</dc:date>
    </item>
    <item>
      <title>Re: Difficulties with making visuals filter each other in the desired manner</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Difficulties-with-making-visuals-filter-each-other-in-the/m-p/3333685#M124984</link>
      <description>&lt;P&gt;Thank you for you engagement! This is a rather embarrassing typo and was meant to be "102".&lt;BR /&gt;Is there any other information you'd require to understand my problem?&lt;BR /&gt;&lt;BR /&gt;Best regards,&lt;BR /&gt;Jonathan&lt;/P&gt;</description>
      <pubDate>Mon, 17 Jul 2023 06:32:26 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Difficulties-with-making-visuals-filter-each-other-in-the/m-p/3333685#M124984</guid>
      <dc:creator>jonmaas</dc:creator>
      <dc:date>2023-07-17T06:32:26Z</dc:date>
    </item>
    <item>
      <title>Re: Difficulties with making visuals filter each other in the desired manner</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Difficulties-with-making-visuals-filter-each-other-in-the/m-p/3333735#M124989</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="587916" data-lia-user-login="jonmaas" class="lia-mention lia-mention-user"&gt;jonmaas&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You may need to change your data model:&lt;/P&gt;
&lt;P&gt;First create four different tables for&amp;nbsp;&lt;SPAN&gt;StatusName&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Then create a table for Product ID&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Manage relationships between them:&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;img /&gt;&lt;/P&gt;
&lt;P&gt;Create four charts with four different tables:&lt;/P&gt;
&lt;P&gt;&lt;img /&gt;&lt;/P&gt;
&lt;P&gt;Final Output:&lt;/P&gt;
&lt;P&gt;&lt;img /&gt;&lt;/P&gt;
&lt;P&gt;Best Regards,&lt;/P&gt;
&lt;P&gt;Jianbo 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>Mon, 17 Jul 2023 07:11:02 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Difficulties-with-making-visuals-filter-each-other-in-the/m-p/3333735#M124989</guid>
      <dc:creator>v-jianboli-msft</dc:creator>
      <dc:date>2023-07-17T07:11:02Z</dc:date>
    </item>
  </channel>
</rss>

