<?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: Just show the right tooltip, depending on the year in Custom Visuals Development Discussion</title>
    <link>https://community.fabric.microsoft.com/t5/Custom-Visuals-Development/Just-show-the-right-tooltip-depending-on-the-year/m-p/2846516#M6023</link>
    <description>&lt;P&gt;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/401636"&gt;@edubcardoso&lt;/a&gt;&amp;nbsp;I have a presentation for Enterprise DNA coming out soon on Dueling Tooltips. I've attached the PBIX file for you below my signature. This might give you some ideas.&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 17 Oct 2022 12:53:45 GMT</pubDate>
    <dc:creator>Greg_Deckler</dc:creator>
    <dc:date>2022-10-17T12:53:45Z</dc:date>
    <item>
      <title>Just show the right tooltip, depending on the year</title>
      <link>https://community.fabric.microsoft.com/t5/Custom-Visuals-Development/Just-show-the-right-tooltip-depending-on-the-year/m-p/2846251#M6020</link>
      <description>&lt;P&gt;Hello everyone !&lt;/P&gt;&lt;P&gt;I create a line and clustered column chart where the dark colors (dark blue and red) are this year's values and the light colors(light blue and yellow) are last year's values.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="e9944f4a-26d0-470b-9b10-cd64668e0538.png" style="width: 400px;"&gt;&lt;img src="https://community.fabric.microsoft.com/t5/image/serverpage/image-id/805258iF30E1B8D4E370376/image-size/medium?v=v2&amp;amp;px=400" role="button" title="e9944f4a-26d0-470b-9b10-cd64668e0538.png" alt="e9944f4a-26d0-470b-9b10-cd64668e0538.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;I created a tooltip to show the value of the rows when I select a column, but it shows me the tooltip for the both years (example below)&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="print2.png" style="width: 400px;"&gt;&lt;img src="https://community.fabric.microsoft.com/t5/image/serverpage/image-id/805257i011CB8AA0EA92657/image-size/medium?v=v2&amp;amp;px=400" role="button" title="print2.png" alt="print2.png" /&gt;&lt;/span&gt;&amp;nbsp;(tooltip for set this year)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="print1.png" style="width: 200px;"&gt;&lt;img src="https://community.fabric.microsoft.com/t5/image/serverpage/image-id/805256iA464CAF2A9A60EBA/image-size/small?v=v2&amp;amp;px=200" role="button" title="print1.png" alt="print1.png" /&gt;&lt;/span&gt;&amp;nbsp;(tooltip for set last year)&lt;/P&gt;&lt;P&gt;I wanted the tooltip to only show one of the profits, depending on the year.&lt;/P&gt;&lt;P&gt;In the first image only revenue.&lt;/P&gt;&lt;P&gt;In the second, only revenue lastyear&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is there any way to do this ?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for the help.&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt; &lt;/P&gt;</description>
      <pubDate>Mon, 17 Oct 2022 11:13:55 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Custom-Visuals-Development/Just-show-the-right-tooltip-depending-on-the-year/m-p/2846251#M6020</guid>
      <dc:creator>edubcardoso</dc:creator>
      <dc:date>2022-10-17T11:13:55Z</dc:date>
    </item>
    <item>
      <title>Re: Just show the right tooltip, depending on the year</title>
      <link>https://community.fabric.microsoft.com/t5/Custom-Visuals-Development/Just-show-the-right-tooltip-depending-on-the-year/m-p/2846375#M6021</link>
      <description>&lt;P&gt;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/401636"&gt;@edubcardoso&lt;/a&gt;&amp;nbsp;You could create a Tooltip page to display only the information you want to display.&lt;/P&gt;</description>
      <pubDate>Mon, 17 Oct 2022 11:57:12 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Custom-Visuals-Development/Just-show-the-right-tooltip-depending-on-the-year/m-p/2846375#M6021</guid>
      <dc:creator>Greg_Deckler</dc:creator>
      <dc:date>2022-10-17T11:57:12Z</dc:date>
    </item>
    <item>
      <title>Re: Just show the right tooltip, depending on the year</title>
      <link>https://community.fabric.microsoft.com/t5/Custom-Visuals-Development/Just-show-the-right-tooltip-depending-on-the-year/m-p/2846469#M6022</link>
      <description>&lt;P&gt;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/313"&gt;@Greg_Deckler&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you for answering, mate!&lt;/P&gt;&lt;P&gt;I just found out about that just now, but I don't know how It would go from this year's measure to the previous year's measure.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Maybe using an IF( statement ,[Sum],[Sum LastYear]), but which statement should I use ?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;H6&gt;(Sorry for the bad English, but it was translated by DeepL)&lt;/H6&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 17 Oct 2022 12:27:29 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Custom-Visuals-Development/Just-show-the-right-tooltip-depending-on-the-year/m-p/2846469#M6022</guid>
      <dc:creator>edubcardoso</dc:creator>
      <dc:date>2022-10-17T12:27:29Z</dc:date>
    </item>
    <item>
      <title>Re: Just show the right tooltip, depending on the year</title>
      <link>https://community.fabric.microsoft.com/t5/Custom-Visuals-Development/Just-show-the-right-tooltip-depending-on-the-year/m-p/2846516#M6023</link>
      <description>&lt;P&gt;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/401636"&gt;@edubcardoso&lt;/a&gt;&amp;nbsp;I have a presentation for Enterprise DNA coming out soon on Dueling Tooltips. I've attached the PBIX file for you below my signature. This might give you some ideas.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 17 Oct 2022 12:53:45 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Custom-Visuals-Development/Just-show-the-right-tooltip-depending-on-the-year/m-p/2846516#M6023</guid>
      <dc:creator>Greg_Deckler</dc:creator>
      <dc:date>2022-10-17T12:53:45Z</dc:date>
    </item>
  </channel>
</rss>

