<?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: ToolTip Advance - Filter Help in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/ToolTip-Advance-Filter-Help/m-p/4675899#M179066</link>
    <description>&lt;P&gt;This solution is great. Thanks!&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="780072" data-lia-user-login="SamWiseOwl" class="lia-mention lia-mention-user"&gt;SamWiseOwl&lt;/a&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 01 May 2025 13:07:02 GMT</pubDate>
    <dc:creator>dvraan</dc:creator>
    <dc:date>2025-05-01T13:07:02Z</dc:date>
    <item>
      <title>ToolTip Advance - Filter Help</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/ToolTip-Advance-Filter-Help/m-p/4675320#M179053</link>
      <description>&lt;P class=""&gt;Hi all,&lt;/P&gt;&lt;P class=""&gt;I'm working on a Power BI report where I show &lt;STRONG&gt;monthly Gross Sales&lt;/STRONG&gt;&amp;nbsp;in a table and would like to display a &lt;STRONG&gt;tooltip chart&lt;/STRONG&gt; when hovering over the table rows. The goal of this tooltip is to show the &lt;STRONG&gt;entire year's trend line&lt;/STRONG&gt; for &lt;STRONG&gt;Gross Sales&lt;/STRONG&gt;, not just the single month that was hovered.&lt;/P&gt;&lt;H3&gt;&amp;nbsp;What I want:&lt;/H3&gt;&lt;UL&gt;&lt;LI&gt;&lt;P class=""&gt;When hovering over a row (e.g., Brand 3), I want the tooltip to show a &lt;STRONG&gt;Bar chart for the full year&lt;/STRONG&gt; (e.g., Jan–Dec ).&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P class=""&gt;The tooltip should still &lt;STRONG&gt;respect other slicers&lt;/STRONG&gt; from the main page:&lt;BR /&gt;e.g., State but ignore Month Slicer&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;HR /&gt;&lt;H2&gt;&amp;nbsp;What I’ve Tried:&lt;/H2&gt;&lt;UL&gt;&lt;LI&gt;&lt;P class=""&gt;Created a &lt;STRONG&gt;Tooltip Page&lt;/STRONG&gt;.&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P class=""&gt;Enabled the page as a tooltip and linked it to the table.&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P class=""&gt;It works — but only shows &lt;STRONG&gt;a single month&lt;/STRONG&gt; (the row context from the table).&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P class=""&gt;However, the date context from the hovered row still dominates the chart axis — only one Bar appears instead of the full year.&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;H2&gt;What I Need Help With:&lt;/H2&gt;&lt;OL&gt;&lt;LI&gt;&lt;P class=""&gt;How can I structure my tooltip chart (and DAX) to:&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;&lt;P class=""&gt;Ignore just the row-level month/date from the hovered row&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P class=""&gt;Still respect the full context of slicers (State etc.)&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P class=""&gt;Always show the &lt;STRONG&gt;full year&lt;/STRONG&gt; trend on the tooltip chart?&lt;/P&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A title="Sample file " href="https://drive.google.com/file/d/1BCrrFI-dTKiIwj-0JKfolP9VKqtTE4mT/view?usp=sharing" target="_self"&gt;File working&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 01 May 2025 00:00:32 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/ToolTip-Advance-Filter-Help/m-p/4675320#M179053</guid>
      <dc:creator>dvraan</dc:creator>
      <dc:date>2025-05-01T00:00:32Z</dc:date>
    </item>
    <item>
      <title>Re: ToolTip Advance - Filter Help</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/ToolTip-Advance-Filter-Help/m-p/4675603#M179057</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="779321" data-lia-user-login="dvraan" class="lia-mention lia-mention-user"&gt;dvraan&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You would need to create a seperate table with the Month Name in it and use that in a slicer.&lt;/P&gt;
&lt;P&gt;This would not filter the model.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Instead we edit the Gross column to say:&lt;/P&gt;
&lt;DIV&gt;
&lt;DIV&gt;&lt;SPAN&gt;Gross =&lt;/SPAN&gt; &lt;SPAN&gt;CALCULATE&lt;/SPAN&gt;&lt;SPAN&gt;( &lt;/SPAN&gt;&lt;SPAN&gt;SUM&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;Sales&lt;/SPAN&gt;&lt;SPAN&gt;[Gross Sales]&lt;/SPAN&gt;&lt;SPAN&gt;), &lt;/SPAN&gt;&lt;SPAN&gt;'Date'&lt;/SPAN&gt;&lt;SPAN&gt;[Month]&lt;/SPAN&gt;&lt;SPAN&gt; = &lt;/SPAN&gt;&lt;SPAN&gt;SELECTEDVALUE&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;'Month Table'&lt;/SPAN&gt;&lt;SPAN&gt;[Month name]&lt;/SPAN&gt;&lt;SPAN&gt;))&lt;BR /&gt;&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV&gt;Then in the tooltip chart just put the:&lt;BR /&gt;&lt;SPAN&gt;SUM&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;Sales&lt;/SPAN&gt;&lt;SPAN&gt;[Gross Sales]&lt;/SPAN&gt;&lt;SPAN&gt;)&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;&lt;img /&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;</description>
      <pubDate>Thu, 01 May 2025 09:08:19 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/ToolTip-Advance-Filter-Help/m-p/4675603#M179057</guid>
      <dc:creator>SamWiseOwl</dc:creator>
      <dc:date>2025-05-01T09:08:19Z</dc:date>
    </item>
    <item>
      <title>Re: ToolTip Advance - Filter Help</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/ToolTip-Advance-Filter-Help/m-p/4675899#M179066</link>
      <description>&lt;P&gt;This solution is great. Thanks!&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="780072" data-lia-user-login="SamWiseOwl" class="lia-mention lia-mention-user"&gt;SamWiseOwl&lt;/a&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 01 May 2025 13:07:02 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/ToolTip-Advance-Filter-Help/m-p/4675899#M179066</guid>
      <dc:creator>dvraan</dc:creator>
      <dc:date>2025-05-01T13:07:02Z</dc:date>
    </item>
  </channel>
</rss>

