<?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: identifying themes and doing sentiment analysis in text analytics using Power BI in Developer</title>
    <link>https://community.fabric.microsoft.com/t5/Developer/identifying-themes-and-doing-sentiment-analysis-in-text/m-p/76548#M2633</link>
    <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="15080" data-lia-user-login="chandramouli" class="lia-mention lia-mention-user"&gt;chandramouli﻿&lt;/a&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;In this case, try to create a calculated column. If the real data is not as cleaning as the sample, you may need some extra data cleaning work(not in Power BI). The best option would be classifying the comment when inputing, eg using some droplist having the themes and save the themes along with comment.&lt;/P&gt;
&lt;PRE&gt;themes = 
SWITCH (
    TRUE (),
    TRUE ()
        &amp;amp;&amp;amp; SEARCH ( "manager", Table[Comment],, 0 ) &amp;gt; 0, "manager",
    TRUE ()
        &amp;amp;&amp;amp; SEARCH ( "infrastructure", Table[Comment],, 0 ) &amp;gt; 0, "infrastructure",
    TRUE ()
        &amp;amp;&amp;amp; SEARCH ( "R&amp;amp;D", Table[Comment],, 0 ) &amp;gt; 0, "R&amp;amp;D"
)&lt;/PRE&gt;
&lt;P&gt;&lt;img /&gt;&lt;/P&gt;</description>
    <pubDate>Mon, 10 Oct 2016 02:11:55 GMT</pubDate>
    <dc:creator>Eric_Zhang</dc:creator>
    <dc:date>2016-10-10T02:11:55Z</dc:date>
    <item>
      <title>identifying themes and doing sentiment analysis in text analytics using Power BI</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/identifying-themes-and-doing-sentiment-analysis-in-text/m-p/74927#M2541</link>
      <description>&lt;P&gt;Suppose if there are about 8000 ought records and the responses do not have a central theme ...such that some of the responses aare about a particular product, some about the infrastructure, some about the process...the requirement is to seperate the themes and then do the sentimental analysis on them...can someone please throw light on how is to be done in power BI&lt;/P&gt;</description>
      <pubDate>Tue, 04 Oct 2016 18:25:36 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/identifying-themes-and-doing-sentiment-analysis-in-text/m-p/74927#M2541</guid>
      <dc:creator>chandramouli</dc:creator>
      <dc:date>2016-10-04T18:25:36Z</dc:date>
    </item>
    <item>
      <title>Re: identifying themes and doing sentiment analysis in text analytics using Power BI</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/identifying-themes-and-doing-sentiment-analysis-in-text/m-p/75612#M2580</link>
      <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="15080" data-lia-user-login="chandramouli" class="lia-mention lia-mention-user"&gt;chandramouli﻿&lt;/a&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Is there any column indicating what the row is about in your records? Please give some sample and be more specific.&lt;/P&gt;</description>
      <pubDate>Thu, 06 Oct 2016 06:52:06 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/identifying-themes-and-doing-sentiment-analysis-in-text/m-p/75612#M2580</guid>
      <dc:creator>Eric_Zhang</dc:creator>
      <dc:date>2016-10-06T06:52:06Z</dc:date>
    </item>
    <item>
      <title>Re: identifying themes and doing sentiment analysis in text analytics using Power BI</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/identifying-themes-and-doing-sentiment-analysis-in-text/m-p/76255#M2620</link>
      <description>&lt;P&gt;Hi Eric,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Please below the sample file that I am talking about&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;TABLE&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;Comment&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;Employee ID&amp;nbsp;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;My manager has good knowledge on statistics&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;101&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;The&amp;nbsp; infrastructure of my company is sufficient for all purposes&lt;/TD&gt;&lt;TD&gt;312&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;Managers in my business unit have a lot of work&lt;/TD&gt;&lt;TD&gt;132&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;The R&amp;amp;D business unit of my company is pretty good&lt;/TD&gt;&lt;TD&gt;101&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;My manager gives me a lot of work&lt;/TD&gt;&lt;TD&gt;345&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;My company has good infrastructure for research&lt;/TD&gt;&lt;TD&gt;456&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;Managers in my business unit follow processes strictly&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;836&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;My Company has excellent infrastructure for development&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;98&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;The R&amp;amp;D business unit of my company has a lot of opportunity to develop new patents&lt;/TD&gt;&lt;TD&gt;906&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;All Managers at my company are well trained&lt;/TD&gt;&lt;TD&gt;567&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Here I want PowerBI to classify the topics infrastructure, manager and R&amp;amp;D andd provide me sentiment analysis on the same...Please let me know how should I &amp;nbsp;go about it&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 07 Oct 2016 16:21:35 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/identifying-themes-and-doing-sentiment-analysis-in-text/m-p/76255#M2620</guid>
      <dc:creator>chandramouli</dc:creator>
      <dc:date>2016-10-07T16:21:35Z</dc:date>
    </item>
    <item>
      <title>Re: identifying themes and doing sentiment analysis in text analytics using Power BI</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/identifying-themes-and-doing-sentiment-analysis-in-text/m-p/76276#M2640</link>
      <description>&lt;P&gt;Hi All.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am trying to do the sentiment analysis for the following statements but trying to categorize them first by keywords and then do the analysis. Please find below the sample.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;TABLE&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;Comment&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;Employee ID&amp;nbsp;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;My manager has good knowledge on statistics&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;101&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;The&amp;nbsp; infrastructure of my company is sufficient for all purposes&lt;/TD&gt;&lt;TD&gt;312&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;Managers in my business unit have a lot of work&lt;/TD&gt;&lt;TD&gt;132&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;The R&amp;amp;D business unit of my Company is pretty good&lt;/TD&gt;&lt;TD&gt;101&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;My manager gives me a lot of work&lt;/TD&gt;&lt;TD&gt;345&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;My Company has good infrastructure for research&lt;/TD&gt;&lt;TD&gt;456&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;Managers in my business unit follow processes strictly&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;836&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;My Company has excellent infrastructure for development&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;98&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;The R&amp;amp;D business unit of My Company has a lot of opportunity to develop new patents&lt;/TD&gt;&lt;TD&gt;906&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;All Managers at My Company are well trained&lt;/TD&gt;&lt;TD&gt;567&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;So I want to categorize by keywords "manager", "R&amp;amp;D", "Infrastructure" and then do the sentiment analysis . I am trying to use the nested if statement for the same... So I need to search for these words for each line and then do the sentiment analysis. Can some one please help me with the same...&lt;/P&gt;</description>
      <pubDate>Fri, 07 Oct 2016 18:23:10 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/identifying-themes-and-doing-sentiment-analysis-in-text/m-p/76276#M2640</guid>
      <dc:creator>chandramouli</dc:creator>
      <dc:date>2016-10-07T18:23:10Z</dc:date>
    </item>
    <item>
      <title>Re: identifying themes and doing sentiment analysis in text analytics using Power BI</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/identifying-themes-and-doing-sentiment-analysis-in-text/m-p/76548#M2633</link>
      <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="15080" data-lia-user-login="chandramouli" class="lia-mention lia-mention-user"&gt;chandramouli﻿&lt;/a&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;In this case, try to create a calculated column. If the real data is not as cleaning as the sample, you may need some extra data cleaning work(not in Power BI). The best option would be classifying the comment when inputing, eg using some droplist having the themes and save the themes along with comment.&lt;/P&gt;
&lt;PRE&gt;themes = 
SWITCH (
    TRUE (),
    TRUE ()
        &amp;amp;&amp;amp; SEARCH ( "manager", Table[Comment],, 0 ) &amp;gt; 0, "manager",
    TRUE ()
        &amp;amp;&amp;amp; SEARCH ( "infrastructure", Table[Comment],, 0 ) &amp;gt; 0, "infrastructure",
    TRUE ()
        &amp;amp;&amp;amp; SEARCH ( "R&amp;amp;D", Table[Comment],, 0 ) &amp;gt; 0, "R&amp;amp;D"
)&lt;/PRE&gt;
&lt;P&gt;&lt;img /&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 10 Oct 2016 02:11:55 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/identifying-themes-and-doing-sentiment-analysis-in-text/m-p/76548#M2633</guid>
      <dc:creator>Eric_Zhang</dc:creator>
      <dc:date>2016-10-10T02:11:55Z</dc:date>
    </item>
    <item>
      <title>Re: identifying themes and doing sentiment analysis in text analytics using Power BI</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/identifying-themes-and-doing-sentiment-analysis-in-text/m-p/76832#M2650</link>
      <description>&lt;P&gt;Hi Eric,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks a lot for your help!.. This works.:) Excited....Also can you please let me know if it is possible to create Word clouds in Power BI..&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Arun&lt;/P&gt;</description>
      <pubDate>Mon, 10 Oct 2016 15:07:18 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/identifying-themes-and-doing-sentiment-analysis-in-text/m-p/76832#M2650</guid>
      <dc:creator>chandramouli</dc:creator>
      <dc:date>2016-10-10T15:07:18Z</dc:date>
    </item>
    <item>
      <title>Re: identifying themes and doing sentiment analysis in text analytics using Power BI</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/identifying-themes-and-doing-sentiment-analysis-in-text/m-p/76954#M2655</link>
      <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="15080" data-lia-user-login="chandramouli" class="lia-mention lia-mention-user"&gt;chandramouli﻿&lt;/a&gt;&lt;/P&gt;&lt;P&gt;You can download the &lt;A href="https://app.powerbi.com/visuals/show/WordCloud1447959067750" target="_self"&gt;WordCloud&lt;/A&gt; visual.&lt;/P&gt;</description>
      <pubDate>Tue, 11 Oct 2016 01:30:48 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/identifying-themes-and-doing-sentiment-analysis-in-text/m-p/76954#M2655</guid>
      <dc:creator>Eric_Zhang</dc:creator>
      <dc:date>2016-10-11T01:30:48Z</dc:date>
    </item>
  </channel>
</rss>

