<?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>rajcha Tracker</title>
    <link>https://community.fabric.microsoft.com/t5/s/yrjkf47658/tracker</link>
    <description>rajcha Tracker</description>
    <pubDate>Sat, 19 Sep 2026 16:40:42 GMT</pubDate>
    <dc:date>2026-09-19T16:40:42Z</dc:date>
    <item>
      <title>A visual which displays comparison of different categories but displays only the name of logged in user</title>
      <link>https://community.fabric.microsoft.com/t5/Fabric-Ideas/A-visual-which-displays-comparison-of-different-categories-but/idi-p/4496863</link>
      <description>&lt;DIV class="microsoftbi-migrated-content"&gt;Hi. I have a requirement where in I have managers and employees under them.  I would like to use a funnel chart which shows number of employees for each manager. Now my requirement is to hide the manager name on the bar and just show the number of employees on each bar of the funnel chart. I also want to show the just name of the manager who logs in. That way he can see where he stands on the count of employees under him compared to the other managers, but he will not be able to see the names of the other managers.  It will serve the purpose even if I am able to highlight the bar in the chart corresponding to the manager who logs in, may be with a different color.   It would be great if you can suggest if there is any other chart also which will serve the purpose.  &lt;/DIV&gt;</description>
      <pubDate>Sat, 26 Aug 2017 01:59:00 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Fabric-Ideas/A-visual-which-displays-comparison-of-different-categories-but/idi-p/4496863</guid>
      <dc:creator>rajcha</dc:creator>
      <dc:date>2017-08-26T01:59:00Z</dc:date>
    </item>
    <item>
      <title>funnel chart</title>
      <link>https://community.fabric.microsoft.com/t5/Desktop/funnel-chart/m-p/237229#M105526</link>
      <description>&lt;P&gt;Hi. I have a requirement where in I have managers and employees under them. &amp;nbsp;I would like to use a funnel chart which shows number of employees for each manager. Now my requirement is to hide the manager name on the bar and just show the number of employees on each bar of the funnel chart. I also want to show the just name of the manager who logs in. That way he can see where he stands on the count of employees under him compared to the other managers, but he will not&amp;nbsp;be able to see the names of the other managers.&amp;nbsp;&lt;/P&gt;&lt;P&gt;It will serve the purpose even if I am able to highlight the bar in the chart corresponding to the manager who logs in, may be with a different color.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;It would be great if you can suggest if there is any other chart also which will serve the purpose.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;</description>
      <pubDate>Wed, 23 Aug 2017 13:55:19 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Desktop/funnel-chart/m-p/237229#M105526</guid>
      <dc:creator>rajcha</dc:creator>
      <dc:date>2017-08-23T13:55:19Z</dc:date>
    </item>
    <item>
      <title>Re: How to give 2 or more data sources in blank query</title>
      <link>https://community.fabric.microsoft.com/t5/Desktop/How-to-give-2-or-more-data-sources-in-blank-query/m-p/81713#M34130</link>
      <description>&lt;P&gt;I have to use temp tables in my query. So writing a query is unavoidable in my case.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 24 Oct 2016 19:24:00 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Desktop/How-to-give-2-or-more-data-sources-in-blank-query/m-p/81713#M34130</guid>
      <dc:creator>rajcha</dc:creator>
      <dc:date>2016-10-24T19:24:00Z</dc:date>
    </item>
    <item>
      <title>How to give 2 or more data sources in blank query</title>
      <link>https://community.fabric.microsoft.com/t5/Desktop/How-to-give-2-or-more-data-sources-in-blank-query/m-p/81697#M34121</link>
      <description>&lt;P&gt;I have a requirement&amp;nbsp;where I have to join two tables from two different data sources. I have selected the blank query option and I am writing the query in the advanced editor option available in the query editor. This advanced editor allows me to enter only one data source. Is there a way where I can give two or more data sources.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The below works.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;DIV class="crayon-line"&gt;&lt;SPAN class="crayon-i"&gt;let&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV class="crayon-line"&gt;&amp;nbsp;&lt;SPAN class="crayon-i"&gt;Source&lt;/SPAN&gt; &lt;SPAN class="crayon-o"&gt;=&lt;/SPAN&gt; &lt;SPAN class="crayon-k"&gt;Sql&lt;/SPAN&gt;&lt;SPAN class="crayon-sy"&gt;.&lt;/SPAN&gt;&lt;SPAN class="crayon-k"&gt;Database&lt;/SPAN&gt;&lt;SPAN class="crayon-sy"&gt;(&lt;/SPAN&gt;"servername"&lt;SPAN class="crayon-sy"&gt;,&lt;/SPAN&gt; "datasource1"&lt;SPAN class="crayon-sy"&gt;,&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV class="crayon-line"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;SPAN class="crayon-sy"&gt;[&lt;/SPAN&gt;&lt;SPAN class="crayon-i"&gt;Query&lt;/SPAN&gt;&lt;SPAN class="crayon-o"&gt;=&lt;/SPAN&gt;"&lt;SPAN class="crayon-k"&gt;SELECT&lt;/SPAN&gt; &lt;SPAN class="crayon-i"&gt;BusinessEntityID&lt;/SPAN&gt;&lt;SPAN class="crayon-sy"&gt;,&lt;/SPAN&gt; &lt;SPAN class="crayon-i"&gt;FirstName&lt;/SPAN&gt;&lt;SPAN class="crayon-sy"&gt;,&lt;/SPAN&gt; &lt;SPAN class="crayon-i"&gt;MiddleName&lt;/SPAN&gt;&lt;SPAN class="crayon-sy"&gt;,&lt;/SPAN&gt; &lt;SPAN class="crayon-i"&gt;LastName&lt;/SPAN&gt;&lt;SPAN class="crayon-sy"&gt;,&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV class="crayon-line"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;SPAN class="crayon-i"&gt;JobTitle&lt;/SPAN&gt;&lt;SPAN class="crayon-sy"&gt;,&lt;/SPAN&gt; &lt;SPAN class="crayon-i"&gt;City&lt;/SPAN&gt;&lt;SPAN class="crayon-sy"&gt;,&lt;/SPAN&gt; &lt;SPAN class="crayon-i"&gt;StateProvinceName&lt;/SPAN&gt;&lt;SPAN class="crayon-sy"&gt;,&lt;/SPAN&gt; &lt;SPAN class="crayon-i"&gt;CountryRegionName&lt;/SPAN&gt;&lt;SPAN class="crayon-sy"&gt;,&lt;/SPAN&gt; &lt;SPAN class="crayon-i"&gt;TerritoryName&lt;/SPAN&gt;&lt;SPAN class="crayon-sy"&gt;,&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV class="crayon-line"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;SPAN class="crayon-i"&gt;TerritoryGroup&lt;/SPAN&gt;&lt;SPAN class="crayon-sy"&gt;,&lt;/SPAN&gt; &lt;SPAN class="crayon-i"&gt;SalesYTD&lt;/SPAN&gt;&lt;SPAN class="crayon-sy"&gt;,&lt;/SPAN&gt; &lt;SPAN class="crayon-i"&gt;SalesLastYear&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV class="crayon-line"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;SPAN class="crayon-k"&gt;FROM&lt;/SPAN&gt; &lt;SPAN class="crayon-i"&gt;Sales&lt;/SPAN&gt;&lt;SPAN class="crayon-sy"&gt;.&lt;/SPAN&gt;&lt;SPAN class="crayon-i"&gt;vSalesPerson&lt;/SPAN&gt;&lt;SPAN class="crayon-sy"&gt;;&lt;/SPAN&gt;"&lt;SPAN class="crayon-sy"&gt;]&lt;/SPAN&gt;&lt;SPAN class="crayon-sy"&gt;)&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV class="crayon-line"&gt;&lt;SPAN class="crayon-k "&gt;in&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV class="crayon-line"&gt;&amp;nbsp;&lt;SPAN class="crayon-i"&gt;Source&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV class="crayon-line"&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class="crayon-line"&gt;&lt;SPAN class="crayon-i"&gt;&lt;SPAN&gt;"&lt;/SPAN&gt;&lt;SPAN class="crayon-i"&gt;datasource1&lt;/SPAN&gt;&lt;SPAN&gt;" is one data source.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV class="crayon-line"&gt;&lt;SPAN class="crayon-i"&gt;My question is how&amp;nbsp;to add another datasource.&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV class="crayon-line"&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class="crayon-line"&gt;&lt;SPAN class="crayon-i"&gt;Thanks.&lt;/SPAN&gt;&lt;/DIV&gt;</description>
      <pubDate>Mon, 24 Oct 2016 18:41:31 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Desktop/How-to-give-2-or-more-data-sources-in-blank-query/m-p/81697#M34121</guid>
      <dc:creator>rajcha</dc:creator>
      <dc:date>2016-10-24T18:41:31Z</dc:date>
    </item>
  </channel>
</rss>

