The Blog Passion

Data Science with

DEB

Know your data: Explore it's knowledge, insights and pattern

“Without data, you’re just another person with an opinion” ~ W. Edwards Deming

Posts you may like-

Logical functions in Power BI

What are logical functions in Power BI, and how to use them?

The logical functions in Power BI are essential while writing DAX expressions. Logical functions help us in decision making to check if any condition is true or false. Once the data has been extracted through Power Query, these DAX expressions help us to fetch important information from the data. Here is an article explaining the ... Read more
“COUNT” function in Power BI

How to use the “COUNT” function in Power BI?

The COUNT() is an important function in writing the DAX formula in Power BI used. It is one of the time intelligence functions of DAX, which means it can manipulate data using time periods like days, weeks, months, quarters etc. and then use them in analytics. We apply DAX to slice and dice the data ... Read more
An overview of DAX in Power BI

An overview of DAX in Power BI

As the name suggests Data Analysis eXpressions or DAX in Power BI is nothing but collection of operators, functions and constants which we use in writing formula or expressions to return value/values. It is a native language for data analytics tools of Microsoft. DAX is also a highly versatile and functional language with the capacity ... Read more
An overview of Power Query in Power BI

An overview of Power Query in Power BI

Power Query in Power BI plays the role of a data connection technology. It does the data mashup i.e. connect, combine and refine data from many sources to meet the need of our data analysis. Power Query is available in Excel 2016 or later version of Excel. It can also be added in Excel 2010 ... Read more
Forecasting in Power BI desktop

How to do forecasting in power bi desktop?

Forecasting is predicting the future with the help of present and past data. It uses the concept of Exponential Smoothing to predict the future. The Power BI desktop has a very nifty feature of forecasting. This article will describe the process with practical data. The data has been collected from Wikipedia using the data scraping ... Read more
How to use Goal Seek and solver in Excel 2016

How to use Goal Seek and solver in Excel 2016?

Goal seek and solver in Microsoft Excel 2016 are two very important functions. These two help us to perform some back calculations. Among these two, Goal Seek is the simpler one. So let’s start with the Goal Seek function. I will demonstrate the use of Goal Seek with a very practical example. Every one of ... Read more
Create new column from existing column Power BI

How to create new column from existing column Power BI

Create new column from existing column in Power BI is very useful when we want to perform a particular analysis. Many times the new column requires clipping a string part from an existing column. Such a situation I faced a few days back and was looking for a solution. And this is when I again ... Read more
Add data from website to Power BI desktop

How to add data from website to Power BI desktop

Different webpages are rich source of data. Either structured or unstructured, these data are very useful and can provide good insights. Power BI has recently added and enhanced the existing feature of data extraction from the web. This feature was already compelling, with the recent enhancement it has become even more powerful. In this article ... Read more
Join tables in Power BI desktop

How to join tables in power bi desktop: a practical example

Joining tables is an important feature to combine information from several tables. We can join tables in Power BI desktop with a very nifty merging feature provided with it.. In this article, I am going to demonstrate how to join tables in Power BI desktop with some practical data. The data are all open source. ... Read more
Map visualization in Power BI

How to create a map visualization in Power BI with example

Map visualization in Power BI is a very useful feature to show location-wise values. In this article, I will demonstrate how to use this feature with a practical example. I have used maps a lot with ArcGIS to create boundary maps and display locations as supplementary information. It certainly requires expertise and considerable time. Being ... Read more