What is chiclet slicer in power bi explain with example

This recipe explains what is chiclet slicer in power bi with example

Recipe Objective - What is Chiclet Slicer in power bi?

Chiclet Slicer is similar to a Slicer filter available in power bi. It has the ability to use images as filters instead of text which makes it more flexible. There is no built-in Chiclet Slicer visualization, so we have to import it.

Task - Make a Chiclet Slicer of Category.

Step 1 - Open power bi report

Step 2 - Import the 'Chiclet Slicer' visual in the power bi report.

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

Step 3 - Add the' Chiclet Slicer' visual in the power bi report.

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

Step 4 - Add fields into the 'Chiclet Slicer' visual

Put 'Category' in the Category field, by default Chiclet Slicer makes buttons as filters.

To add Images as filters, put 'Icons' which contains Image URLs for all Categories in the Image field.

In this way, we can make and use Chiclet Slicer in the power bi report.

What Users are saying..

profile image

Abhinav Agarwal

Graduate Student at Northwestern University
linkedin profile url

I come from Northwestern University, which is ranked 9th in the US. Although the high-quality academics at school taught me all the basics I needed, obtaining practical experience was a challenge.... Read More

Relevant Projects

Build an Image Segmentation Model using Amazon SageMaker
In this Machine Learning Project, you will learn to implement the UNet Architecture and build an Image Segmentation Model using Amazon SageMaker

Build a Graph Based Recommendation System in Python -Part 1
Python Recommender Systems Project - Learn to build a graph based recommendation system in eCommerce to recommend products.

Learn How to Build a Logistic Regression Model in PyTorch
In this Machine Learning Project, you will learn how to build a simple logistic regression model in PyTorch for customer churn prediction.

Langchain Project for Customer Support App in Python
In this LLM Project, you will learn how to enhance customer support interactions through Large Language Models (LLMs), enabling intelligent, context-aware responses. This Langchain project aims to seamlessly integrate LLM technology with databases, PDF knowledge bases, and audio processing agents to create a comprehensive customer support application.

PyTorch Project to Build a GAN Model on MNIST Dataset
In this deep learning project, you will learn how to build a GAN Model on MNIST Dataset for generating new images of handwritten digits.

Learn Object Tracking (SOT, MOT) using OpenCV and Python
Get Started with Object Tracking using OpenCV and Python - Learn to implement Multiple Instance Learning Tracker (MIL) algorithm, Generic Object Tracking Using Regression Networks Tracker (GOTURN) algorithm, Kernelized Correlation Filters Tracker (KCF) algorithm, Tracking, Learning, Detection Tracker (TLD) algorithm for single and multiple object tracking from various video clips.

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.

Credit Card Default Prediction using Machine learning techniques
In this data science project, you will predict borrowers chance of defaulting on credit loans by building a credit score prediction model.

Loan Eligibility Prediction using Gradient Boosting Classifier
This data science in python project predicts if a loan should be given to an applicant or not. We predict if the customer is eligible for loan based on several factors like credit score and past history.

Census Income Data Set Project-Predict Adult Census Income
Use the Adult Income dataset to predict whether income exceeds 50K yr based oncensus data.