How to make a Stream graph in power bi

This recipe helps you make a Stream graph in power bi

Recipe Objective - How to make a Stream graph in power bi?

Stream graph is similar to the Stacked Area Chart visual which is a built-in visual, but it has a more fluid-like look. There is no built-in Stream graph visualization, so we have to import it.

Task - Make a Stream graph that displays the change of Category wise Quantity over Years.

Market Basket Analysis Project in Python with Real World Example

Step 1 - Open power bi report

Step 2 - Import 'Stream graph' visual in the power bi report.

To import 'Stream graph', go to Visualization pane -> Click on three dots -> Get more visuals -> Search 'Stream graph' -> Add 'Stream graph'

Step 3 - Add 'Stream graph' visual in the power bi report.

To add 'Stream graph', go to Visualization pane -> Drag and drop 'Stream graph' visual in power bi report.

Step 4 - Add fields into the 'Stream graph' visual

Put 'Order Date(Year hierarchy)' in the Category field.

Put 'Category' in the Group field and 'Quantity' in the Values field.

In this way, we can make and use a Stream graph 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

Build a Similar Images Finder with Python, Keras, and Tensorflow
Build your own image similarity application using Python to search and find images of products that are similar to any given product. You will implement the K-Nearest Neighbor algorithm to find products with maximum similarity.

Build a Churn Prediction Model using Ensemble Learning
Learn how to build ensemble machine learning models like Random Forest, Adaboost, and Gradient Boosting for Customer Churn Prediction using Python

Build CNN Image Classification Models for Real Time Prediction
Image Classification Project to build a CNN model in Python that can classify images into social security cards, driving licenses, and other key identity information.

House Price Prediction Project using Machine Learning in Python
Use the Zillow Zestimate Dataset to build a machine learning model for house price prediction.

A/B Testing Approach for Comparing Performance of ML Models
The objective of this project is to compare the performance of BERT and DistilBERT models for building an efficient Question and Answering system. Using A/B testing approach, we explore the effectiveness and efficiency of both models and determine which one is better suited for Q&A tasks.

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

MLOps Project to Build Search Relevancy Algorithm with SBERT
In this MLOps SBERT project you will learn to build and deploy an accurate and scalable search algorithm on AWS using SBERT and ANNOY to enhance search relevancy in news articles.

Build Classification Algorithms for Digital Transformation[Banking]
Implement a machine learning approach using various classification techniques in Python to examine the digitalisation process of bank customers.

NLP and Deep Learning For Fake News Classification in Python
In this project you will use Python to implement various machine learning methods( RNN, LSTM, GRU) for fake news classification.

Loan Eligibility Prediction in Python using H2O.ai
In this loan prediction project you will build predictive models in Python using H2O.ai to predict if an applicant is able to repay the loan or not.