<?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>Forem: Steve Andrew</title>
    <description>The latest articles on Forem by Steve Andrew (@steve_andrew_089e2bdcbc14).</description>
    <link>https://forem.com/steve_andrew_089e2bdcbc14</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.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F3716153%2F6b0267ea-b2ec-461c-9453-c41040e65db7.jpg</url>
      <title>Forem: Steve Andrew</title>
      <link>https://forem.com/steve_andrew_089e2bdcbc14</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://forem.com/feed/steve_andrew_089e2bdcbc14"/>
    <language>en</language>
    <item>
      <title>How Analysts Translate Messy Data, DAX, and Dashboards into Action Using Power BI.</title>
      <dc:creator>Steve Andrew</dc:creator>
      <pubDate>Mon, 09 Feb 2026 13:42:03 +0000</pubDate>
      <link>https://forem.com/steve_andrew_089e2bdcbc14/how-analysts-translate-messy-data-dax-and-dashboards-into-action-using-power-bi-380d</link>
      <guid>https://forem.com/steve_andrew_089e2bdcbc14/how-analysts-translate-messy-data-dax-and-dashboards-into-action-using-power-bi-380d</guid>
      <description>&lt;p&gt;Data is the new oil and is highly relied on as evidence, the difference is the quality of data used being reliable to provide business intelligence answers to stake holders and decision makers.In our current world and time governments,organizations and even families rely of data for evidence based decision making.&lt;/p&gt;

&lt;p&gt;The power of Power BI lies on its ability to pull data from multiple sources, clean it,analyze it,create joins and charts that are used for dash board creation while providing the required business inteligence insights that are actionable and easy to understand.&lt;/p&gt;

&lt;p&gt;1.Power Query Editor&lt;br&gt;
It allows data connection, transformation and loading data into the shape and model aimed at answering expected outcomes.&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%2Fzefktjm891ei2d1ko3xj.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%2Fzefktjm891ei2d1ko3xj.png" alt=" " width="800" height="450"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Data Cleaning&lt;/strong&gt;&lt;br&gt;
The most important aspect of data handling as it determines whether an analyst will arrive at the right answers or not.&lt;br&gt;
They include: &lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;Replacing missing values to ensure the data set is not distorted - missing order value&lt;/li&gt;
&lt;li&gt;Standardization of text values - "pct" for " percentage"&lt;/li&gt;
&lt;li&gt;Confirming the data types - "harvest date","discharge date"&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;Example:&lt;br&gt;
Standardize within a data set all blanks like "N/A","Error" through &lt;strong&gt;Transform&lt;/strong&gt;&amp;gt; &lt;strong&gt;Replace Values&lt;/strong&gt; with Null&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Data Modelling&lt;/strong&gt;&lt;br&gt;
Uses a Star Schema where data structures are used to show how tables are organised and related in the selected data model.It helps in linking fact and dimension tables used for calculations and filtering of trhe data set while answering business intelligence questions.&lt;/p&gt;

&lt;p&gt;Fact table contains numerical data used for calculations like Quantity and Total Sales while dimesional table contains descriptive information used for data analysis.&lt;br&gt;
Examples: DimDate, DimStore, DimProduct&lt;/p&gt;

&lt;p&gt;They are useful during relationship creation and joins with the commonest relationship being "one-to-many".&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Logical functions in DAX&lt;/strong&gt;&lt;br&gt;
Used to make decisions based on conditions.Allow Power BI answer questions like "Qulified" or "Not Qualified" hence classifying data in respective categories and apply business rules.They control how results are calculated and displayed.&lt;/p&gt;

&lt;p&gt;Commonly used in &lt;strong&gt;calculated columns,measures&lt;/strong&gt; and &lt;strong&gt;KPIs&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Example: &lt;strong&gt;IF&lt;/strong&gt; function&lt;br&gt;
Most basic and widely used DAX logical function.&lt;br&gt;
IF(condition,value_if_true,value_if_false)&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%2Fycno2lw6705d1wpfnwr5.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%2Fycno2lw6705d1wpfnwr5.png" alt=" " width="800" height="450"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Dashboards&lt;/strong&gt;&lt;br&gt;
A well designed dashboard should be able to derive key insights useful to the end user in terms of right decision making.&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;Display top KPIs &lt;/li&gt;
&lt;li&gt;Use the right charts to compare performance against targets&lt;/li&gt;
&lt;li&gt;Tell a story through slicers&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;Good dashboard is well understood easily and focused on key business outputs.Some of the key purpose include support strategic planning and resource allocation,track perfomance and trends while providing insights of some of the gaps for action.&lt;/p&gt;

&lt;p&gt;Commong KPIs include:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Total Revenue&lt;/li&gt;
&lt;li&gt;Total Profit&lt;/li&gt;
&lt;li&gt;Average lenght of stay&lt;/li&gt;
&lt;li&gt;Cost of Production&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Filters and slicers should be used to allow users explore key dimensions.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Conclusion&lt;/strong&gt;&lt;br&gt;
Power BI is more trhan fancy dashboards rather its critical to the value it adds to the organization and provide answers that are geared towards business growth.Help identify key drivers and areas for improvement.&lt;/p&gt;

&lt;p&gt;As Data Analyst your value is measured by the problems you help solve through continued building,for those of us who are transitioning into tech consistency,getting stuck and showing up eventually makes the desired difference.&lt;/p&gt;

</description>
      <category>dashboard</category>
      <category>analysis</category>
    </item>
    <item>
      <title>Schemas and Data Modelling in Power BI</title>
      <dc:creator>Steve Andrew</dc:creator>
      <pubDate>Mon, 02 Feb 2026 13:57:21 +0000</pubDate>
      <link>https://forem.com/steve_andrew_089e2bdcbc14/schemas-and-data-modelling-in-power-bi-1hi6</link>
      <guid>https://forem.com/steve_andrew_089e2bdcbc14/schemas-and-data-modelling-in-power-bi-1hi6</guid>
      <description>&lt;p&gt;Microsoft Power BI is an interactive data visualization software product developed by Microsoft with a primary focus on businness intelligence.&lt;br&gt;
Power BI consists of four main areas:&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;Ribbon (Top Toolbar)&lt;/li&gt;
&lt;li&gt;Fields pane (Right SideBar)&lt;/li&gt;
&lt;li&gt;Visualizations Pane (Right SideBar)&lt;/li&gt;
&lt;li&gt;Report View,Data View and Model View (Bottom)&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;In this article, i will share more information about schemas and data modelling.&lt;/p&gt;

&lt;p&gt;** What is a Schema?**&lt;br&gt;
It refers to _the structure and organization of data within a data model.Schemas define how data is connected and related within the model, influencing the efficiency and performance of data queries and reports.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Types of Schemas.&lt;/strong&gt;&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;Star Schema 
2.Snowflake Schema&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;Star Schema,how it works.&lt;br&gt;
A star schema is made up of a central fact table with multiple dimensions table branching off of this fact table, much like the appearance of a star.&lt;/p&gt;

&lt;p&gt;Benefits for Power BI&lt;br&gt;
1.Query performance - star schema reduces joins from 10+ to 2-3 tables and is 5-10x faster query execution.&lt;br&gt;
2.DAX simplicity - measures reference fact table,filters uses dimensions and clearer codes.&lt;br&gt;
3.Star schema columnar storage compresses better than normalized.&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%2Fsfco4kb1cj9eyydlc8ye.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%2Fsfco4kb1cj9eyydlc8ye.png" alt=" " width="300" height="191"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;em&gt;Fact table&lt;/em&gt;: -mae up of values that can be summarised and aggregated as well as one or more keys that link to the dimension tables.Purpose of the key - make connections between tables.When handling large volumes of data,it is recommended for the keys to be numeric values rather than text strings, as this can improve the model perfomarmance.&lt;br&gt;
Fct tables should be very narrow and include a few columns as possible.Any columns that describes the features of a dataset such as Product Name or Product Category,should be separated out of the fact table a process called &lt;em&gt;normalization&lt;/em&gt; of data.Goal - is to avoid repetitiveness.&lt;/p&gt;

&lt;p&gt;Dimensions Table : desribes the features of the data set logically grouped together.They should contain unique values for the features they are describing and the columns are responsible for filtering or grouping of the data in Power BI. &lt;/p&gt;

&lt;p&gt;2.Snowflake Schema&lt;br&gt;
Normalized dimensions ideal for complex hierarchies.The dimension tables are further divided especially if a feature has any further categories or sub counties.&lt;br&gt;
Example: Given a data set with Product tables that contain Product ID,Product Name and Product Category.In a snowflake schema the Products table will only contain Product ID and Product Name while the Product Category would firther be divided out into its own table containing Procuct Categoty ID and Product Category.&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%2F2553vzn51iduw4im68pp.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%2F2553vzn51iduw4im68pp.png" alt=" " width="800" height="538"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Data Modelling&lt;/strong&gt;&lt;br&gt;
Is the process of creating visual representation of the connections between data structures, with information about the individual attributes contained within those data structures.&lt;/p&gt;

&lt;p&gt;Good data modelling practices are very important for building Power BI reports that are optimized for performance and can scale as needed.&lt;/p&gt;

</description>
    </item>
    <item>
      <title>Microsoft Excel for beginners in Data Analytics</title>
      <dc:creator>Steve Andrew</dc:creator>
      <pubDate>Sun, 25 Jan 2026 16:16:58 +0000</pubDate>
      <link>https://forem.com/steve_andrew_089e2bdcbc14/microsoft-excel-for-beginners-in-data-analytics-55p0</link>
      <guid>https://forem.com/steve_andrew_089e2bdcbc14/microsoft-excel-for-beginners-in-data-analytics-55p0</guid>
      <description>&lt;p&gt;Microsoft excel is a spreadsheet program used to store,organize,calcualte,analyze and visualize data with the aim of drawing insights for informed decision making.&lt;/p&gt;

&lt;p&gt;It is widely used in business,accounting,education,research and data analysis.This article will illustrate the basics required for beginners to understand use and data manipulation for simple analysis.&lt;/p&gt;

&lt;p&gt;Data in excel is presented on a work sheet that has columns(vertical group of cells labeled A,B,C,..at the top right) and rows(horizontal group of cells labeled 1,2,3,..at the left).Columns intersects with rows to form cells where real data elements are keyed in.&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%2Fh2v7sm9si7u192795a0r.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%2Fh2v7sm9si7u192795a0r.png" alt=" " width="800" height="450"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;How to save work done in excel&lt;/strong&gt;                   &lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;Open an excel work book &lt;/li&gt;
&lt;li&gt;Click on file at the top left of the ribbon&lt;/li&gt;
&lt;li&gt;Click Save As&lt;/li&gt;
&lt;li&gt;Choose a file/folder (e.g Desktop, Documents)&lt;/li&gt;
&lt;li&gt;Type in a file name of your choice (e.g Dataset 1)&lt;/li&gt;
&lt;li&gt;Important to ensure the file type is excel workbook(*.xlsx) and click Save.&lt;/li&gt;
&lt;/ol&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%2F46k8n3a7ak9kvypcnp0v.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%2F46k8n3a7ak9kvypcnp0v.png" alt=" " width="800" height="450"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Excel functions and their uses&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;1.Mathematical functions majorly used for  calculations.&lt;br&gt;
 Function              Use&lt;br&gt;
SUM                   Adds numbers in a range&lt;br&gt;
AVERAGE               Finds the means of numbers&lt;br&gt;
MIN                   Returns the smalest value&lt;br&gt;
MAX                   Returns the largest value&lt;br&gt;
ROUND                 Rounds numbers to the nearest decimal place&lt;br&gt;
COUNT                 Counts numeric values&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%2F15aayw5vfeag84scgfcd.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%2F15aayw5vfeag84scgfcd.png" alt=" " width="800" height="450"&gt;&lt;/a&gt;&lt;br&gt;
AVERAGE&lt;br&gt;
AVERAGE(K2:K15)&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%2Fwokg0vh432d3y3j1yhxe.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%2Fwokg0vh432d3y3j1yhxe.png" alt=" " width="800" height="415"&gt;&lt;/a&gt;&lt;br&gt;
MINIMUM&lt;br&gt;
MIN(K2:K15)&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%2F9prb4wqga1eoeodtzv07.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%2F9prb4wqga1eoeodtzv07.png" alt=" " width="800" height="415"&gt;&lt;/a&gt;&lt;br&gt;
MAXIMUM&lt;br&gt;
MAX(K2:K15)&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%2Fjeleo2ua2psn6xpb59tn.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%2Fjeleo2ua2psn6xpb59tn.png" alt=" " width="800" height="415"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Data Cleaning&lt;/strong&gt;&lt;br&gt;
The most common methods used during data cleaning includes text nd number formatting, alignments(horizontal, vertical,wrap, merge and center) borders and fill colors and conditional formatting.This is also aimed at removing duplicates and blanks.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Handling missing values:&lt;/strong&gt;&lt;br&gt;
Find and highlight missing values&lt;br&gt;
Select data range/column -&amp;gt; go to home on the ribbon -&amp;gt; select conditional formatting -&amp;gt; new rule -&amp;gt; select format only cells that contains blanks -&amp;gt; select a color and click okay.&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%2Fea1ar4e36qtwvd6afnub.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%2Fea1ar4e36qtwvd6afnub.png" alt=" " width="800" height="450"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Removing duplicates:&lt;/strong&gt;&lt;br&gt;
Highlight the dataset -&amp;gt; click home -&amp;gt; Conditional formatting -&amp;gt; highlight cell rules -&amp;gt; duplicate values -&amp;gt; select a color -&amp;gt; Ok.&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%2Fxkfvcsirw92qfkygt6il.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%2Fxkfvcsirw92qfkygt6il.png" alt=" " width="800" height="450"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Fixing data types:&lt;/strong&gt;&lt;br&gt;
Format numeric values as numbers,currencies as currency, texts as Text, dates as dates.They are crucial for right calculations.&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%2Fgvc25e3a5ni6ldk25gw6.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%2Fgvc25e3a5ni6ldk25gw6.png" alt=" " width="800" height="450"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;VLOOKUP&lt;br&gt;
VLOOKUP(10003,A2:E15,4,FALSE)&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%2F7aai33ybpaa3wi5mw6c0.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%2F7aai33ybpaa3wi5mw6c0.png" alt=" " width="800" height="415"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Pivot Tables:&lt;/strong&gt;&lt;br&gt;
Useful for in depth data analysis of a given dataset.Allows use of slicers, graphic and dashboard creation.&lt;br&gt;
&lt;strong&gt;Steps&lt;/strong&gt;&lt;br&gt;
Select your data&lt;br&gt;
. Go to insert -&amp;gt; Pivot Table&lt;br&gt;
. Choose where to place, as a best practice choose new worksheet&lt;br&gt;
. Select the important indicators or drag to rows, columns and values.&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%2Fc6b5e2koofk7ursyflmy.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%2Fc6b5e2koofk7ursyflmy.png" alt=" " width="800" height="415"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Summary&lt;/p&gt;

&lt;p&gt;Excel is still a highly reliable tool that has vast use for data analysis in multiple fileds and still stands out among other softwares.Its highly compartible and can be used along with other tools like PowerBI,SQL and Python.&lt;/p&gt;

</description>
      <category>data</category>
      <category>datascience</category>
    </item>
    <item>
      <title>Beginner friendly article on Git bash and Git hub.</title>
      <dc:creator>Steve Andrew</dc:creator>
      <pubDate>Sun, 18 Jan 2026 09:53:21 +0000</pubDate>
      <link>https://forem.com/steve_andrew_089e2bdcbc14/beginner-friendly-article-on-git-bash-and-git-hub-40k4</link>
      <guid>https://forem.com/steve_andrew_089e2bdcbc14/beginner-friendly-article-on-git-bash-and-git-hub-40k4</guid>
      <description>&lt;p&gt;Git is a version control system that intelligently track changes if file.&lt;br&gt;
Git hub is a cloud based platform where one can store, share and work together with others to write a code.&lt;br&gt;
Codes are stored in form of a repository.&lt;/p&gt;

&lt;p&gt;How to install git bash in your computer&lt;br&gt;
1.Download git from the official website and follow prompts for window users or microsoft store.&lt;br&gt;
2.Run the installer and follow prompts &lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;Ensure components selected include "Git bash" and "Git GUI" are checked.&lt;/li&gt;
&lt;li&gt;Choose default editor - for our use we selected visual studio code.&lt;/li&gt;
&lt;li&gt;Select option of using Git from the command line and then follow prompts till installed.&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;1.To confirm if git is installed&lt;br&gt;
git --version&lt;/p&gt;

&lt;p&gt;2.To input name  and user mail&lt;br&gt;
git config --global user.name "STEVE"&lt;br&gt;
git config --global user.mail "&lt;a href="mailto:steveandrew97@gmil.com"&gt;steveandrew97@gmil.com&lt;/a&gt;"&lt;/p&gt;

&lt;p&gt;3.To confirm configuration&lt;br&gt;
git config --global --list&lt;/p&gt;

&lt;p&gt;4.How to generate SSH key that ensures Github connectivity is secure and will not prompt for password each time.&lt;/p&gt;

&lt;p&gt;ssh--keygen -t ed25519 -C "&lt;a href="mailto:steveandrew97@gmail.com"&gt;steveandrew97@gmail.com&lt;/a&gt;"&lt;/p&gt;

&lt;p&gt;Press enter to accept default file location&lt;/p&gt;

&lt;p&gt;5.How to iniate the SSH Agent&lt;br&gt;
eval "$(ssh-agent -s)"&lt;/p&gt;

&lt;p&gt;6.Add SSH key&lt;br&gt;
ssh-add ~/.ssh/id_ed25519&lt;/p&gt;

&lt;p&gt;7.In putting the public key&lt;br&gt;
cat ~/.ssh/id_ed25519.pub&lt;/p&gt;

&lt;p&gt;How to push GitHub code&lt;br&gt;
First, open your project in the terminal&lt;/p&gt;

&lt;p&gt;1.Initialize Git&lt;/p&gt;

&lt;p&gt;git init&lt;br&gt;
2.Check file status&lt;/p&gt;

&lt;p&gt;git status&lt;br&gt;
3.Add File&lt;/p&gt;

&lt;p&gt;git add.&lt;br&gt;
4.Commit changes&lt;/p&gt;

&lt;p&gt;git commit -m "My first commit"&lt;/p&gt;

&lt;p&gt;5.Connect to GitHub Respository&lt;/p&gt;

&lt;p&gt;git remote add origin &lt;a href="https://github.com/username/repository-name.git" rel="noopener noreferrer"&gt;https://github.com/username/repository-name.git&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;6.Push the code&lt;/p&gt;

&lt;p&gt;git push -u origin main&lt;/p&gt;

&lt;p&gt;The  code will appear on GitHub&lt;/p&gt;

&lt;p&gt;How to pull code from GitHub&lt;br&gt;
pulling means getting the latest version of the project from gitHub&lt;/p&gt;

&lt;p&gt;1.git pull origin main &lt;br&gt;
this is usefull when working others or when switching devices&lt;/p&gt;

&lt;p&gt;How to track changes using Git&lt;br&gt;
2.To see changed files&lt;/p&gt;

&lt;p&gt;git status &lt;br&gt;
3.To see what exactly changed.&lt;/p&gt;

&lt;p&gt;git diff&lt;br&gt;
4.To view commit history&lt;/p&gt;

&lt;p&gt;git log&lt;/p&gt;

&lt;p&gt;Summary: Git enables the coding community network while making it possible for oe track,store and make changes in thier coding work.&lt;/p&gt;

</description>
      <category>beginners</category>
      <category>git</category>
      <category>github</category>
      <category>tutorial</category>
    </item>
  </channel>
</rss>
