<?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: Radar Chart not responsive to selected table row? in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Radar-Chart-not-responsive-to-selected-table-row/m-p/2877885#M93044</link>
    <description>&lt;P&gt;Ah, got it! Turns out that when you select a Table visual, a third interactions icon is added to the Radar Chart called Highlight. Microsoft made the bad call (in my opinion) to select this Highlight mode by default. The icon also looks *way* too much like the Filter icon.&lt;/P&gt;&lt;P&gt;Thank you for reminding me to check the interaction settings once again. &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
    <pubDate>Tue, 01 Nov 2022 17:21:00 GMT</pubDate>
    <dc:creator>daanodinot</dc:creator>
    <dc:date>2022-11-01T17:21:00Z</dc:date>
    <item>
      <title>Radar Chart not responsive to selected table row?</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Radar-Chart-not-responsive-to-selected-table-row/m-p/2874509#M92864</link>
      <description>&lt;P&gt;It seems that the Radar Chart (available separately) is responsive to some filter context changes but not all. For example, it reponds to changes caused by the Text Filter (also available separately). But it doesn't respond to any row you select in a Table visual. Take this Measure I made for the Chart's Y axis:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;Chart Measure = SWITCH(
    VALUES(TasteList[Taste Key]),
    1, AVERAGE(Taste[Sweet]),
    2, AVERAGE(Taste[Sour]),
    3, AVERAGE(Taste[Salty]),
    0
)&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If I search with the Text Filter, the averages for the filter context of the Radar Chart change accordingly. But if I then select a row in a Table visual, the averages stay the same.&lt;/P&gt;&lt;P&gt;However! When I put one of the AVERAGE functions in a Card visual the average &lt;EM&gt;does&lt;/EM&gt; change with the selected row.&lt;/P&gt;&lt;P&gt;So it seems to me that the Radar Chart cannot respond to the selected row in a Table visual. Am I right?&lt;/P&gt;</description>
      <pubDate>Mon, 31 Oct 2022 11:30:49 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Radar-Chart-not-responsive-to-selected-table-row/m-p/2874509#M92864</guid>
      <dc:creator>daanodinot</dc:creator>
      <dc:date>2022-10-31T11:30:49Z</dc:date>
    </item>
    <item>
      <title>Re: Radar Chart not responsive to selected table row?</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Radar-Chart-not-responsive-to-selected-table-row/m-p/2876469#M92958</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="439603" data-lia-user-login="daanodinot" class="lia-mention lia-mention-user"&gt;daanodinot&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I create a sample to have a test and the columns in Table visual could filter the Radar Chart in my side.&lt;/P&gt;
&lt;P&gt;&lt;img /&gt;&lt;/P&gt;
&lt;P&gt;According to your statement, I think you may check whether there are relationship between the columns in two visuals or check the interaction between the Table visual and Radar Chart by "Edit interaction" feature.&lt;/P&gt;
&lt;P&gt;&lt;img /&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If the interaction between two visuals is "None", your selection in Table visual is not able to filter the Radar Chart.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;For referernce:&amp;nbsp;&lt;A href="https://learn.microsoft.com/en-us/power-bi/create-reports/service-reports-visual-interactions?tabs=powerbi-desktop" target="_self"&gt;Change how visuals interact in a Power BI report&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best Regards,&lt;BR /&gt;Rico Zhou&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.&lt;/P&gt;</description>
      <pubDate>Tue, 01 Nov 2022 07:53:04 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Radar-Chart-not-responsive-to-selected-table-row/m-p/2876469#M92958</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2022-11-01T07:53:04Z</dc:date>
    </item>
    <item>
      <title>Re: Radar Chart not responsive to selected table row?</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Radar-Chart-not-responsive-to-selected-table-row/m-p/2877885#M93044</link>
      <description>&lt;P&gt;Ah, got it! Turns out that when you select a Table visual, a third interactions icon is added to the Radar Chart called Highlight. Microsoft made the bad call (in my opinion) to select this Highlight mode by default. The icon also looks *way* too much like the Filter icon.&lt;/P&gt;&lt;P&gt;Thank you for reminding me to check the interaction settings once again. &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 01 Nov 2022 17:21:00 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Radar-Chart-not-responsive-to-selected-table-row/m-p/2877885#M93044</guid>
      <dc:creator>daanodinot</dc:creator>
      <dc:date>2022-11-01T17:21:00Z</dc:date>
    </item>
  </channel>
</rss>

