<?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: Calculate Tooltips in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Calculate-Tooltips/m-p/4774262#M182841</link>
    <description>&lt;P&gt;hello&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="531109" data-lia-user-login="e175429" class="lia-mention lia-mention-user"&gt;e175429&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;i think you might be interested in creating custom tooltips.&lt;/P&gt;
&lt;P&gt;&lt;A href="https://learn.microsoft.com/en-us/power-bi/create-reports/desktop-tooltips" target="_blank"&gt;Create report tooltip pages in Power BI - Power BI | Microsoft Learn&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thank you.&lt;/P&gt;</description>
    <pubDate>Wed, 23 Jul 2025 22:27:48 GMT</pubDate>
    <dc:creator>Irwan</dc:creator>
    <dc:date>2025-07-23T22:27:48Z</dc:date>
    <item>
      <title>Calculate Tooltips</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Calculate-Tooltips/m-p/4774208#M182839</link>
      <description>&lt;P&gt;Hello all,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This is a sample of my data (I would love to upload the BI file but only certain users can do that):&lt;/P&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;Date&lt;/TD&gt;&lt;TD&gt;Live&lt;/TD&gt;&lt;TD&gt;Question&lt;/TD&gt;&lt;TD&gt;Email&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;&lt;P&gt;1/2023&lt;/P&gt;&lt;/TD&gt;&lt;TD&gt;2774&lt;/TD&gt;&lt;TD&gt;249&lt;/TD&gt;&lt;TD&gt;431&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;2/2023&lt;/TD&gt;&lt;TD&gt;2683&lt;/TD&gt;&lt;TD&gt;156&lt;/TD&gt;&lt;TD&gt;214&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;3/2023&lt;/TD&gt;&lt;TD&gt;3686&lt;/TD&gt;&lt;TD&gt;205&lt;/TD&gt;&lt;TD&gt;183&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;4/2023&lt;/TD&gt;&lt;TD&gt;3067&lt;/TD&gt;&lt;TD&gt;174&lt;/TD&gt;&lt;TD&gt;149&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;5/2023&lt;/TD&gt;&lt;TD&gt;3566&lt;/TD&gt;&lt;TD&gt;150&lt;/TD&gt;&lt;TD&gt;221&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;6/2023&lt;/TD&gt;&lt;TD&gt;3471&lt;/TD&gt;&lt;TD&gt;196&lt;/TD&gt;&lt;TD&gt;225&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;7/2023&lt;/TD&gt;&lt;TD&gt;2967&lt;/TD&gt;&lt;TD&gt;158&lt;/TD&gt;&lt;TD&gt;197&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;8/2023&lt;/TD&gt;&lt;TD&gt;3549&lt;/TD&gt;&lt;TD&gt;171&lt;/TD&gt;&lt;TD&gt;274&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;9/2023&lt;/TD&gt;&lt;TD&gt;2938&lt;/TD&gt;&lt;TD&gt;145&lt;/TD&gt;&lt;TD&gt;199&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;etc...&lt;/P&gt;&lt;P&gt;This is my graph, which I connected to a date table:&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm hovering over a data point in the above picture.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is there anyway to get these data points to show both the whole numbers and the percentages? Right now it's just showing the whole number.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;For instance, for that particular data point, Feb 23, there were 3,053 total incidents (which is the sum of the 3 fields)&lt;/P&gt;&lt;P&gt;The % breakdowns would be live 2683/3053 = 88%&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;question 156/3053 = 5%&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; email 214/3053 =&amp;nbsp; 7% (these %'s are what I also want to show for each data point)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I know tooltips could help, but i'm not sure what DAX i would need to calcuate the %'s.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any assistance would be greatly appreciated.&lt;/P&gt;&lt;P&gt;Thank you!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 23 Jul 2025 20:44:37 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Calculate-Tooltips/m-p/4774208#M182839</guid>
      <dc:creator>e175429</dc:creator>
      <dc:date>2025-07-23T20:44:37Z</dc:date>
    </item>
    <item>
      <title>Re: Calculate Tooltips</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Calculate-Tooltips/m-p/4774262#M182841</link>
      <description>&lt;P&gt;hello&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="531109" data-lia-user-login="e175429" class="lia-mention lia-mention-user"&gt;e175429&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;i think you might be interested in creating custom tooltips.&lt;/P&gt;
&lt;P&gt;&lt;A href="https://learn.microsoft.com/en-us/power-bi/create-reports/desktop-tooltips" target="_blank"&gt;Create report tooltip pages in Power BI - Power BI | Microsoft Learn&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thank you.&lt;/P&gt;</description>
      <pubDate>Wed, 23 Jul 2025 22:27:48 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Calculate-Tooltips/m-p/4774262#M182841</guid>
      <dc:creator>Irwan</dc:creator>
      <dc:date>2025-07-23T22:27:48Z</dc:date>
    </item>
    <item>
      <title>Re: Calculate Tooltips</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Calculate-Tooltips/m-p/4774266#M182842</link>
      <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="531109" data-lia-user-login="e175429" class="lia-mention lia-mention-user"&gt;e175429&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Assuming you have a fact table with columns/measures: Live, Question, and E-mail and each presumably a count per row, and a Date dimension table related to fact table.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I think your Measures on Y-axis are already something like:&lt;/P&gt;&lt;LI-CODE lang="python"&gt;Live  = SUM('table'[Live])&lt;/LI-CODE&gt;&lt;P&gt;then your monthly total would be&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="python"&gt;Monthly Total =
[Live] + [Question] + [E-mail]&lt;/LI-CODE&gt;&lt;P&gt;and your Percent would be&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="python"&gt;Live % = DIVIDE([Live], [Monthly Total])
Question % = DIVIDE([Question], [Monthly Total])
Email % = DIVIDE([E-mail], [Monthly Total])&lt;/LI-CODE&gt;&lt;P&gt;For the tooltip, you may use ToolTip page instead of default tooltip. You can place either a matrix visual or Multi-card visual on the tooltip page. On my demo file it will show as below&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;In case you need more about tooltip page you can refer to&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://learn.microsoft.com/en-us/power-bi/create-reports/desktop-tooltips" target="_blank"&gt;Create report tooltip pages in Power BI - Power BI | Microsoft Learn&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Hope this answered your question:)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 23 Jul 2025 22:51:33 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Calculate-Tooltips/m-p/4774266#M182842</guid>
      <dc:creator>MasonMA</dc:creator>
      <dc:date>2025-07-23T22:51:33Z</dc:date>
    </item>
    <item>
      <title>Re: Calculate Tooltips</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Calculate-Tooltips/m-p/4775282#M182877</link>
      <description>&lt;P&gt;Thank you for your reply.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I did not create measures for the y-axis. I just dragged and dropped them from my table.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;So i did not need any measures like this:&lt;/P&gt;&lt;PRE&gt;Live  = SUM('table'[Live])&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I just imported my table from excel and dragged those columns to my y-axis.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 24 Jul 2025 14:38:19 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Calculate-Tooltips/m-p/4775282#M182877</guid>
      <dc:creator>e175429</dc:creator>
      <dc:date>2025-07-24T14:38:19Z</dc:date>
    </item>
    <item>
      <title>Re: Calculate Tooltips</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Calculate-Tooltips/m-p/4775285#M182878</link>
      <description>&lt;P&gt;Hey Irwin,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you for your recommendation page. However, nothing there guided me on how to calculate what I needed.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;</description>
      <pubDate>Thu, 24 Jul 2025 14:40:50 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Calculate-Tooltips/m-p/4775285#M182878</guid>
      <dc:creator>e175429</dc:creator>
      <dc:date>2025-07-24T14:40:50Z</dc:date>
    </item>
    <item>
      <title>Re: Calculate Tooltips</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Calculate-Tooltips/m-p/4775298#M182881</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="531109" data-lia-user-login="e175429" class="lia-mention lia-mention-user"&gt;e175429&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;So if you just drag the fields from table, that would be Implicit measures generated by Power BI itself. In this case i'd suggest using Explicit measures like&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;Live  = SUM('table'[Live])&lt;/PRE&gt;&lt;P&gt;to aggregate your data properly and follow the rest of my calculation approaches in the last message.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;For the differences between these two different measures you may find more from Radacad below.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://radacad.com/explicit-vs-implicit-dax-measures-in-power-bi/" target="_blank"&gt;Explicit Vs Implicit DAX Measures in Power BI - RADACAD&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Hope this helps:)&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 24 Jul 2025 14:52:33 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Calculate-Tooltips/m-p/4775298#M182881</guid>
      <dc:creator>MasonMA</dc:creator>
      <dc:date>2025-07-24T14:52:33Z</dc:date>
    </item>
    <item>
      <title>Re: Calculate Tooltips</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Calculate-Tooltips/m-p/4775321#M182884</link>
      <description>&lt;P&gt;I see. Thank you for the Explicit vs Implicit article, definitely new information to me.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;And your solution worked. Thank you very much!&lt;/P&gt;</description>
      <pubDate>Thu, 24 Jul 2025 15:11:50 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Calculate-Tooltips/m-p/4775321#M182884</guid>
      <dc:creator>e175429</dc:creator>
      <dc:date>2025-07-24T15:11:50Z</dc:date>
    </item>
    <item>
      <title>Re: Calculate Tooltips</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Calculate-Tooltips/m-p/4775329#M182885</link>
      <description>&lt;P&gt;Happy to see it works:) !&lt;/P&gt;</description>
      <pubDate>Thu, 24 Jul 2025 15:25:45 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Calculate-Tooltips/m-p/4775329#M182885</guid>
      <dc:creator>MasonMA</dc:creator>
      <dc:date>2025-07-24T15:25:45Z</dc:date>
    </item>
  </channel>
</rss>

