How to use Average Line in Analytics Pane in power bi

This recipe helps you use Average Line in Analytics Pane in power bi

Recipe Objective - How to Use Average Line of Analytics Pane in Power BI?

Task - Find out which subcategories generate Sales greater than the overall Average Sales in a bar graph.

Step 1 - Open Power BI report

Step 2 - Add the 'Bar graph' visual in the Power BI report.

To add 'Bar graph,' go to Visualization pane -> Drag and drop 'Bar graph' visual in Power BI report.

Step 3 - Add fields into the 'Bar graph' visual.

Put 'Sub-Category' in the Axis field and 'Sales' in the Values field.

Step 4 - Add Average Line on 'Bar graph' visual

Select visual, go to Visualization Area -> Analytics -> Average Line -> Add.

This will make the Average line, all the Sub-Categories whose bar exceeds the Average line, generate sales greater than the overall Average Sales.

In this way, we can add the Average Line in the Power BI report.

What Users are saying..

profile image

Savvy Sahai

Data Science Intern, Capgemini
linkedin profile url

As a student looking to break into the field of data engineering and data science, one can get really confused as to which path to take. Very few ways to do it are Google, YouTube, etc. I was one of... Read More

Relevant Projects

Build a Collaborative Filtering Recommender System in Python
Use the Amazon Reviews/Ratings dataset of 2 Million records to build a recommender system using memory-based collaborative filtering in Python.

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.

Time Series Forecasting Project-Building ARIMA Model in Python
Build a time series ARIMA model in Python to forecast the use of arrival rate density to support staffing decisions at call centres.

Deep Learning Project- Real-Time Fruit Detection using YOLOv4
In this deep learning project, you will learn to build an accurate, fast, and reliable real-time fruit detection system using the YOLOv4 object detection model for robotic harvesting platforms.

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.

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

Build a Credit Default Risk Prediction Model with LightGBM
In this Machine Learning Project, you will build a classification model for default prediction with LightGBM.

Learn to Build an End-to-End Machine Learning Pipeline - Part 1
In this Machine Learning Project, you will learn how to build an end-to-end machine learning pipeline for predicting truck delays, addressing a major challenge in the logistics industry.

AWS MLOps Project to Deploy a Classification Model [Banking]
In this AWS MLOps project, you will learn how to deploy a classification model using Flask on AWS.

Stock Price Prediction Project using LSTM and RNN
Learn how to predict stock prices using RNN and LSTM models. Understand deep learning concepts and apply them to real-world financial data for accurate forecasting.