Create Custom Visual with R and JSON- Part3

In this post, I am going to show you how we can create most comprehensive Custom visual. In the last two posts published in July 2017 (post1 and Post 2). Some notes before I am going to complete the last two posts. 1- We able to declare some custom input like X, Y, Legen and Read more about Create Custom Visual with R and JSON- Part3[…]

R Chart into SSRS (Show Chart in SSRS)-Part 3

In the last post, I have shown how you able to install an external package like ggplot2 in ML services and also you see how we can use data in SQL Server to create a chart in R studio. In this post, I am going to show you how to create a chart in SQL Read more about R Chart into SSRS (Show Chart in SSRS)-Part 3[…]

R Chart into SSRS (ggplot2 package in SQL Server 2017)-Part 2

“In the last post, you have seen how we can create a chart by importing data from SQL Server 2017. By doing this, we have a reliable code for drawing chart. Now, we sure our codes work fine, we can put the codes in SQL Server 2017. In this post, I am going to show Read more about R Chart into SSRS (ggplot2 package in SQL Server 2017)-Part 2[…]

R Chart into SSRS (get data from SQL and create ggplot chart in R)-Part 1

In this and next post, I am going to show you how to connect to SQL Server to get data from there, then create a table chart using ggplot2 package inside SQL Server 2017 and then show the chart in SSRS. there are multiple steps for that we need to follow Get data and create Read more about R Chart into SSRS (get data from SQL and create ggplot chart in R)-Part 1[…]

Run R codes in Azure ML

  There is a possibility to run R codes and Python in Azure ML.  In this short post, I am going to show you how we can run an R codes to show some charts in Azure ML with ggplot2 package. I have a dataset about the dairy product in the USA. this dataset holds Read more about Run R codes in Azure ML[…]

Azure ML Package-Part1

Azure ML Package is another Microsoft related package that allows you to upload and download datasets to and from AzureML, to interrogate experiments, to publish R functions as AzureML web services, and to run R data through existing web services and retrieve the output. Azure ML in R studio The first step- Installation First, you need Read more about Azure ML Package-Part1[…]

SlopChart RViz: Power BI Custom Visual

SlopChartRViz SlopChartViz is a custom visual for showing the trend between two times.  There is a possibility to zoom in an zoom out in this chart. This custom visual needs: 1-      First Variable: a group (categorical variable) 2-      Second Variable: Value related to first time 3-      Third Variable: Value related to the second time To Read more about SlopChart RViz: Power BI Custom Visual[…]

TblChart RViz: Power BI R Custom Visual

TblChartRViz TblChartRViz is a custom visual for showing five variables in one chart. There is a possibility to zoom in and zoom out on this chart. This custom visual needs: 1-      X-axis as the first variable 2-      Y-axis as the second  variable 3-      Color (categorize variable) for the Third axis, which is a legend 4-      Read more about TblChart RViz: Power BI R Custom Visual[…]

Scatter RViz: Power BI R Custom Visual

ScatterRViz ScatterRViz is a custom visual for showing three variables in one chart. There is a possibility to zoom in and zoom out on the chart. This custom visual needs 1-      X-axis as the first variable 2-      Y-axis as the second  variable 3-      Color (categorize variable) for the third axis To use this chart, you Read more about Scatter RViz: Power BI R Custom Visual[…]