<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: MG-Stella</title>
    <description>The latest articles on DEV Community by MG-Stella (@mg-stella).</description>
    <link>https://dev.to/mg-stella</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F3720268%2F9941db2c-fbc2-4be7-ae16-2208d3fbfb40.png</url>
      <title>DEV Community: MG-Stella</title>
      <link>https://dev.to/mg-stella</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/mg-stella"/>
    <language>en</language>
    <item>
      <title>HOW TO ALTER CHAOTIC DATA IN POWER BI</title>
      <dc:creator>MG-Stella</dc:creator>
      <pubDate>Mon, 09 Feb 2026 16:58:43 +0000</pubDate>
      <link>https://dev.to/mg-stella/how-to-alter-chaotic-data-in-power-bi-5ic</link>
      <guid>https://dev.to/mg-stella/how-to-alter-chaotic-data-in-power-bi-5ic</guid>
      <description>&lt;p&gt;&lt;strong&gt;POWER QUERY&lt;/strong&gt;&lt;br&gt;
Power Query  is a tool in power Bi that is used to clean, transform and prepare data. &lt;br&gt;
By using power query you could perform the following:&lt;br&gt;
      filter and sort data&lt;br&gt;
      manipulate column to your preference&lt;br&gt;
      Clean data&lt;br&gt;
      merge  and append queries&lt;/p&gt;

&lt;p&gt;FILTERING AND SORTING&lt;br&gt;
Filtering  and sorting data helps one focus on the most necessary information in ones dataset&lt;/p&gt;

&lt;p&gt;DATA CLEANING&lt;/p&gt;

&lt;p&gt;Data cleaning  is all about clearing "noisy"  unrelatable data from your dataset leaving you with important data that will give correct valuable insights. &lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;_Removing duplicates_
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;

&lt;p&gt;To remove duplicates in a datasets is essentials for it may alter the results.&lt;/p&gt;

&lt;p&gt;&lt;em&gt;To remove null values or blanks&lt;/em&gt;_&lt;/p&gt;

&lt;p&gt;For null values one should replaces them with &lt;em&gt;NOT PROVIDED&lt;/em&gt; for text or &lt;em&gt;0&lt;/em&gt; in number formats&lt;/p&gt;

&lt;p&gt;MERGING AND APPENDING QUERIES&lt;/p&gt;

&lt;p&gt;Merging queries is combining two or more existing tables  to one for easier access. &lt;br&gt;
Appending Queries- is when you want to modify or extend the contents of a query, especially when the data is from separate reports or files.&lt;/p&gt;

&lt;p&gt;COLUMN MANIPULATION&lt;br&gt;
Column manipulation allows you to add or remove a column in your data.&lt;/p&gt;

&lt;p&gt;DATA  SHAPING &lt;br&gt;
Data shaping in power query helps the user transform data into your preferred need.&lt;br&gt;
 -_Pivoting and unpivoting table - Pivoting tables restructures table, by converting rows into columns and Unpivoting tables converts wide tables to long formats. They both help in better analysis of datasets.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;&lt;u&gt;DAX&lt;/u&gt;&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Data Analysis Expression (DAX)&lt;br&gt;
DAX  is used to perform advanced calculation and queries o data&lt;/p&gt;

&lt;p&gt;DAX FUNCTIONS&lt;br&gt;
Here are some of the basic DAX functions that are used in power bi :&lt;br&gt;
AGGREGATE FUNCTIONS&lt;/p&gt;

&lt;p&gt;1- AVERAGE - &lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;SUM - it add ups the values of the selected column&lt;/li&gt;
&lt;li&gt;MIN -it finds the minimum value in a given column &lt;/li&gt;
&lt;li&gt;MAX - it identifies the highest value in a column&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;LOGICAL FUNCTIONS&lt;br&gt;
AND - Combines two logical expression to give a result&lt;br&gt;
OR  - It gives a result if at least one or multiple conditions are true, false&lt;br&gt;
NOT - it checks if one value is not equal to the other&lt;br&gt;
IF - it makes a logical comparison between a value and the condition set.&lt;br&gt;
ITERETATIVE X FUNCTIONS&lt;br&gt;
X- FUNCTIONS are used when there is need to perform a preliminary action before a simple aggregation of a column.&lt;br&gt;
The X functions perform row by row calculations taking each row to account and allowing complex calculation that aggregate functions cannot handle.&lt;br&gt;
Examples:&lt;br&gt;
SUM (X) - Sum&lt;br&gt;
AVERAGE (X) -Average&lt;br&gt;
MIN  (X)- Min&lt;br&gt;
MAX (X) - Max&lt;br&gt;
COUNT (X) -Quantity&lt;/p&gt;

&lt;p&gt;TIME INTELLIGENCE&lt;br&gt;
Time intelligence functions in DAX  are used for analyzing trends based on time.&lt;/p&gt;

</description>
    </item>
    <item>
      <title>POWER BI : MODELLING AND SCHEMAS.</title>
      <dc:creator>MG-Stella</dc:creator>
      <pubDate>Mon, 02 Feb 2026 17:30:08 +0000</pubDate>
      <link>https://dev.to/mg-stella/power-bi-modelling-and-schemas-51dp</link>
      <guid>https://dev.to/mg-stella/power-bi-modelling-and-schemas-51dp</guid>
      <description>&lt;p&gt;HEY THERE.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;&lt;u&gt;TERMS&lt;/u&gt;&lt;/strong&gt;&lt;br&gt;
DATA MODELLING - Data Modelling is the process of analyzing, organizing and defining data using visual representation, to highlight trends , reveal patterns amd relationships between the data.&lt;br&gt;
&lt;strong&gt;A  schema&lt;/strong&gt; - A schema is a formal description structure of a database.&lt;br&gt;&lt;br&gt;
&lt;strong&gt;A fact table&lt;/strong&gt; - A fact table is the main table that is used to describe events that have taken place.&lt;br&gt;
*&lt;em&gt;A dimension table *&lt;/em&gt;-A dimension table also called &lt;em&gt;lookup&lt;/em&gt; is a table that holds information about categorical fields in the fact table. It describes the features of a dataset.&lt;/p&gt;

&lt;p&gt;DATA MODELLING&lt;br&gt;
&lt;strong&gt;&lt;em&gt;&lt;u&gt;Types of data model&lt;br&gt;
&lt;/u&gt;&lt;/em&gt;&lt;/strong&gt;&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;
&lt;u&gt;Conceptual Data Modelling&lt;/u&gt;
A conceptual data model  is mainly used for business concepts. It mainly focuses on understanding and identifying the business terminology and concepts and how they relate.&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;The conceptual data model helps one get a better understanding of what to take into consideration by looking at the the "bigger picture" based on the  solution of your data.&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt; &lt;u&gt;Logic Data Model&lt;/u&gt;
&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;Unlike the conceptual data model, the logic model is more detail and precise .&lt;br&gt;
A logic data model provides a more detailed view of how entities relate to each other and the attributes associated with each entity  guiding  the implementation phase .&lt;br&gt;
This model acts as a practical step towards the implementation of data.&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;&lt;u&gt;Physical Data Model&lt;/u&gt;&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;A physical data model specifies how data is stored and accessed in  a specific database system. It requires the knowledge of the database management system (DBMS) indexing, compression and distributing options.&lt;/p&gt;

&lt;p&gt;Its purpose is to store data in a robust manner that enables high performance and  takes into accounts the technical detail of the &lt;br&gt;
chosen technology.&lt;/p&gt;

&lt;p&gt;Physical models deals with &lt;em&gt;downstream&lt;/em&gt; data that already exist with predefined schemas, which should not be lost in the process of integration in order to get correct data types and metadata.&lt;/p&gt;

&lt;p&gt;For a good data model practices the following should be done:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;&lt;p&gt;One should limit data imports to enhance great performance&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Turning off time intelligence- When on it automatically creates a date/Time Hierarchy, and when a hierarchy is created an additional table is added  which can bloat the power bi  causing a slow down in rendering the visuals.&lt;/p&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;**&lt;br&gt;
SCHEMAS&lt;br&gt;
**&lt;br&gt;
I) STAR SCHEMA&lt;/p&gt;

&lt;p&gt;In a star schema a fact table is at the center while dimension table are positioned at each point of the star. &lt;/p&gt;

&lt;p&gt;A fact table is made up of values that can be summarized and aggregated as well as one or many keys that link dimension tables.&lt;/p&gt;

&lt;p&gt;The key is used to create a link or connection between tables.&lt;/p&gt;

&lt;p&gt;The  star arrangement allows easy navigation and analysis of data.&lt;/p&gt;

&lt;p&gt;A star schema can be used when you need simple ,fast queries and straightforward model.&lt;br&gt;
It can also be used for quick insights by business users.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F6dodnywunrl674uv8h7r.webp" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F6dodnywunrl674uv8h7r.webp" alt=" " width="800" height="450"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;II) SNOWFLAKE SCHEMA&lt;/p&gt;

&lt;p&gt;A snowflake schema is a variation or extension of a star schema where dimension tables are normalized, meaning they are broken down into additional related tables.&lt;/p&gt;

&lt;p&gt;A snowflake can be used when:&lt;/p&gt;

&lt;p&gt;-Your data has high level of complexity or maintaining data integrity and reducing  redundancy.&lt;/p&gt;

&lt;p&gt;-Can be used in data warehouse where detailed analysis and reporting are required.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fl33zmz6hk9e6wnxllccm.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fl33zmz6hk9e6wnxllccm.png" alt=" " width="800" height="450"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;RELATIONSHIP IN POWER BI&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;&lt;em&gt;Types of Relationships in POWER BI&lt;/em&gt;&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;I) Direct Relationship - This is a connection between two tables.&lt;br&gt;
The tables are linked based on one or more common fields.&lt;/p&gt;

&lt;p&gt;II) Multiple Relationships -This a  connection or link between two or more tables in power bi.&lt;/p&gt;

&lt;p&gt;III) Cross -Filter Direction- Cross -Filtering  determines how filters applied in one  affect related tables in the relationship.&lt;/p&gt;

</description>
      <category>beginners</category>
      <category>data</category>
      <category>database</category>
    </item>
    <item>
      <title>A LIGHT GUIDE THROUGH EXCEL FOR A DATA ANALYST</title>
      <dc:creator>MG-Stella</dc:creator>
      <pubDate>Mon, 26 Jan 2026 09:42:08 +0000</pubDate>
      <link>https://dev.to/mg-stella/a-light-guide-through-excel-for-a-data-analyst-5a21</link>
      <guid>https://dev.to/mg-stella/a-light-guide-through-excel-for-a-data-analyst-5a21</guid>
      <description>&lt;p&gt;HEY. &lt;br&gt;
They say as an  data analyst starting with excel is the easiest and first way to begin your journey in your aspiring field. With this  guide it will help you ease your learning in excel.&lt;br&gt;
Feeling overwhelmed , confused and don't know where to start learning ?.Keep calm&lt;br&gt;
On this article will focus mostly on simple areas that  are quick to learn as you progress and are mostly inquired when working with data in excel as a data analyst.&lt;/p&gt;

&lt;p&gt;starting off this are  shortcuts you can use to help you maneuver  through and help you to be more efficient  while  learning your way through MICROSOFT Excel.&lt;/p&gt;

&lt;p&gt;__FILE SHORTCUT&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;New                           ctrl + N&lt;/li&gt;
&lt;li&gt;Open                          ctrl + O&lt;/li&gt;
&lt;li&gt;Save workbook                 ctrl + S&lt;/li&gt;
&lt;li&gt;Save as                       F12&lt;/li&gt;
&lt;li&gt;Go to next workbook           ctrl + Tab ten&lt;/li&gt;
&lt;li&gt;Close file                    ctrl+ F4&lt;/li&gt;
&lt;li&gt;Close all open excel files    Alt + F4&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;_DATA EDITING SHORTCUTS _  &lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;Fill down from cell above     Ctrl + D&lt;/li&gt;
&lt;li&gt;Fill right from cell left     Ctrl + R&lt;/li&gt;
&lt;li&gt;Find and replace              Ctrl + F&lt;/li&gt;
&lt;li&gt;Filter data                   Ctrl + Alt + L&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;**Functions in excel&lt;br&gt;
_Aggregate functions&lt;br&gt;
Sum - Sum is used to calculate the total number of data in given set.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fmh4ag149aaxhg0nww15n.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fmh4ag149aaxhg0nww15n.png" alt=" " width="464" height="158"&gt;&lt;/a&gt;&lt;br&gt;
Average - Average is used to calculate the arithmetic mean of a given set in excel.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fuxoi9xjjhk4fgxm5hwd7.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fuxoi9xjjhk4fgxm5hwd7.png" alt=" " width="505" height="601"&gt;&lt;/a&gt;&lt;br&gt;
Max - Max is used to show the highest value in a given data set.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fj8hnhy7u7d37fty5szm2.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fj8hnhy7u7d37fty5szm2.png" alt=" " width="397" height="616"&gt;&lt;/a&gt;&lt;br&gt;
Min - AS opposed to to max this is used to show or highlight the lowest number.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F9zw4hx3zan78cmpfdzdk.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F9zw4hx3zan78cmpfdzdk.png" alt=" " width="218" height="655"&gt;&lt;/a&gt;&lt;br&gt;
Count - For count it is used to show the the total numeric values in a cell.&lt;br&gt;
&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F9i0e1w1c1cq2wvebhuon.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F9i0e1w1c1cq2wvebhuon.png" alt=" " width="453" height="558"&gt;&lt;/a&gt;&lt;br&gt;
Count A -This is used to show the total number of cells that &lt;em&gt;are&lt;/em&gt; &lt;em&gt;not&lt;/em&gt; &lt;em&gt;blank&lt;/em&gt;. They can either be numeric values or texts.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;_logical&lt;/strong&gt; &lt;strong&gt;function_&lt;/strong&gt;&lt;br&gt;
logical Functions  are used to automate decision making&lt;/p&gt;

&lt;p&gt;&lt;em&gt;_*if&lt;/em&gt;* &lt;strong&gt;function_&lt;/strong&gt;&lt;br&gt;
The if function is made of 3 parts&lt;br&gt;
I).A condition.&lt;br&gt;
II). What to do if the condition is met.&lt;br&gt;
III). What to do if the condition is not met.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fpmti8tk103syfp1ru017.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fpmti8tk103syfp1ru017.png" alt=" " width="800" height="211"&gt;&lt;/a&gt;&lt;br&gt;
&lt;em&gt;&lt;strong&gt;_look&lt;/strong&gt;&lt;/em&gt; &lt;strong&gt;&lt;em&gt;up&lt;/em&gt;&lt;/strong&gt; &lt;strong&gt;&lt;em&gt;functions&lt;/em&gt;_&lt;/strong&gt; &lt;br&gt;
I). &lt;strong&gt;V-Lookup function&lt;/strong&gt; -is used to search for values in a vertical order.&lt;br&gt;
The v-lookup function may be slow when used in large data sets.&lt;br&gt;
II).&lt;strong&gt;horizontal Lookup&lt;/strong&gt; -H-lookup is used to retrieve information from a table by searching  for values in a row.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;&lt;u&gt;Conditional Formatting&lt;/u&gt;&lt;/strong&gt;&lt;br&gt;
Conditional Formatting is used to highlight cells with important values or to be able to  see trends in a given data by using  bars, icon or different colors to easily visualize it.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fjvbr9s5abbuazmirou6h.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fjvbr9s5abbuazmirou6h.png" alt=" " width="800" height="420"&gt;&lt;/a&gt;&lt;br&gt;
&lt;em&gt;NOTE&lt;/em&gt;: The condition for the cell was to highlight the performance score that is greater than 4.&lt;/p&gt;

&lt;p&gt;**&lt;br&gt;
PIVOT TABLES&lt;u&gt;&lt;/u&gt;&lt;/p&gt;

&lt;p&gt;**&lt;/p&gt;

&lt;p&gt;A pivot table is used for organizing, summarizing and for analysis of  complex data sets.&lt;br&gt;
It can also be used to create reports or help give insights .&lt;br&gt;
Slicers in pivot tables are used to filter data and actively interact with the data.&lt;br&gt;
 &lt;u&gt; How to create a pivot table and slicer&lt;/u&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fiunlac7omkr7qdjwwrqe.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fiunlac7omkr7qdjwwrqe.png" alt=" " width="800" height="420"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;In your dataset you go to to insert pivot table. A new sheet will be created like shown above. On your right you can use the pivot table fields to insert your data of choice into rows, filters, values and column to summarize it.&lt;/p&gt;

&lt;p&gt;To insert a slicer . &lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Ff1xyot3zoy2ldz7zbb2v.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Ff1xyot3zoy2ldz7zbb2v.png" alt=" " width="800" height="420"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;click in the pivot table created.&lt;br&gt;
Then go to insert tab and and toward the far right you will see slicer click on it.&lt;br&gt;
The slicer will give you options depending on your dataset. choose the slicers you prefer and insert&lt;br&gt;
to refresh the slicer or delete it.You can double click on the slicer created and opt for the remove or delete menu given.&lt;/p&gt;

&lt;p&gt;Happy learning.&lt;/p&gt;

</description>
    </item>
  </channel>
</rss>
