How to make flow map in power bi

This recipe helps you make flow map in power bi

Recipe Objective - How to make a Flow map in power bi?

A flow Map chart is used to display the object movements between the source and the destination. There is no built-in Flow map visualization, so we have to import it.

Task - Make a Flow Map chart that displays product movements between origin and destination during transportation.

Step 1 - Open power bi report

Step 2 - Import 'Flow Map chart' visual in the power bi report.

To import 'Flow Map chart', go to Visualization pane -> Click on three dots -> Get more visuals -> Search 'Flow Map chart' -> Add 'Flow Map chart'

Step 3 - Add 'Flow Map chart' visual in the power bi report.

To add 'Flow Map chart', go to Visualization pane -> Drag and drop 'Flow Map chart' visual in Power BI report.

Step 4 - Add fields into the 'Flow Map chart' visual

Put 'from' in Origin field, 'to' in Destination field and 'Product_count' in Width field.

In this way, we can make and use Flow Map charts in the power bi report.

What Users are saying..

profile image

Ameeruddin Mohammed

ETL (Abintio) developer at IBM
linkedin profile url

I come from a background in Marketing and Analytics and when I developed an interest in Machine Learning algorithms, I did multiple in-class courses from reputed institutions though I got good... Read More

Relevant Projects

CycleGAN Implementation for Image-To-Image Translation
In this GAN Deep Learning Project, you will learn how to build an image to image translation model in PyTorch with Cycle GAN.

NLP Project for Multi Class Text Classification using BERT Model
In this NLP Project, you will learn how to build a multi-class text classification model using using the pre-trained BERT model.

Build a Logistic Regression Model in Python from Scratch
Regression project to implement logistic regression in python from scratch on streaming app data.

Learn How to Build a Linear Regression Model in PyTorch
In this Machine Learning Project, you will learn how to build a simple linear regression model in PyTorch to predict the number of days subscribed.

AWS Project to Build and Deploy LSTM Model with Sagemaker
In this AWS Sagemaker Project, you will learn to build a LSTM model on Sagemaker for sales forecasting while analyzing the impact of weather conditions on Sales.

Personalized Medicine: Redefining Cancer Treatment
In this Personalized Medicine Machine Learning Project you will learn to classify genetic mutations on the basis of medical literature into 9 classes.

Loan Eligibility Prediction Project using Machine learning on GCP
Loan Eligibility Prediction Project - Use SQL and Python to build a predictive model on GCP to determine whether an application requesting loan is eligible or not.

Build ARCH and GARCH Models in Time Series using Python
In this Project we will build an ARCH and a GARCH model using Python

Detectron2 Object Detection and Segmentation Example Python
Object Detection using Detectron2 - Build a Dectectron2 model to detect the zones and inhibitions in antibiogram images.

OpenCV Project to Master Advanced Computer Vision Concepts
In this OpenCV project, you will learn to implement advanced computer vision concepts and algorithms in OpenCV library using Python.