<?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 Create group from multiple columns for funnel chart in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Create-group-from-multiple-columns-for-funnel-chart/m-p/1720648#M35586</link>
    <description>&lt;P&gt;Hello Experts,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;We have a requirement to display Applicants, Interviewed candidated, offered and Hired ones in funnel chart in our organization.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;All Hired candidates are interviewed and offered, all offered candidates are interviewed but may not be hired and all interviewed candidates may or may not be offered/hired. This data need to be grouped in funnel chart. Please help to achieve this.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Sun, 14 Mar 2021 06:44:27 GMT</pubDate>
    <dc:creator>lokeshb31</dc:creator>
    <dc:date>2021-03-14T06:44:27Z</dc:date>
    <item>
      <title>Create group from multiple columns for funnel chart</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Create-group-from-multiple-columns-for-funnel-chart/m-p/1720648#M35586</link>
      <description>&lt;P&gt;Hello Experts,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;We have a requirement to display Applicants, Interviewed candidated, offered and Hired ones in funnel chart in our organization.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;All Hired candidates are interviewed and offered, all offered candidates are interviewed but may not be hired and all interviewed candidates may or may not be offered/hired. This data need to be grouped in funnel chart. Please help to achieve this.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 14 Mar 2021 06:44:27 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Create-group-from-multiple-columns-for-funnel-chart/m-p/1720648#M35586</guid>
      <dc:creator>lokeshb31</dc:creator>
      <dc:date>2021-03-14T06:44:27Z</dc:date>
    </item>
    <item>
      <title>Re: Create group from multiple columns for funnel chart</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Create-group-from-multiple-columns-for-funnel-chart/m-p/1721772#M35618</link>
      <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="278493" data-lia-user-login="lokeshb31" class="lia-mention lia-mention-user"&gt;lokeshb31&lt;/a&gt; , In funnel visual you can use all measures. Do not add group &lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;examples&lt;/P&gt;
&lt;P&gt;Applicants = count(Table[candidate_id]) &lt;/P&gt;
&lt;P&gt;Hired= calculate(count(Table[candidate_id]), filter(Table , Table[Hired] ="Yes"))&lt;/P&gt;
&lt;P&gt;Interviewed = calculate(count(Table[candidate_id]), filter(Table , Table[Interviewed] ="Yes"))&lt;/P&gt;
&lt;P&gt;offered = calculate(count(Table[candidate_id]), filter(Table , Table[Interviewed] ="offered"))&lt;/P&gt;</description>
      <pubDate>Mon, 15 Mar 2021 07:47:57 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Create-group-from-multiple-columns-for-funnel-chart/m-p/1721772#M35618</guid>
      <dc:creator>amitchandak</dc:creator>
      <dc:date>2021-03-15T07:47:57Z</dc:date>
    </item>
    <item>
      <title>Re: Create group from multiple columns for funnel chart</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Create-group-from-multiple-columns-for-funnel-chart/m-p/1722180#M35627</link>
      <description>&lt;P&gt;Thanks Amit. I did not think of that we can use all values and group can be blank for funnel. It worked.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 19 Mar 2021 08:45:09 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Create-group-from-multiple-columns-for-funnel-chart/m-p/1722180#M35627</guid>
      <dc:creator>lokeshb31</dc:creator>
      <dc:date>2021-03-19T08:45:09Z</dc:date>
    </item>
  </channel>
</rss>

