<?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>R Script Showcase topics</title>
    <link>https://community.fabric.microsoft.com/t5/R-Script-Showcase/bd-p/RVisuals</link>
    <description>R Script Showcase topics</description>
    <pubDate>Fri, 18 Sep 2026 09:41:13 GMT</pubDate>
    <dc:creator>RVisuals</dc:creator>
    <dc:date>2026-09-18T09:41:13Z</dc:date>
    <item>
      <title>How do I uncover this</title>
      <link>https://community.fabric.microsoft.com/t5/R-Script-Showcase/How-do-I-uncover-this/m-p/4107460#M387</link>
      <description />
      <pubDate>Mon, 19 Aug 2024 17:41:22 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/R-Script-Showcase/How-do-I-uncover-this/m-p/4107460#M387</guid>
      <dc:creator>Denyz</dc:creator>
      <dc:date>2024-08-19T17:41:22Z</dc:date>
    </item>
    <item>
      <title>Motion Chart and 3D Cube in PowerBI</title>
      <link>https://community.fabric.microsoft.com/t5/R-Script-Showcase/Motion-Chart-and-3D-Cube-in-PowerBI/m-p/2972452#M369</link>
      <description>&lt;P class="lia-align-center"&gt;&lt;STRONG&gt;Select between the visuals using the select boxes at the top of the screen.&amp;nbsp;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I always wanted to be able to have a decent motion chart and draggable 3D cube in Power BI.&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Select between the visuals using the select boxes at the top of the screen.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I tried to use code from the packages that render these visualizations using MS R and Power BI, but my efforts were unsuccessful.&lt;/P&gt;&lt;P&gt;What did work was using the HTML visualizer from the PBI Marketplace. &amp;nbsp;I exported the HTML from the R Studio for the motion cart and the cube, and then dropped the files into webspace. &amp;nbsp;Once I added the URLs to the visualizer in PBI and published it to the web, I finally got what I wanted.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Yeah, it’s quite a bit of a hack, but I’m happy anyway.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Note that you can rotate the cube, select items on the legend, and push the play button on the motion chart.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="reportid hidden"&gt;eyJrIjoiMTAyOGYwYzctZTNiOC00YWIyLTkwOWItNTZkOTU4Yjg5NTBiIiwidCI6ImI2YjQ5MDAxLThiM2YtNDNmYS05OWExLTcwNmU4YzdlMzU5OCIsImMiOjZ9&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 15 Aug 2026 14:00:07 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/R-Script-Showcase/Motion-Chart-and-3D-Cube-in-PowerBI/m-p/2972452#M369</guid>
      <dc:creator>boosalis</dc:creator>
      <dc:date>2026-08-15T14:00:07Z</dc:date>
    </item>
    <item>
      <title>South of France Restaurant Concentration - Choropleth Map</title>
      <link>https://community.fabric.microsoft.com/t5/R-Script-Showcase/South-of-France-Restaurant-Concentration-Choropleth-Map/m-p/2617301#M365</link>
      <description />
      <pubDate>Mon, 04 Jul 2022 11:19:55 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/R-Script-Showcase/South-of-France-Restaurant-Concentration-Choropleth-Map/m-p/2617301#M365</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2022-07-04T11:19:55Z</dc:date>
    </item>
    <item>
      <title>Não remover linhas duplicadas no Power BI usando R e deixar eixos dos histogramas invisíveis</title>
      <link>https://community.fabric.microsoft.com/t5/R-Script-Showcase/N%C3%A3o-remover-linhas-duplicadas-no-Power-BI-usando-R-e-deixar/m-p/2226155#M362</link>
      <description>&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;Olá a todos!&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;Gostaria de saber se usando hist() existe alguma maneira de deixar os eixos invisíveis e se no power bi tem uma forma de fazê-lo não remover as linhas com valores duplicados&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;Segue abaixo código feito até agora&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;# O código a seguir para criar um dataframe e remover as linhas duplicadas sempre é executado e age como um preâmbulo para o script: &lt;/SPAN&gt;&lt;/DIV&gt;&lt;BR /&gt;&lt;DIV&gt;&lt;SPAN&gt;# dataset &amp;lt;- data.frame(Granulometria)&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;# dataset &amp;lt;- unique(dataset)&lt;/SPAN&gt;&lt;/DIV&gt;&lt;BR /&gt;&lt;DIV&gt;&lt;SPAN&gt;# Cole ou digite aqui seu código de script:&lt;/SPAN&gt;&lt;/DIV&gt;&lt;BR /&gt;&lt;DIV&gt;&lt;SPAN&gt;bp&lt;/SPAN&gt;&lt;SPAN&gt;=&lt;/SPAN&gt;&lt;SPAN&gt;hist&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;dataset&lt;/SPAN&gt;&lt;SPAN&gt;$&lt;/SPAN&gt;&lt;SPAN&gt;Granulometria&lt;/SPAN&gt;&lt;SPAN&gt;, &lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;breaks&lt;/SPAN&gt;&lt;SPAN&gt; = &lt;/SPAN&gt;&lt;SPAN&gt;c&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;45&lt;/SPAN&gt;&lt;SPAN&gt;,&lt;/SPAN&gt;&lt;SPAN&gt;47&lt;/SPAN&gt;&lt;SPAN&gt;,&lt;/SPAN&gt;&lt;SPAN&gt;49&lt;/SPAN&gt;&lt;SPAN&gt;,&lt;/SPAN&gt;&lt;SPAN&gt;51&lt;/SPAN&gt;&lt;SPAN&gt;,&lt;/SPAN&gt;&lt;SPAN&gt;53&lt;/SPAN&gt;&lt;SPAN&gt;,&lt;/SPAN&gt;&lt;SPAN&gt;55&lt;/SPAN&gt;&lt;SPAN&gt;), &lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;main&lt;/SPAN&gt;&lt;SPAN&gt;=&lt;/SPAN&gt;&lt;SPAN&gt;""&lt;/SPAN&gt;&lt;SPAN&gt;,&lt;/SPAN&gt;&lt;SPAN&gt;xlab&lt;/SPAN&gt;&lt;SPAN&gt;=&lt;/SPAN&gt;&lt;SPAN&gt;""&lt;/SPAN&gt;&lt;SPAN&gt;, &lt;/SPAN&gt;&lt;SPAN&gt;ylab&lt;/SPAN&gt;&lt;SPAN&gt;=&lt;/SPAN&gt;&lt;SPAN&gt;""&lt;/SPAN&gt;&lt;SPAN&gt;,&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;col&lt;/SPAN&gt;&lt;SPAN&gt; = &lt;/SPAN&gt;&lt;SPAN&gt;c&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;"pink"&lt;/SPAN&gt;&lt;SPAN&gt;), &lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;border&lt;/SPAN&gt;&lt;SPAN&gt; = &lt;/SPAN&gt;&lt;SPAN&gt;FALSE&lt;/SPAN&gt;&lt;SPAN&gt;, &lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;xlim&lt;/SPAN&gt;&lt;SPAN&gt; = &lt;/SPAN&gt;&lt;SPAN&gt;c&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;45&lt;/SPAN&gt;&lt;SPAN&gt;,&lt;/SPAN&gt;&lt;SPAN&gt;55&lt;/SPAN&gt;&lt;SPAN&gt;),&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;labels&lt;/SPAN&gt;&lt;SPAN&gt; = &lt;/SPAN&gt;&lt;SPAN&gt;FALSE&lt;/SPAN&gt;&lt;SPAN&gt;)&lt;/SPAN&gt;&lt;/DIV&gt;&lt;BR /&gt;&lt;DIV&gt;&lt;SPAN&gt;text&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;x&lt;/SPAN&gt;&lt;SPAN&gt;=&lt;/SPAN&gt;&lt;SPAN&gt;bp&lt;/SPAN&gt;&lt;SPAN&gt;$&lt;/SPAN&gt;&lt;SPAN&gt;mids&lt;/SPAN&gt;&lt;SPAN&gt;, &lt;/SPAN&gt;&lt;SPAN&gt;y&lt;/SPAN&gt;&lt;SPAN&gt;=&lt;/SPAN&gt;&lt;SPAN&gt;bp&lt;/SPAN&gt;&lt;SPAN&gt;$&lt;/SPAN&gt;&lt;SPAN&gt;counts&lt;/SPAN&gt;&lt;SPAN&gt;, &lt;/SPAN&gt;&lt;SPAN&gt;labels&lt;/SPAN&gt;&lt;SPAN&gt;=&lt;/SPAN&gt;&lt;SPAN&gt;bp&lt;/SPAN&gt;&lt;SPAN&gt;$&lt;/SPAN&gt;&lt;SPAN&gt;counts&lt;/SPAN&gt;&lt;SPAN&gt; ,&lt;/SPAN&gt;&lt;SPAN&gt;cex&lt;/SPAN&gt;&lt;SPAN&gt;=&lt;/SPAN&gt;&lt;SPAN&gt;2&lt;/SPAN&gt;&lt;SPAN&gt;,&lt;/SPAN&gt;&lt;SPAN&gt;pos&lt;/SPAN&gt;&lt;SPAN&gt;=&lt;/SPAN&gt;&lt;SPAN&gt;1&lt;/SPAN&gt;&lt;SPAN&gt;)&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Tue, 07 Dec 2021 18:26:02 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/R-Script-Showcase/N%C3%A3o-remover-linhas-duplicadas-no-Power-BI-usando-R-e-deixar/m-p/2226155#M362</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2021-12-07T18:26:02Z</dc:date>
    </item>
    <item>
      <title>descriptive statistics in R / Power Bi</title>
      <link>https://community.fabric.microsoft.com/t5/R-Script-Showcase/descriptive-statistics-in-R-Power-Bi/m-p/2103821#M359</link>
      <description>&lt;P&gt;Hello, this is my first submision.&lt;/P&gt;&lt;P&gt;I'd like some opinions.&amp;nbsp;&lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Slicer bar change chemical element using DAX, Selected Value&amp;nbsp;&lt;/P&gt;&lt;P&gt;Histogram , box plot and table is an R scrip&lt;/P&gt;&lt;P&gt;trend is Powerbi chart&lt;/P&gt;&lt;P&gt;greetings&lt;/P&gt;</description>
      <pubDate>Tue, 28 Sep 2021 20:11:49 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/R-Script-Showcase/descriptive-statistics-in-R-Power-Bi/m-p/2103821#M359</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2021-09-28T20:11:49Z</dc:date>
    </item>
    <item>
      <title>Connecting Wikidata to Power BI using R</title>
      <link>https://community.fabric.microsoft.com/t5/R-Script-Showcase/Connecting-Wikidata-to-Power-BI-using-R/m-p/2008904#M355</link>
      <description>&lt;P&gt;&lt;SPAN&gt;&lt;img /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Description&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Provides the ability to run a query written for&amp;nbsp;Wikidata and create a dataset from the output for import into Power BI.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Example&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Taking&amp;nbsp;Wikidata&amp;nbsp;relating to the location of where ships were wrecked off the coast of Scotland UK and plotting these locations on a map provided by&amp;nbsp;esri which shows oil &amp;amp; gas licencing&amp;nbsp;blocks on the UK Continental Shelf.&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;This provides an&amp;nbsp;example of how easy it can be to combine two different resources into one map.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;EM&gt;Note:&amp;nbsp;&amp;nbsp;This report has been created purely to demonstrate how datasets from distinct providers can be combined on a map. The accuracy of the underlying data has not been checked by the report owner. Also note that the locations are where the ships were wrecked, it does not mean that the ships are still there today.&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Prerequisite&lt;/STRONG&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;SPAN&gt;R required to be installed on local computer along with required R package.&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN&gt;In Power BI ensure 'R scripting' is set up in 'Options'&lt;/SPAN&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;STRONG&gt;Required R package&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;WikidataQueryServiceR&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;R code used in example&amp;nbsp;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;SPAN&gt;Disclaimers:&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;The&amp;nbsp;pbix&amp;nbsp;file attached contains third party data and&amp;nbsp;third party&amp;nbsp;resources.&amp;nbsp; Their terms of service and&amp;nbsp;licensing&amp;nbsp;requirements should be respected and compiled with.&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Pauline Cairns&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 10 Aug 2021 19:32:39 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/R-Script-Showcase/Connecting-Wikidata-to-Power-BI-using-R/m-p/2008904#M355</guid>
      <dc:creator>DataKnowledge</dc:creator>
      <dc:date>2021-08-10T19:32:39Z</dc:date>
    </item>
    <item>
      <title>COMPARTILHAR</title>
      <link>https://community.fabric.microsoft.com/t5/R-Script-Showcase/COMPARTILHAR/m-p/1778307#M353</link>
      <description>&lt;P&gt;Olá,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Pessoal,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Quero compartilhar meu painel na web mas a conta pede um administrador... E mesmo seguindo toooodos os vídeos do youtube, não consegui compartilhar meu painel...&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;O que preciso é compartilhar apenas a visualização e filtro de forma que não seja necessário login e senha....&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Alguém tem um caminho fácil???&lt;/P&gt;&lt;P&gt;ou até incorporar em alguma plataforma que tenha a funcionalidade que preciso&lt;/P&gt;</description>
      <pubDate>Sun, 11 Apr 2021 05:22:34 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/R-Script-Showcase/COMPARTILHAR/m-p/1778307#M353</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2021-04-11T05:22:34Z</dc:date>
    </item>
    <item>
      <title>Matrix Bubble Chart</title>
      <link>https://community.fabric.microsoft.com/t5/R-Script-Showcase/Matrix-Bubble-Chart/m-p/1683865#M352</link>
      <description>&lt;H1&gt;What&lt;/H1&gt;&lt;P&gt;A powerful Power BI R visual, matrix bubble chart, to analyze three measures (facts) with two selected dimensions.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;H1&gt;&amp;nbsp;&lt;/H1&gt;&lt;H1&gt;&amp;nbsp;&lt;/H1&gt;&lt;H1&gt;How&lt;/H1&gt;&lt;P&gt;One needs to have R installed on the computer or to the server / enabled in the cloud environment.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;Here is a guide to get started:&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;A href="https://docs.microsoft.com/en-us/power-bi/create-reports/desktop-r-visuals" target="_blank" rel="nofollow noopener"&gt;https://docs.microsoft.com/en-us/power-bi/create-reports/desktop-r-visuals&lt;/A&gt;&lt;BR /&gt;Here is a link to some details:&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;A href="https://docs.microsoft.com/en-us/power-bi/visuals/service-r-visuals" target="_blank" rel="nofollow noopener"&gt;https://docs.microsoft.com/en-us/power-bi/visuals/service-r-visuals&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;H1&gt;Analysis example&lt;/H1&gt;&lt;UL&gt;&lt;LI&gt;The edge color of a bubble tells about the margin % of a product.&lt;/LI&gt;&lt;LI&gt;The fill color of a bubble tells about the % of opportunities won (hitrate) of a product.&lt;/LI&gt;&lt;LI&gt;The bubble size illustrates the number of the opportunities.&lt;/LI&gt;&lt;LI&gt;In the X-axis is the product dimension.&lt;/LI&gt;&lt;LI&gt;In the Y-axis is the free feature bundle given together with the product dimension.&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;This could be an example from the car industry. The question could be what bundles we want to offer with what products and how should we price the product &amp;amp; bundle combinations.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;See my blog post for an example use case:&lt;/P&gt;&lt;P&gt;&lt;A href="https://www.plainlyresults.com/blog/power-bi-r-matrix-bubble-chart-sales-opportunity-analysis/" target="_blank" rel="noopener"&gt;https://www.plainlyresults.com/blog/power-bi-r-matrix-bubble-chart-sales-opportunity-analysis/&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;H1&gt;CODE&lt;/H1&gt;&lt;P&gt;&lt;FONT face="arial,helvetica,sans-serif"&gt;Add in your Power BI R visual the code below the "Paste or type your script code here:" text.&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;#change lib path to were you have ggplot2 and scales installed &lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;library(ggplot2, lib="D:/Program Files/R/R-3.6.3/library") &lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;require(ggplot2)&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;library(scales, lib="D:/Program Files/R/R-3.6.3/library") &lt;/FONT&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;#change columns Product, Free_feature_bundle, dataset$... to your columns in the Power BI model selected to the R visual&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;ggplot(dataset, aes(x = Product, y = Free_feature_bundle, label = paste(round(dataset$Opportunity_count, digits=0), round(dataset$Hitrate_perc, digits=2)*100, round(dataset$Margin_perc, digits=2)*100, sep=";"))) +&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;geom_point(shape = 21, aes(size = round(dataset$Opportunity_count, digits=0) , fill = round(dataset$Hitrate_perc, digits=2)*100, color = round(dataset$Margin_perc, digits=2)*100, stroke = 3)) + &lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;geom_text(hjust = 1, size = 4) +&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;scale_size(range = c(15,50)) + #scaling of the bubbles&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;theme_bw()+ scale_fill_gradient2("Hitrate % (fill)", low=muted("red"), high=muted("green"), midpoint = &lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;mean(dataset$Hitrate_perc*100)) +theme_bw()+ scale_color_gradient2("Margin % (edges)", low=muted("red"), &lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;high=muted("green"), midpoint = mean(dataset$Margin_perc*100)) + labs(size = "Number of opportunities (size)")&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 23 Feb 2021 14:35:36 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/R-Script-Showcase/Matrix-Bubble-Chart/m-p/1683865#M352</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2021-02-23T14:35:36Z</dc:date>
    </item>
    <item>
      <title>R multiple visual in one: Regression Table and Boxplot</title>
      <link>https://community.fabric.microsoft.com/t5/R-Script-Showcase/R-multiple-visual-in-one-Regression-Table-and-Boxplot/m-p/1489786#M350</link>
      <description>&lt;P&gt;In this pbix File, we construct an analysis of Theory of change and create a R visual that gather a regression analysis and a Boxplot visual.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Theory of change is a theoritical relation between indicators:&lt;/P&gt;&lt;P&gt;Gestion&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;-&amp;gt; Output&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; -&amp;gt; Outcome&amp;nbsp; &amp;nbsp; &amp;nbsp;-&amp;gt; Impact&lt;/P&gt;&lt;P&gt;How&amp;nbsp; we do&amp;nbsp; &amp;nbsp; -&amp;gt; What&amp;nbsp; we do&amp;nbsp; &amp;nbsp;-&amp;gt; Why we do&amp;nbsp; -&amp;gt; General Objective&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 05 Feb 2025 10:29:35 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/R-Script-Showcase/R-multiple-visual-in-one-Regression-Table-and-Boxplot/m-p/1489786#M350</guid>
      <dc:creator>Quentin</dc:creator>
      <dc:date>2025-02-05T10:29:35Z</dc:date>
    </item>
    <item>
      <title>Topic and Sentiment Analysis Chart</title>
      <link>https://community.fabric.microsoft.com/t5/R-Script-Showcase/Topic-and-Sentiment-Analysis-Chart/m-p/1316618#M349</link>
      <description>&lt;P&gt;&lt;STRONG&gt;Author&lt;/STRONG&gt;: Sidharth Macherla&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Documentation + Source Code + Usage guide + Submit bugs + License are available at&amp;nbsp;&lt;A href="https://bit.ly/31n0jvT" target="_blank" rel="noopener"&gt;foyi digital library&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;U&gt;&lt;STRONG&gt;R Packages needed:&lt;/STRONG&gt;&lt;/U&gt;&lt;BR /&gt;library(tm)&lt;BR /&gt;library(topicmodels)&lt;BR /&gt;library(vader)&lt;/P&gt;&lt;P&gt;library(ggplot2)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;U&gt;Tested on:&lt;/U&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Windows 10, 64 Bit machine with R 3.5.3&lt;/P&gt;</description>
      <pubDate>Sat, 22 Aug 2020 21:57:27 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/R-Script-Showcase/Topic-and-Sentiment-Analysis-Chart/m-p/1316618#M349</guid>
      <dc:creator>SidMacherla</dc:creator>
      <dc:date>2020-08-22T21:57:27Z</dc:date>
    </item>
    <item>
      <title>Dot Plot Chart with line (gantt)</title>
      <link>https://community.fabric.microsoft.com/t5/R-Script-Showcase/Dot-Plot-Chart-with-line-gantt/m-p/1216954#M346</link>
      <description>&lt;H4&gt;&lt;img /&gt;&lt;/H4&gt;&lt;H4&gt;&amp;nbsp;&lt;/H4&gt;&lt;H4&gt;&lt;STRONG&gt;ABOUT&lt;/STRONG&gt;&lt;/H4&gt;&lt;P&gt;&lt;SPAN&gt;This chart is used to better show the flow of tasks, and facilitate the collaboration of different teams and the arrangement of tasks. Also, it has more uses, such as can be used as a historical chronology (as below)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;img /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;The source code has been attached, or you can click &lt;A href="https://github.com/DavisZHANG-BlogOnly/R-Plot" target="_self"&gt;here&lt;/A&gt; to get it and modify the parameters to customize the format of your chart.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;H4&gt;&amp;nbsp;&lt;/H4&gt;&lt;H4&gt;&lt;STRONG&gt;REQUIRED R PACKAGES&lt;/STRONG&gt;&lt;/H4&gt;&lt;P&gt;ggplot2&lt;/P&gt;&lt;H4&gt;&amp;nbsp;&lt;/H4&gt;&lt;H4&gt;&lt;STRONG&gt;TEST ON&lt;/STRONG&gt;&lt;/H4&gt;&lt;P&gt;R (Version 4.0.2 64-bit);&lt;/P&gt;&lt;P&gt;Power BI Desktop(2020-June 64-bit );&lt;/P&gt;&lt;P&gt;Power BI Service (Pro License Required)&lt;/P&gt;&lt;H4&gt;&amp;nbsp;&lt;/H4&gt;&lt;H4&gt;&lt;STRONG&gt;LEGAL DISCLAIMERS&lt;/STRONG&gt;&lt;/H4&gt;&lt;P&gt;&lt;A href="https://community.powerbi.com/t5/Gallery-Forum/Gallery-Terms-of-Service/td-p/242474" target="_self" rel="nofollow noreferrer noreferrer noreferrer"&gt;&lt;EM&gt;Terms of Service&lt;/EM&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 21 Jul 2020 01:42:21 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/R-Script-Showcase/Dot-Plot-Chart-with-line-gantt/m-p/1216954#M346</guid>
      <dc:creator>DavisBI</dc:creator>
      <dc:date>2020-07-21T01:42:21Z</dc:date>
    </item>
    <item>
      <title>Process Mining with the bupaR library</title>
      <link>https://community.fabric.microsoft.com/t5/R-Script-Showcase/Process-Mining-with-the-bupaR-library/m-p/1172002#M344</link>
      <description>&lt;P&gt;Hi everyone,&lt;/P&gt;&lt;P&gt;I created a little project that approaches the topic of Process Mining and uses the R library bupaR (&lt;A href="https://www.bupar.net/" target="_blank" rel="noopener"&gt;https://www.bupar.net/&lt;/A&gt;).&lt;BR /&gt;Some explanations can be found here in my blog:&amp;nbsp;&lt;A href="https://www.mmertens.eu/2020/06/process-mining-with-power-bi-and-r-visuals/&amp;nbsp;" target="_blank" rel="noopener"&gt;https://www.mmertens.eu/2020/06/process-mining-with-power-bi-and-r-visuals/&amp;nbsp;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;I used date from a competion at the ICMP Process Mining Conference: &lt;A href="https://icpmconference.org/2019/icpm-2019/contests-challenges/bpi-challenge-2019/" target="_blank" rel="noopener"&gt;https://icpmconference.org/2019/icpm-2019/contests-challenges/bpi-challenge-2019/&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The PBIX is attached, also a "standalone" R-Script for testing. And here is the link to the github repository:&amp;nbsp;&lt;A href="https://github.com/michael-mertens/Power-BI-R-Process-Mining" target="_blank" rel="noopener"&gt;https://github.com/michael-mertens/Power-BI-R-Process-Mining&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Finally, when I entered the subject, I was pointed to a very good blog post with the same topic that I hadn't seen before (because I searched only the "R Script Showcase" forum):&amp;nbsp;&lt;SPAN&gt;&lt;A href="https://community.powerbi.com/t5/Community-Blog/Business-Process-Analysis-in-PowerBI-using-R-visuals/ba-p/659401" target="_blank" rel="noopener"&gt;https://community.powerbi.com/t5/Community-Blog/Business-Process-Analysis-in-PowerBI-using-R-visuals/ba-p/659401&lt;/A&gt; from &lt;/SPAN&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="122102" data-lia-user-login="LeiQian" class="lia-mention lia-mention-user"&gt;LeiQian&lt;/a&gt;&lt;SPAN&gt;&amp;nbsp;.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Her explanations seem to be more detailed but the example is not attached.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards&lt;BR /&gt;Michael&lt;/P&gt;</description>
      <pubDate>Sat, 20 Jun 2020 14:44:16 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/R-Script-Showcase/Process-Mining-with-the-bupaR-library/m-p/1172002#M344</guid>
      <dc:creator>Michael_Mertens</dc:creator>
      <dc:date>2020-06-20T14:44:16Z</dc:date>
    </item>
    <item>
      <title>Sparklines in power bi Column under the Matrix visual</title>
      <link>https://community.fabric.microsoft.com/t5/R-Script-Showcase/Sparklines-in-power-bi-Column-under-the-Matrix-visual/m-p/1077271#M342</link>
      <description>&lt;P&gt;I have a dataset where I need the sparklines besides the % nos which is shown in the image.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Basically under metric visual I want the sparkline to be besides the value under that column.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;DIV class="mceNonEditable lia-copypaste-placeholder"&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class="mceNonEditable lia-copypaste-placeholder"&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class="mceNonEditable lia-copypaste-placeholder"&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class="mceNonEditable lia-copypaste-placeholder"&gt;&amp;nbsp;&lt;/DIV&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 06 May 2020 21:06:25 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/R-Script-Showcase/Sparklines-in-power-bi-Column-under-the-Matrix-visual/m-p/1077271#M342</guid>
      <dc:creator>v-nesaw</dc:creator>
      <dc:date>2020-05-06T21:06:25Z</dc:date>
    </item>
    <item>
      <title>SIMPLE K-CHART (Candlestick)</title>
      <link>https://community.fabric.microsoft.com/t5/R-Script-Showcase/SIMPLE-K-CHART-Candlestick/m-p/1013295#M341</link>
      <description>&lt;H4&gt;&lt;STRONG&gt;&lt;img /&gt;&lt;/STRONG&gt;&lt;/H4&gt;&lt;H4&gt;&amp;nbsp;&lt;/H4&gt;&lt;H4&gt;&lt;STRONG&gt;ABOUT&lt;/STRONG&gt;&lt;/H4&gt;&lt;P&gt;A simple k-chart generated by basic R.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;H4&gt;&lt;STRONG&gt;FEATURE&lt;/STRONG&gt;&lt;/H4&gt;&lt;P&gt;Ability to control R visualization using DAX&lt;BR /&gt;(such as switching colors, showing or hiding charts, changing calculation behavior, etc.)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;H4&gt;&amp;nbsp;&lt;/H4&gt;&lt;H4&gt;&lt;STRONG&gt;REQUIRED R PACKAGES&lt;/STRONG&gt;&lt;/H4&gt;&lt;P&gt;None&lt;/P&gt;&lt;H4&gt;&amp;nbsp;&lt;/H4&gt;&lt;H4&gt;&lt;STRONG&gt;TEST ON&lt;/STRONG&gt;&lt;/H4&gt;&lt;P&gt;Power BI Desktop(2.79.5768.721 64-bit ); Power BI Services (Pro License Required)&lt;/P&gt;&lt;H4&gt;&amp;nbsp;&lt;/H4&gt;&lt;H4&gt;&lt;STRONG&gt;LEGAL DISCLAIMERS&lt;/STRONG&gt;&lt;/H4&gt;&lt;P&gt;&lt;A href="https://community.powerbi.com/t5/Gallery-Forum/Gallery-Terms-of-Service/td-p/242474" target="_self" rel="nofollow noreferrer noreferrer noreferrer"&gt;&lt;EM&gt;Terms of Service&lt;/EM&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 07 Apr 2020 17:09:06 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/R-Script-Showcase/SIMPLE-K-CHART-Candlestick/m-p/1013295#M341</guid>
      <dc:creator>DavisBI</dc:creator>
      <dc:date>2020-04-07T17:09:06Z</dc:date>
    </item>
    <item>
      <title>Inverted Y Axis with Constants</title>
      <link>https://community.fabric.microsoft.com/t5/R-Script-Showcase/Inverted-Y-Axis-with-Constants/m-p/671961#M329</link>
      <description>&lt;P&gt;&lt;STRONG&gt;Objective of Visual&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;- To flip the Y Axis so that values with a larger Y Value are closer to the X Axis rather than the traditional line chart that shows Zero at the X Axis intersection&lt;/P&gt;&lt;P&gt;&amp;nbsp;- Allow the addition of 2 constant dotted line values that can be linked to a measure or parameter.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;CRAN Packages used&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;- ggplot2&lt;/P&gt;&lt;P&gt;&amp;nbsp;- scales&lt;/P&gt;&lt;P&gt;&amp;nbsp;- extrafontdb&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;A href="http://www.rviz.co.uk" target="_blank"&gt;www.rviz.co.uk&lt;/A&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 17 Apr 2019 10:03:19 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/R-Script-Showcase/Inverted-Y-Axis-with-Constants/m-p/671961#M329</guid>
      <dc:creator>RyanBentham</dc:creator>
      <dc:date>2019-04-17T10:03:19Z</dc:date>
    </item>
    <item>
      <title>Quantifying Operational Risk - Frequency Distribution Fitting</title>
      <link>https://community.fabric.microsoft.com/t5/R-Script-Showcase/Quantifying-Operational-Risk-Frequency-Distribution-Fitting/m-p/631974#M326</link>
      <description>&lt;P&gt;How to fit different curves to observed frequency loss&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 26 Feb 2019 11:12:14 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/R-Script-Showcase/Quantifying-Operational-Risk-Frequency-Distribution-Fitting/m-p/631974#M326</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-02-26T11:12:14Z</dc:date>
    </item>
    <item>
      <title>Quantifying Operational Risk - Frequency Analysis</title>
      <link>https://community.fabric.microsoft.com/t5/R-Script-Showcase/Quantifying-Operational-Risk-Frequency-Analysis/m-p/628767#M324</link>
      <description>&lt;P&gt;How to analyse frequency of events&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Quantifying Operational Risk Exposure and Capital Requirements&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 21 Feb 2019 11:05:21 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/R-Script-Showcase/Quantifying-Operational-Risk-Frequency-Analysis/m-p/628767#M324</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-02-21T11:05:21Z</dc:date>
    </item>
    <item>
      <title>R packages</title>
      <link>https://community.fabric.microsoft.com/t5/R-Script-Showcase/R-packages/m-p/609643#M323</link>
      <description>&lt;P&gt;&lt;SPAN&gt;Hi. The R package smooth is very useful to forecast time series with mobile average model. Is there a way to introduce it? The bug onlie appear when i publish an app.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 25 Jan 2019 21:10:19 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/R-Script-Showcase/R-packages/m-p/609643#M323</guid>
      <dc:creator>almartinezos</dc:creator>
      <dc:date>2019-01-25T21:10:19Z</dc:date>
    </item>
    <item>
      <title>Machine Learning + Score Calibration with R and Power BI</title>
      <link>https://community.fabric.microsoft.com/t5/R-Script-Showcase/Machine-Learning-Score-Calibration-with-R-and-Power-BI/m-p/513534#M313</link>
      <description>&lt;P&gt;How to build machine learning for credit scoring and calibrating into scorecard&lt;/P&gt;&lt;P&gt;&lt;SPAN class="reportid hidden"&gt;eyJrIjoiMjVhZjBlOGEtMWNhMS00NWIxLTliMmItYzI2NDkzNjI1YzhiIiwidCI6IjA1NzQ0MzkyLWIzMDktNDc1YS1hZGY2LWYzNDFhYmRiMzFkNSJ9&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 12 Sep 2018 07:42:45 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/R-Script-Showcase/Machine-Learning-Score-Calibration-with-R-and-Power-BI/m-p/513534#M313</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-09-12T07:42:45Z</dc:date>
    </item>
    <item>
      <title>Machine Learning + Model Evaluation</title>
      <link>https://community.fabric.microsoft.com/t5/R-Script-Showcase/Machine-Learning-Model-Evaluation/m-p/511760#M312</link>
      <description>&lt;P&gt;Develop and evaluate popular machine learning models inside Power BI using R&lt;/P&gt;</description>
      <pubDate>Mon, 10 Sep 2018 10:39:36 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/R-Script-Showcase/Machine-Learning-Model-Evaluation/m-p/511760#M312</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-09-10T10:39:36Z</dc:date>
    </item>
  </channel>
</rss>

