<?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 Incorrect representation of Bar Graph using R Code in Power BI in Developer</title>
    <link>https://community.fabric.microsoft.com/t5/Developer/Incorrect-representation-of-Bar-Graph-using-R-Code-in-Power-BI/m-p/377190#M11224</link>
    <description>&lt;P&gt;Hello Everyone,&lt;BR /&gt;&lt;BR /&gt;This issue is related to replication of a graph/pattern&amp;nbsp;in Power BI using R code.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;DIV&gt;This is our Dataset -&lt;/DIV&gt;&lt;DIV&gt;&lt;DIV&gt;A,B,C&lt;/DIV&gt;&lt;DIV&gt;0,0,1&lt;/DIV&gt;&lt;DIV&gt;0,1,0&lt;/DIV&gt;&lt;DIV&gt;0,1,1&lt;/DIV&gt;&lt;DIV&gt;1,0,0&lt;/DIV&gt;&lt;DIV&gt;1,1,0&lt;/DIV&gt;&lt;DIV&gt;1,1,0&lt;/DIV&gt;&lt;DIV&gt;1,1,1&lt;/DIV&gt;&lt;DIV&gt;1,1,1&lt;/DIV&gt;&lt;/DIV&gt;&lt;P&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;DIV&gt;Rcode :&lt;/DIV&gt;&lt;DIV&gt;&lt;DIV&gt;data &amp;lt;- fread('C:/Users/kkuncham/Downloads/test_upset.txt', sep=',')&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;require('UpSetR','C:/Users/kkuncham/Library')&lt;/DIV&gt;&lt;DIV&gt;library(UpSetR)&lt;BR /&gt;&lt;BR /&gt;This is the graph in R -&lt;BR /&gt;&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="graph in R.png" style="width: 600px;"&gt;&lt;img src="https://community.fabric.microsoft.com/t5/image/serverpage/image-id/86497i98237700FBAE8257/image-size/large?v=v2&amp;amp;px=999" role="button" title="graph in R.png" alt="graph in R.png" /&gt;&lt;/span&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;BR /&gt;When I try to replicate the below-mentioned code in&amp;nbsp; Power BI-&lt;BR /&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;DIV&gt;require('data.table','C:/Users/kkuncham/Library')&lt;/DIV&gt;&lt;DIV&gt;library(data.table)&lt;/DIV&gt;&lt;DIV&gt;data = as.data.table(dataset)&lt;/DIV&gt;&lt;DIV&gt;require('UpSetR','C:/Users/kkuncham/Library')&lt;/DIV&gt;&lt;DIV&gt;library(UpSetR)&lt;/DIV&gt;&lt;DIV&gt;upset(data )&lt;BR /&gt;&lt;BR /&gt;I see this graph, "Bar Graphs" are incorrectly&amp;nbsp;plotted -&lt;BR /&gt;&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="graph in Power BI.png" style="width: 330px;"&gt;&lt;img src="https://community.fabric.microsoft.com/t5/image/serverpage/image-id/86501iD795052D651A6EBF/image-size/large?v=v2&amp;amp;px=999" role="button" title="graph in Power BI.png" alt="graph in Power BI.png" /&gt;&lt;/span&gt;&lt;BR /&gt;I would really appreciate if anyone can help me&amp;nbsp;with this. Thanks.&lt;BR /&gt;&lt;BR /&gt;Best Regards,&lt;BR /&gt;Vivek L&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
    <pubDate>Thu, 15 Mar 2018 17:12:59 GMT</pubDate>
    <dc:creator>vlengure</dc:creator>
    <dc:date>2018-03-15T17:12:59Z</dc:date>
    <item>
      <title>Incorrect representation of Bar Graph using R Code in Power BI</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Incorrect-representation-of-Bar-Graph-using-R-Code-in-Power-BI/m-p/377190#M11224</link>
      <description>&lt;P&gt;Hello Everyone,&lt;BR /&gt;&lt;BR /&gt;This issue is related to replication of a graph/pattern&amp;nbsp;in Power BI using R code.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;DIV&gt;This is our Dataset -&lt;/DIV&gt;&lt;DIV&gt;&lt;DIV&gt;A,B,C&lt;/DIV&gt;&lt;DIV&gt;0,0,1&lt;/DIV&gt;&lt;DIV&gt;0,1,0&lt;/DIV&gt;&lt;DIV&gt;0,1,1&lt;/DIV&gt;&lt;DIV&gt;1,0,0&lt;/DIV&gt;&lt;DIV&gt;1,1,0&lt;/DIV&gt;&lt;DIV&gt;1,1,0&lt;/DIV&gt;&lt;DIV&gt;1,1,1&lt;/DIV&gt;&lt;DIV&gt;1,1,1&lt;/DIV&gt;&lt;/DIV&gt;&lt;P&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;DIV&gt;Rcode :&lt;/DIV&gt;&lt;DIV&gt;&lt;DIV&gt;data &amp;lt;- fread('C:/Users/kkuncham/Downloads/test_upset.txt', sep=',')&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;require('UpSetR','C:/Users/kkuncham/Library')&lt;/DIV&gt;&lt;DIV&gt;library(UpSetR)&lt;BR /&gt;&lt;BR /&gt;This is the graph in R -&lt;BR /&gt;&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="graph in R.png" style="width: 600px;"&gt;&lt;img src="https://community.fabric.microsoft.com/t5/image/serverpage/image-id/86497i98237700FBAE8257/image-size/large?v=v2&amp;amp;px=999" role="button" title="graph in R.png" alt="graph in R.png" /&gt;&lt;/span&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;BR /&gt;When I try to replicate the below-mentioned code in&amp;nbsp; Power BI-&lt;BR /&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;DIV&gt;require('data.table','C:/Users/kkuncham/Library')&lt;/DIV&gt;&lt;DIV&gt;library(data.table)&lt;/DIV&gt;&lt;DIV&gt;data = as.data.table(dataset)&lt;/DIV&gt;&lt;DIV&gt;require('UpSetR','C:/Users/kkuncham/Library')&lt;/DIV&gt;&lt;DIV&gt;library(UpSetR)&lt;/DIV&gt;&lt;DIV&gt;upset(data )&lt;BR /&gt;&lt;BR /&gt;I see this graph, "Bar Graphs" are incorrectly&amp;nbsp;plotted -&lt;BR /&gt;&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="graph in Power BI.png" style="width: 330px;"&gt;&lt;img src="https://community.fabric.microsoft.com/t5/image/serverpage/image-id/86501iD795052D651A6EBF/image-size/large?v=v2&amp;amp;px=999" role="button" title="graph in Power BI.png" alt="graph in Power BI.png" /&gt;&lt;/span&gt;&lt;BR /&gt;I would really appreciate if anyone can help me&amp;nbsp;with this. Thanks.&lt;BR /&gt;&lt;BR /&gt;Best Regards,&lt;BR /&gt;Vivek L&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Thu, 15 Mar 2018 17:12:59 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Incorrect-representation-of-Bar-Graph-using-R-Code-in-Power-BI/m-p/377190#M11224</guid>
      <dc:creator>vlengure</dc:creator>
      <dc:date>2018-03-15T17:12:59Z</dc:date>
    </item>
    <item>
      <title>Re: Incorrect representation of Bar Graph using R Code in Power BI</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Incorrect-representation-of-Bar-Graph-using-R-Code-in-Power-BI/m-p/378777#M11272</link>
      <description>&lt;P&gt;Would you please share the Library file for further investigation?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The file should be stored in:&lt;/P&gt;&lt;P&gt;C:/Users/kkuncham/Library&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I suspect the display error might be caused by the Library execution.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Michael&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 19 Mar 2018 09:45:16 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Incorrect-representation-of-Bar-Graph-using-R-Code-in-Power-BI/m-p/378777#M11272</guid>
      <dc:creator>v-micsh-msft</dc:creator>
      <dc:date>2018-03-19T09:45:16Z</dc:date>
    </item>
    <item>
      <title>Re: Incorrect representation of Bar Graph using R Code in Power BI</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Incorrect-representation-of-Bar-Graph-using-R-Code-in-Power-BI/m-p/381029#M11317</link>
      <description>&lt;P&gt;Hey Michael,&lt;BR /&gt;&lt;BR /&gt;Apologies for the detail. I was able to solve the problem by addressing the removal of the duplicates issue. I created an extra measure to fix it.&lt;BR /&gt;&lt;BR /&gt;Thanks for your attention and time. I really appreciate it.&lt;BR /&gt;&lt;BR /&gt;Best Regards,&lt;BR /&gt;Vivek L&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 21 Mar 2018 16:59:51 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Incorrect-representation-of-Bar-Graph-using-R-Code-in-Power-BI/m-p/381029#M11317</guid>
      <dc:creator>vlengure</dc:creator>
      <dc:date>2018-03-21T16:59:51Z</dc:date>
    </item>
  </channel>
</rss>

