RADACAD Blog

Latest Power BI and AI articles from RADACAD team

Embed Power BI in SharePoint Online; Office 365 Integrated Sharing

In this article, youโ€™ll learn about another method of sharing called Embed in SharePoint online. Embedding in SharePoint online is an excellent method to share Power BI content through a SharePoint portal. Because Power BI and Office 365 accounts are bound to each other, this method of sharing is prevalent for SharePoint users. You can Read more about Embed Power BI in SharePoint Online; Office 365 Integrated Sharing[…]

Creating Machine learning Development and Production Environment in Power BI

  There is need to isolate the development and production environment in most of all projects. Setting up these environments help us to deliver a more reliable product to our customers. Machine learning projects also need a development, Test and Production environment. In this post, I am going to show you how we can do Read more about Creating Machine learning Development and Production Environment in Power BI[…]

Power BI – Banding and stripes in charts

This blog will show a technique that can be applied to certain charts allow banding or stripes to help highlight data. This could be horizontal bands to help show data above or below a certain threshold, or this could be vertical bands to help highlight ranges of data by time.ย  In both cases, using What-If Read more about Power BI – Banding and stripes in charts[…]

Power BI Desktop; Getting Started – Part 1

There are some reasons that I chose Power BI Desktop for the very first demo ofย this book. Power BI Desktop has three components all in one (Power Query, Power Pivot, and Power View), it can upload directly to Power BI website, and it is aย recently released product with many shining features. In this section I Read more about Power BI Desktop; Getting Started – Part 1[…]

Python Programming-Environment

Python is one of the famous programming languages and it is so common for Machine Learning. It is a multi-purpose language that has been leveraged with the aim of device programming, object-oriented programming, machine learning and so forth. In this post, I will introduce some of the commonย Python IDE programming environment for the aim of Read more about Python Programming-Environment[…]

Ultimate Sharing Strategy: Power BI Apps

Youโ€™ve learned previously about some of the methods of sharing content in Power BI, such as Workspaces and Dashboard Sharing. In this article, I’ll explain everything about the Power BI Apps, a mechanism to share the content in Power BI in a way that has security and governance together. Power BI App used together with Read more about Ultimate Sharing Strategy: Power BI Apps[…]

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[…]

List.Accumulate Hidden Gem of Power Query List Functions in Power BI

There are a number of List transformations available in Power Query’s graphical interface. However, the number of functions in the graphical interface is very limited. In this post, I’m going to explain about a function that is really powerful and is not yet listed in the graphical interface. List.Accumulate is a function that loops through Read more about List.Accumulate Hidden Gem of Power Query List Functions in Power BI[…]