Data Analyst

Data Analyst

As a Data Analyst, I analyze and visualize data in order to answer business questions and to enable data-driven decision making.

63 posts
Power BI - Custom Filtering in Power Query
Academy Membership Power BIBusiness Intelligence

Power BI - Custom Filtering in Power Query

Introduction Power BI offers with the Power Query Editor a powerful tool for cleaning and transforming data. One important part of data preparation is filtering your data. Filtering enables you to sort out irrelevant data and to reduce the amount of data. One important type of filtering is custom filtering....

Power BI - SWITCH function in DAX

Power BI - SWITCH function in DAX

Introduction Power BI comes with the powerful formula language Data Analysis Expression (DAX) which allows the implementation of custom calculations. There are numerous operators and functions available in DAX. One essential DAX function is the SWITCH function. The SWITCH function provides an elegant way to handle multiple conditions and is...

Power BI - IF Function in DAX

Power BI - IF Function in DAX

Introduction Power BI comes with the powerful formula language Data Analysis Expression (DAX) which allows the implementation of custom calculations. There are numerous operators and functions available in DAX. One essential DAX function is the IF function which is used for conditional calculations. In this tutorial, we will explore the...

Matplotlib - Histograms

Matplotlib - Histograms

Introduction In this tutorial, we want to create a Histogram. In order to do this, we use the hist() function of Matplotlib. Import Libraries First, we import the Pyplot submodule. The Pyplot submodule contains a collection of important functions such as the plot() function or the hist() function. In addition,...

How to use Power BI on Mac
Academy Membership Power BI

How to use Power BI on Mac

Introduction Power BI is one of the most widely used BI tools. But using Power BI on the Mac can be a challenge. This is because Microsoft does not offer a version of Power BI Desktop for the Mac. Nevertheless, there are workarounds for using Power BI on the Mac....

Seaborn - Barplots

Seaborn - Barplots

Introduction In this tutorial, we want to create a Barplot. In order to do this, we use the barplot() function of Seaborn. Import Libraries First, we import the following python modules: import seaborn as sns import matplotlib.pyplot as plt import numpy as np Load Data We would like to...

You’ve successfully subscribed to Deep Learning Nerds | The ultimate Learning Platform for AI and Data Science
Welcome back! You’ve successfully signed in.
Great! You’ve successfully signed up.
Success! Your email is updated.
Your link has expired
Success! Check your email for magic link to sign-in.