<?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: Concatenated Tooltip in Quick Measures Gallery</title>
    <link>https://community.fabric.microsoft.com/t5/Quick-Measures-Gallery/Concatenated-Tooltip/m-p/169591#M15</link>
    <description>&lt;P&gt;Hi Wouter. Interesting... Is there an added benefit of doing it this way. Seems more complex than it needs to be but maybe there's a benefit I'm not immediately seeing.&lt;/P&gt;</description>
    <pubDate>Thu, 04 May 2017 13:39:00 GMT</pubDate>
    <dc:creator>devinknight</dc:creator>
    <dc:date>2017-05-04T13:39:00Z</dc:date>
    <item>
      <title>Concatenated Tooltip</title>
      <link>https://community.fabric.microsoft.com/t5/Quick-Measures-Gallery/Concatenated-Tooltip/m-p/165912#M10</link>
      <description>&lt;P&gt;&lt;STRONG&gt;Concatenated Tooltip&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;This quick measure allows you to enhance your visual's tooltip, allowing you to display a list of values in a comma separated list.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Subcategories and More = &lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;VAR SubcategoriesCount = DISTINCTCOUNT('Stock'[Subcategory])&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;RETURN&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;IF(SubcategoriesCount&amp;gt;=3, &lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Calculate(CONCATENATEX(TOPN(3, VALUES('Stock'[Subcategory])), 'Stock'[Subcategory], ", "))&amp;amp;" and more...",&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;CALCULATE(CONCATENATEX(VALUES(Stock[Subcategory]), 'Stock'[Subcategory],", "))&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;)&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN class="reportid hidden"&gt;eyJrIjoiOTNkY2Y1MmQtY2Y0Ni00MGY1LTkzYTItMzBlNDIxZTVkMzhiIiwidCI6IjBhYTVjODNjLTkzZjMtNGY0ZC1hNzJmLTdiZTkzMDkxOTZhNiIsImMiOjN9&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 27 Apr 2017 20:59:54 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Quick-Measures-Gallery/Concatenated-Tooltip/m-p/165912#M10</guid>
      <dc:creator>devinknight</dc:creator>
      <dc:date>2017-04-27T20:59:54Z</dc:date>
    </item>
    <item>
      <title>Re: Concatenated Tooltip</title>
      <link>https://community.fabric.microsoft.com/t5/Quick-Measures-Gallery/Concatenated-Tooltip/m-p/169572#M14</link>
      <description>&lt;P&gt;Or like Rob Collie showed...&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;like this&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P align="left"&gt;&lt;SPAN&gt;[Selected]:=&lt;/SPAN&gt;&lt;/P&gt;
&lt;P align="left"&gt;&lt;SPAN&gt;IF(NOT(ISFILTERED(Products[Subcategory])),”All”,&lt;BR /&gt;IF(COUNTROWS(ALLSELECTED(Products[Subcategory]))&amp;gt;5, “&amp;gt; 5 Subcategories”,&lt;BR /&gt;CONCATENATEX(&lt;BR /&gt;ALLSELECTED(Products[Subcategory]),&lt;BR /&gt;Products[Subcategory],&lt;BR /&gt;“, ”&lt;BR /&gt;)&lt;BR /&gt;)&lt;BR /&gt;)&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 04 May 2017 13:14:20 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Quick-Measures-Gallery/Concatenated-Tooltip/m-p/169572#M14</guid>
      <dc:creator>Wouter</dc:creator>
      <dc:date>2017-05-04T13:14:20Z</dc:date>
    </item>
    <item>
      <title>Re: Concatenated Tooltip</title>
      <link>https://community.fabric.microsoft.com/t5/Quick-Measures-Gallery/Concatenated-Tooltip/m-p/169591#M15</link>
      <description>&lt;P&gt;Hi Wouter. Interesting... Is there an added benefit of doing it this way. Seems more complex than it needs to be but maybe there's a benefit I'm not immediately seeing.&lt;/P&gt;</description>
      <pubDate>Thu, 04 May 2017 13:39:00 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Quick-Measures-Gallery/Concatenated-Tooltip/m-p/169591#M15</guid>
      <dc:creator>devinknight</dc:creator>
      <dc:date>2017-05-04T13:39:00Z</dc:date>
    </item>
  </channel>
</rss>

