<?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 Box and Whisker visual in Custom Visuals Development Discussion</title>
    <link>https://community.fabric.microsoft.com/t5/Custom-Visuals-Development/Box-and-Whisker-visual/m-p/5274113#M13216</link>
    <description>&lt;P&gt;I want to display faculty metrics within each department (such as number of publications) using the box and whisker diagram. There is a search bar where I can search departments within the organization and the Box and Whisker by MAQ Software visual would update the box diagram. I &amp;nbsp;would to further drill this down by searching and comparing faculty within a department. I cannot do this by simply adding a faculty name slicer as the box and whisker diagram would disappear when any one person is selected on the slicer. I want to compare different faculty members within the same deparmtment. Could this possibly be done using this visual, or is there another visual I can use in Power BI to make similar comparisons? Thanks!&lt;/P&gt;</description>
    <pubDate>Mon, 06 Jul 2026 14:00:09 GMT</pubDate>
    <dc:creator>sfarooq3</dc:creator>
    <dc:date>2026-07-06T14:00:09Z</dc:date>
    <item>
      <title>Box and Whisker visual</title>
      <link>https://community.fabric.microsoft.com/t5/Custom-Visuals-Development/Box-and-Whisker-visual/m-p/5274113#M13216</link>
      <description>&lt;P&gt;I want to display faculty metrics within each department (such as number of publications) using the box and whisker diagram. There is a search bar where I can search departments within the organization and the Box and Whisker by MAQ Software visual would update the box diagram. I &amp;nbsp;would to further drill this down by searching and comparing faculty within a department. I cannot do this by simply adding a faculty name slicer as the box and whisker diagram would disappear when any one person is selected on the slicer. I want to compare different faculty members within the same deparmtment. Could this possibly be done using this visual, or is there another visual I can use in Power BI to make similar comparisons? Thanks!&lt;/P&gt;</description>
      <pubDate>Mon, 06 Jul 2026 14:00:09 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Custom-Visuals-Development/Box-and-Whisker-visual/m-p/5274113#M13216</guid>
      <dc:creator>sfarooq3</dc:creator>
      <dc:date>2026-07-06T14:00:09Z</dc:date>
    </item>
    <item>
      <title>Re: Box and Whisker visual</title>
      <link>https://community.fabric.microsoft.com/t5/Custom-Visuals-Development/Box-and-Whisker-visual/m-p/5337666#M13240</link>
      <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="934981" data-lia-user-login="sfarooq3" class="lia-mention lia-mention-user"&gt;sfarooq3&lt;/a&gt;&amp;nbsp;Hi!&lt;/P&gt;
&lt;P&gt;This happens because a box-and-whisker chart needs several faculty values to calculate the median, quartiles, and whiskers. When you select only one faculty member, the slicer filters out everyone else, so there is no longer a distribution to display.&lt;/P&gt;
&lt;P&gt;A possible workaround is to create a disconnected faculty table:&lt;/P&gt;
&lt;P&gt;Faculty Selector =&lt;/P&gt;
&lt;P&gt;DISTINCT ( Faculty[Faculty Name] )&lt;/P&gt;
&lt;P&gt;Use this new column in the faculty slicer, but don’t create a relationship with the main model. This way, selecting a faculty member won’t remove the other people from the department’s box plot.&lt;/P&gt;
&lt;P&gt;The limitation is that the MAQ visual may not allow you to highlight the selected faculty members as individual points. For that type of comparison, I’d suggest using Deneb. You can keep the department-level box plot and overlay the selected faculty members as highlighted dots, with their names and publication counts in the tooltip.&lt;/P&gt;
&lt;P&gt;If you mainly want to compare faculty members directly, a dot plot or ranked bar chart may also be easier to read than a box-and-whisker chart.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;BBF&lt;/P&gt;
&lt;DIV style="font-family: Segoe UI, sans-serif; font-size: 14px; line-height: 1.2;"&gt;&lt;BR /&gt;&lt;span class="lia-unicode-emoji" title=":light_bulb:"&gt;💡&lt;/span&gt; &lt;STRONG&gt;Did I answer your question?&lt;/STRONG&gt; Mark my post as a solution! &lt;BR /&gt;&lt;BR /&gt;&lt;span class="lia-unicode-emoji" title=":thumbs_up:"&gt;👍&lt;/span&gt; Kudos are appreciated &lt;BR /&gt;&lt;BR /&gt;&lt;STRONG&gt;&lt;span class="lia-unicode-emoji" title=":fire:"&gt;🔥&lt;/span&gt; Proud to be a Super User!&lt;/STRONG&gt; &lt;BR /&gt;&lt;BR /&gt;&lt;img /&gt; &lt;/DIV&gt;</description>
      <pubDate>Mon, 03 Aug 2026 13:12:53 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Custom-Visuals-Development/Box-and-Whisker-visual/m-p/5337666#M13240</guid>
      <dc:creator>BeaBF</dc:creator>
      <dc:date>2026-08-03T13:12:53Z</dc:date>
    </item>
  </channel>
</rss>

