<?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: Need to pass date value to tooltip but not all visual in tooltip in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Need-to-pass-date-value-to-tooltip-but-not-all-visual-in-tooltip/m-p/3447293#M131208</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="621335" data-lia-user-login="rintoalappat" class="lia-mention lia-mention-user"&gt;rintoalappat&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Open "Keep&amp;nbsp;&lt;SPAN&gt;All&amp;nbsp;Filters&lt;/SPAN&gt;".&lt;/P&gt;
&lt;P&gt;We can create a new table.&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;Table 2 = 'Table'&lt;/LI-CODE&gt;
&lt;P&gt;&lt;img /&gt;&lt;/P&gt;
&lt;P&gt;We can create a measure.&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;Month sales = CALCULATE(SUM('Table'[Sales]),FILTER(ALLSELECTED('Table'),YEAR('Table'[Date])=YEAR(MAX('Table'[Date])) &amp;amp;&amp;amp; MONTH('Table'[Date])=MONTH(MAX('Table'[Date]))))&lt;/LI-CODE&gt;
&lt;P&gt;&lt;img /&gt;&lt;/P&gt;
&lt;P&gt;Best Regards,&lt;/P&gt;
&lt;P&gt;Neeko Tang&lt;/P&gt;
&lt;P&gt;If this post  &lt;STRONG&gt;helps&lt;/STRONG&gt;, then please consider &lt;STRONG&gt;&lt;EM&gt;Accept it as the solution &lt;/EM&gt;&lt;/STRONG&gt; to help the other members find it more quickly.&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 26 Sep 2023 07:45:05 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2023-09-26T07:45:05Z</dc:date>
    <item>
      <title>Need to pass date value to tooltip but not all visual in tooltip</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Need-to-pass-date-value-to-tooltip-but-not-all-visual-in-tooltip/m-p/3443683#M130883</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This is my first post. I'm working on Tableau to Power BI migration.&lt;/P&gt;&lt;P&gt;I have a scenario where we have a line graph and when we hover on any month, it will show a tooltip with full sales trend and value of that sales value for that particular month.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I createded the tooltip but if i turn on the tooltip "filter all values", the trend shows only one month of data which I'm hovering. But if if I turn off "Filter all values" Im getting proper trend Data but for that selected month is not populating data.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If I keep "Filter all" then I get only hoveringm onth trend and sales on card.&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;If I turn off "Filter All", I get the trend, but the month's sales is aggregated to all months, not the one I'm overing on the line.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Requirement is to show the hovering month's sale on the card and show full sales trend. Im new to power bi, please help any solution. Thanks in advance,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Rinto&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 22 Sep 2023 18:41:38 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Need-to-pass-date-value-to-tooltip-but-not-all-visual-in-tooltip/m-p/3443683#M130883</guid>
      <dc:creator>rintoalappat</dc:creator>
      <dc:date>2023-09-22T18:41:38Z</dc:date>
    </item>
    <item>
      <title>Re: Need to pass date value to tooltip but not all visual in tooltip</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Need-to-pass-date-value-to-tooltip-but-not-all-visual-in-tooltip/m-p/3444265#M130923</link>
      <description>&lt;P&gt;It seems like you're facing a challenge with creating a tooltip in Power BI that displays both the sales trend for the selected month and the sales value for that specific month. To achieve this, you can use a combination of measures and visual-level filters. Here's a step-by-step guide:&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;&lt;P&gt;&lt;STRONG&gt;Create a Tooltip Page:&lt;/STRONG&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Go to the "View" tab in Power BI.&lt;/LI&gt;&lt;LI&gt;Click on "Tooltip" to create a new tooltip page.&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;&lt;STRONG&gt;Design the Tooltip Page:&lt;/STRONG&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;On the tooltip page, you can design the visualizations as you want, including a card visual to display the sales value for the selected month and a line chart to show the full sales trend.&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;&lt;STRONG&gt;Create Measures:&lt;/STRONG&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;You'll need to create two DAX measures:&lt;UL&gt;&lt;LI&gt;One measure to calculate the total sales for the selected month. Let's call it "Selected Month Sales."&lt;/LI&gt;&lt;LI&gt;Another measure to calculate the total sales for all months. Let's call it "Total Sales."&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;&lt;STRONG&gt;Set up Visual-Level Filters:&lt;/STRONG&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Go back to your main report page.&lt;/LI&gt;&lt;LI&gt;Select the line chart where you want to display the full sales trend.&lt;/LI&gt;&lt;LI&gt;In the "Visualizations" pane on the right, go to the "Filters" section.&lt;/LI&gt;&lt;LI&gt;Add a visual-level filter that filters the data for the selected month based on your line chart's interaction with other visuals. This filter should filter the data by the month you're hovering over.&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;&lt;STRONG&gt;Configure Tooltip:&lt;/STRONG&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Go to the "Format" pane.&lt;/LI&gt;&lt;LI&gt;Expand the "Tooltip" section.&lt;/LI&gt;&lt;LI&gt;Turn on the "Tooltip" toggle.&lt;/LI&gt;&lt;LI&gt;In the "Page Information" dropdown, select the tooltip page you created in step 1.&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;&lt;STRONG&gt;Edit Tooltip Page Interaction:&lt;/STRONG&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Click on the tooltip page in the "Pages" pane.&lt;/LI&gt;&lt;LI&gt;Set the "Page Information" to "None" for the line chart that displays the full sales trend. This ensures that this visual will always display the full trend, regardless of the selected month.&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;&lt;STRONG&gt;Edit Tooltip Page Interaction (Continued):&lt;/STRONG&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;For the card visual that displays the sales value for the selected month, set the "Page Information" to "Tooltip." This will make sure this visual updates based on the selected month when you hover over the line chart.&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;&lt;STRONG&gt;Test the Tooltip:&lt;/STRONG&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Go back to your main report page and hover over the line chart to see if the tooltip displays the sales value for the selected month and the full sales trend.&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;By configuring the tooltip page and visual-level filters, you should be able to achieve the desired behavior of showing the hovering month's sales on the card while displaying the full sales trend. This approach allows you to have more control over what is displayed in the tooltip for different scenarios.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;If I answered your question, please mark my post as solution, Appreciate your Kudos .&lt;/STRONG&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 23 Sep 2023 14:28:30 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Need-to-pass-date-value-to-tooltip-but-not-all-visual-in-tooltip/m-p/3444265#M130923</guid>
      <dc:creator>123abc</dc:creator>
      <dc:date>2023-09-23T14:28:30Z</dc:date>
    </item>
    <item>
      <title>Re: Need to pass date value to tooltip but not all visual in tooltip</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Need-to-pass-date-value-to-tooltip-but-not-all-visual-in-tooltip/m-p/3444278#M130924</link>
      <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="403667" data-lia-user-login="123abc" class="lia-mention lia-mention-user"&gt;123abc&lt;/a&gt;&amp;nbsp; Thank you for taking time to answer. Do you want me to create any specific DAX calculation. Its not mentioned in your answer. I will follow the rest and will let uou know&lt;/P&gt;</description>
      <pubDate>Sat, 23 Sep 2023 15:33:11 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Need-to-pass-date-value-to-tooltip-but-not-all-visual-in-tooltip/m-p/3444278#M130924</guid>
      <dc:creator>rintoalappat</dc:creator>
      <dc:date>2023-09-23T15:33:11Z</dc:date>
    </item>
    <item>
      <title>Re: Need to pass date value to tooltip but not all visual in tooltip</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Need-to-pass-date-value-to-tooltip-but-not-all-visual-in-tooltip/m-p/3444786#M131028</link>
      <description>&lt;P&gt;You're welcome! To achieve the functionality described in your question, you typically don't need any specific DAX calculations. The approach outlined in my previous response focuses on configuring the visuals and interactions within Power BI without requiring custom DAX calculations.&lt;/P&gt;&lt;P&gt;However, if you have additional calculations or transformations specific to your data that you want to include in your report, you can certainly use DAX for that purpose. For example, if you need to create calculated columns or measures for certain calculations, you can do so in the Power BI Data Model using DAX.&lt;/P&gt;&lt;P&gt;If you have specific calculations or requirements related to your data that you'd like assistance with, please provide more details about them, and I'd be happy to help you with the DAX formulas or expressions needed to achieve those specific calculations.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;But if you want any DAX formulas please explain your issue in detail.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regard:&lt;/P&gt;&lt;P&gt;ali Abbas&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 24 Sep 2023 15:59:32 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Need-to-pass-date-value-to-tooltip-but-not-all-visual-in-tooltip/m-p/3444786#M131028</guid>
      <dc:creator>123abc</dc:creator>
      <dc:date>2023-09-24T15:59:32Z</dc:date>
    </item>
    <item>
      <title>Re: Need to pass date value to tooltip but not all visual in tooltip</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Need-to-pass-date-value-to-tooltip-but-not-all-visual-in-tooltip/m-p/3445394#M131075</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="621335" data-lia-user-login="rintoalappat" class="lia-mention lia-mention-user"&gt;rintoalappat&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;According to your description, here are my steps you can follow as a solution.&lt;/P&gt;
&lt;P&gt;(1) This is my test data.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;img /&gt;&lt;/P&gt;
&lt;P&gt;(2) We can create a measure.&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;Month sales = CALCULATE(SUM('Table'[Sales]),FILTER(ALLSELECTED('Table'),YEAR('Table'[Date])=YEAR(MAX('Table'[Date])) &amp;amp;&amp;amp; MONTH('Table'[Date])=MONTH(MAX('Table'[Date]))))&lt;/LI-CODE&gt;
&lt;P&gt;(3) Then the result is as follows.&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 above one can't help you get the desired result, please provide some&amp;nbsp;&lt;STRONG&gt;sample data&lt;/STRONG&gt;&amp;nbsp;in your tables (&lt;STRONG&gt;exclude&amp;nbsp;sensitive&amp;nbsp;data&lt;/STRONG&gt;) with&amp;nbsp;&lt;STRONG&gt;Text&lt;/STRONG&gt;&amp;nbsp;format and your&amp;nbsp;&lt;STRONG&gt;expected result&lt;/STRONG&gt;&amp;nbsp;with backend logic and special examples.&amp;nbsp;&lt;STRONG&gt;It is better&lt;/STRONG&gt;&amp;nbsp;if you can share a&amp;nbsp;&lt;STRONG&gt;simplified&lt;/STRONG&gt;&amp;nbsp;pbix file.&amp;nbsp;Thank you.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best Regards,&lt;/P&gt;
&lt;P&gt;Neeko Tang&lt;/P&gt;
&lt;P&gt;If this post  &lt;STRONG&gt;helps&lt;/STRONG&gt;, then please consider &lt;STRONG&gt;&lt;EM&gt;Accept it as the solution &lt;/EM&gt;&lt;/STRONG&gt; to help the other members find it more quickly.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 25 Sep 2023 07:44:22 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Need-to-pass-date-value-to-tooltip-but-not-all-visual-in-tooltip/m-p/3445394#M131075</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2023-09-25T07:44:22Z</dc:date>
    </item>
    <item>
      <title>Re: Need to pass date value to tooltip but not all visual in tooltip</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Need-to-pass-date-value-to-tooltip-but-not-all-visual-in-tooltip/m-p/3445657#M131086</link>
      <description>&lt;P&gt;Anonymous&lt;/a&gt;&amp;nbsp;Thank you. Source data is same.&amp;nbsp; but I need to show the full sales trend on the chart as well. Issue is that when I hover on the main line chart, its filtering the tooltip trend chart as well with the specific month. but if I turn off "Filter all" then Im getting full sales trend on tooltip but the Sales Card visual is showing for all months.&lt;/P&gt;</description>
      <pubDate>Mon, 25 Sep 2023 09:58:14 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Need-to-pass-date-value-to-tooltip-but-not-all-visual-in-tooltip/m-p/3445657#M131086</guid>
      <dc:creator>rintoalappat</dc:creator>
      <dc:date>2023-09-25T09:58:14Z</dc:date>
    </item>
    <item>
      <title>Re: Need to pass date value to tooltip but not all visual in tooltip</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Need-to-pass-date-value-to-tooltip-but-not-all-visual-in-tooltip/m-p/3447293#M131208</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="621335" data-lia-user-login="rintoalappat" class="lia-mention lia-mention-user"&gt;rintoalappat&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Open "Keep&amp;nbsp;&lt;SPAN&gt;All&amp;nbsp;Filters&lt;/SPAN&gt;".&lt;/P&gt;
&lt;P&gt;We can create a new table.&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;Table 2 = 'Table'&lt;/LI-CODE&gt;
&lt;P&gt;&lt;img /&gt;&lt;/P&gt;
&lt;P&gt;We can create a measure.&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;Month sales = CALCULATE(SUM('Table'[Sales]),FILTER(ALLSELECTED('Table'),YEAR('Table'[Date])=YEAR(MAX('Table'[Date])) &amp;amp;&amp;amp; MONTH('Table'[Date])=MONTH(MAX('Table'[Date]))))&lt;/LI-CODE&gt;
&lt;P&gt;&lt;img /&gt;&lt;/P&gt;
&lt;P&gt;Best Regards,&lt;/P&gt;
&lt;P&gt;Neeko Tang&lt;/P&gt;
&lt;P&gt;If this post  &lt;STRONG&gt;helps&lt;/STRONG&gt;, then please consider &lt;STRONG&gt;&lt;EM&gt;Accept it as the solution &lt;/EM&gt;&lt;/STRONG&gt; to help the other members find it more quickly.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 26 Sep 2023 07:45:05 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Need-to-pass-date-value-to-tooltip-but-not-all-visual-in-tooltip/m-p/3447293#M131208</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2023-09-26T07:45:05Z</dc:date>
    </item>
  </channel>
</rss>

