<?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: Feddy Mwanjumwa</title>
    <description>The latest articles on DEV Community by Feddy Mwanjumwa (@feddy_mwanjumwa_e4047cf0c).</description>
    <link>https://dev.to/feddy_mwanjumwa_e4047cf0c</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%2F3952222%2F538fcc25-0f91-4386-8c6b-23ff856e7bf8.png</url>
      <title>DEV Community: Feddy Mwanjumwa</title>
      <link>https://dev.to/feddy_mwanjumwa_e4047cf0c</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/feddy_mwanjumwa_e4047cf0c"/>
    <language>en</language>
    <item>
      <title>Connecting Power BI to PostgreSQL: A Step-by-Step Guide for Beginners.</title>
      <dc:creator>Feddy Mwanjumwa</dc:creator>
      <pubDate>Mon, 20 Jul 2026 13:41:46 +0000</pubDate>
      <link>https://dev.to/feddy_mwanjumwa_e4047cf0c/connecting-power-bi-to-postgresql-a-step-by-step-guide-for-beginners-4dk9</link>
      <guid>https://dev.to/feddy_mwanjumwa_e4047cf0c/connecting-power-bi-to-postgresql-a-step-by-step-guide-for-beginners-4dk9</guid>
      <description>&lt;h2&gt;
  
  
  Introduction.
&lt;/h2&gt;

&lt;p&gt;Power BI is one of the most popular tools for transforming raw data into interactive dashboards and reports. Many beginners start by importing Excel files, big organizations often store their data in relational databases such as PostgreSQL.&lt;/p&gt;

&lt;p&gt;Connecting Power BI directly to PostgreSQL allows you to analyze data from a centralized source, reduce manual data imports, and create reports that can be refreshed whenever the database changes.&lt;/p&gt;

&lt;p&gt;In this article, I'll take you through the process of connecting Power BI Desktop to a local PostgreSQL database.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;What is PostgreSQL?&lt;/strong&gt;&lt;br&gt;
PostgreSQL is a powerful, open-source relational database management system (RDBMS). It is widely used because it is:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Free and open-source&lt;/li&gt;
&lt;li&gt;Reliable and secure&lt;/li&gt;
&lt;li&gt;Highly scalable&lt;/li&gt;
&lt;li&gt;Supported natively by Microsoft Power BI
Because of these features, PostgreSQL is an excellent choice for storing and managing business data.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;strong&gt;Prerequisites&lt;/strong&gt;&lt;br&gt;
Before connecting Power BI to PostgreSQL, I ensured I had the following installed:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;PostgreSQL&lt;/li&gt;
&lt;li&gt;Power BI Desktop&lt;/li&gt;
&lt;li&gt;A PostgreSQL database containing the tables I wanted to analyze.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;strong&gt;Step 1: Open Power BI Desktop&lt;/strong&gt;&lt;br&gt;
Launch Microsoft Power BI Desktop.&lt;/p&gt;

&lt;p&gt;From the Home ribbon, select:&lt;/p&gt;

&lt;p&gt;Home → Get Data&lt;/p&gt;

&lt;p&gt;A window containing all supported data sources will appear.&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.us-east-2.amazonaws.com%2Fuploads%2Farticles%2F0tr14l9hi0rbu7gsl3ut.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.us-east-2.amazonaws.com%2Fuploads%2Farticles%2F0tr14l9hi0rbu7gsl3ut.png" alt="Power BI Home page showing the Get Data option." width="682" height="662"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Step 2: Choose PostgreSQL Database&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;In the Get Data window:&lt;/p&gt;

&lt;p&gt;Search for PostgreSQL Database.&lt;br&gt;
Select it.&lt;br&gt;
Click Connect.&lt;/p&gt;

&lt;p&gt;Power BI will open the PostgreSQL connection dialog.Step 2: Choose PostgreSQL Database&lt;/p&gt;

&lt;p&gt;In the Get Data window:&lt;/p&gt;

&lt;p&gt;Search for PostgreSQL Database.&lt;br&gt;
Select it.&lt;br&gt;
Click Connect.&lt;/p&gt;

&lt;p&gt;Power BI will open the PostgreSQL connection dialog.&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.us-east-2.amazonaws.com%2Fuploads%2Farticles%2Fouloppow60bsrm0j9njr.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.us-east-2.amazonaws.com%2Fuploads%2Farticles%2Fouloppow60bsrm0j9njr.png" alt="PostgreSQL Database connector." width="799" height="433"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Step 3: Enter Your Database Details&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Provide your PostgreSQL connection information.&lt;/p&gt;

&lt;p&gt;For a local PostgreSQL server, the details are typically:&lt;/p&gt;

&lt;p&gt;An example&lt;br&gt;
Server  localhost:5432 or 127.0.0.1:5432&lt;br&gt;
Database    postgres (or your database name)&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Step 4: Authenticate&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Power BI will ask for your PostgreSQL credentials.&lt;/p&gt;

&lt;p&gt;Enter :&lt;/p&gt;

&lt;p&gt;Username&lt;br&gt;
Password&lt;/p&gt;

&lt;p&gt;Then click Connect.&lt;/p&gt;

&lt;p&gt;If the credentials are correct, Power BI will establish a connection to your PostgreSQL database.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Step 5: Select the Tables&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;After connecting successfully, the Navigator window will display the available tables.&lt;/p&gt;

&lt;p&gt;Select the tables you want to import into Power BI.&lt;/p&gt;

&lt;p&gt;You can either:&lt;/p&gt;

&lt;p&gt;Load the data directly into Power BI, or&lt;br&gt;
Select Transform Data if you want to clean or modify the data first.&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.us-east-2.amazonaws.com%2Fuploads%2Farticles%2Fis0ow59mfdd6thno3rqs.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.us-east-2.amazonaws.com%2Fuploads%2Farticles%2Fis0ow59mfdd6thno3rqs.png" alt="Navigator window." width="800" height="637"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Step 6: Transform the Data (Optional)&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;If you choose Transform Data, Power Query Editor opens.&lt;/p&gt;

&lt;p&gt;Power Query allows you to:&lt;/p&gt;

&lt;p&gt;Change data types&lt;br&gt;
Rename columns&lt;br&gt;
Remove duplicates&lt;br&gt;
Handle missing values&lt;br&gt;
Filter rows&lt;br&gt;
Split or merge columns&lt;/p&gt;

&lt;p&gt;Preparing the data before building reports helps improve accuracy and keeps your model organized.&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.us-east-2.amazonaws.com%2Fuploads%2Farticles%2F98y3nc15yqdr4mkl200y.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.us-east-2.amazonaws.com%2Fuploads%2Farticles%2F98y3nc15yqdr4mkl200y.png" alt="Power Query Editor." width="799" height="433"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Step 7: Build Your Report&lt;/p&gt;

&lt;p&gt;Once the data has been loaded, you're ready to create visualizations.&lt;/p&gt;

&lt;p&gt;Power BI offers many built-in visuals, including:&lt;/p&gt;

&lt;p&gt;Bar charts&lt;br&gt;
Line charts&lt;br&gt;
Pie charts&lt;br&gt;
Tables&lt;br&gt;
KPI cards&lt;br&gt;
Maps&lt;br&gt;
Slicers&lt;/p&gt;

&lt;p&gt;These visuals help transform raw database records into meaningful insights that users can explore interactively.&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.us-east-2.amazonaws.com%2Fuploads%2Farticles%2F4wa69soe7g7z0ol0sfst.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.us-east-2.amazonaws.com%2Fuploads%2Farticles%2F4wa69soe7g7z0ol0sfst.png" alt="Sample Power BI report." width="799" height="433"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;This process may come with alot of common connection issues.&lt;br&gt;
If Power BI cannot connect to PostgreSQL, check the following:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Is the PostgreSQL service running?&lt;/li&gt;
&lt;li&gt;Is the server name correct?&lt;/li&gt;
&lt;li&gt;Is the port number correct?&lt;/li&gt;
&lt;li&gt;Is the database name correct?&lt;/li&gt;
&lt;li&gt;Are the username and password correct?&lt;/li&gt;
&lt;li&gt;Has the PostgreSQL driver been installed?&lt;/li&gt;
&lt;li&gt;Is a firewall blocking the connection?&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Most connection problems can be resolved by checking these settings.&lt;/p&gt;

&lt;h2&gt;
  
  
  &lt;strong&gt;Benefits of Connecting Power BI to PostgreSQL&lt;/strong&gt;
&lt;/h2&gt;

&lt;p&gt;Using PostgreSQL as a Power BI data source offers several advantages:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Centralized data storage&lt;/li&gt;
&lt;li&gt;Improved data consistency&lt;/li&gt;
&lt;li&gt;Faster reporting&lt;/li&gt;
&lt;li&gt;Reduced manual imports&lt;/li&gt;
&lt;li&gt;Easier collaboration&lt;/li&gt;
&lt;li&gt;Support for scheduled refreshes&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Instead of repeatedly importing spreadsheets, reports can be built directly from the database.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Conclusion&lt;/strong&gt;&lt;br&gt;
Connecting Power BI to PostgreSQL is a valuable skill for anyone working in data analytics. It allows you to access data directly from a relational database, prepare it for analysis, and create interactive dashboards that can support informed decision making.&lt;/p&gt;

&lt;p&gt;Whether you're working on personal projects or organizational data, learning to connect Power BI to PostgreSQL is an important step toward building efficient and professional reports.&lt;/p&gt;

</description>
      <category>postgres</category>
      <category>sql</category>
      <category>database</category>
      <category>powerbi</category>
    </item>
    <item>
      <title>How Excel is used in Real World Data Analysis- How deep, intresting and useful Excel is in the Tech space.</title>
      <dc:creator>Feddy Mwanjumwa</dc:creator>
      <pubDate>Sat, 06 Jun 2026 20:26:15 +0000</pubDate>
      <link>https://dev.to/feddy_mwanjumwa_e4047cf0c/what-i-learnt-about-excel-after-a-week-of-data-science-classes-how-deep-intresting-and-useful-2ipp</link>
      <guid>https://dev.to/feddy_mwanjumwa_e4047cf0c/what-i-learnt-about-excel-after-a-week-of-data-science-classes-how-deep-intresting-and-useful-2ipp</guid>
      <description>&lt;h2&gt;
  
  
  Introduction.
&lt;/h2&gt;

&lt;p&gt;My first encounter with Microsoft Excel was about 8 years ago in primary school. At the time, I only used a few basic features such as entering data into cells. To me, Excel seemed like nothing more than a digital spreadsheet where one could write some data figures like exam results.&lt;/p&gt;

&lt;p&gt;Fast forward to 2026, and my perspective has completely changed. As I began learning Excel more seriously as part of my data analytics journey, I quickly realized that it is far more powerful than I had imagined. Beyond storing data, Excel can perform calculations, automate repetitive tasks, analyze large datasets, and help users make critical  decisions.&lt;/p&gt;

&lt;p&gt;What once looked like a simple spreadsheet application has proved itself to be a very useful tool used by students, businesses, researchers, accountants, and data analysts around the world. In this article, I share some of the key lessons and discoveries from my first week of learning Excel and how they have changed the way I view this software.&lt;/p&gt;

&lt;h2&gt;
  
  
  Understanding Excel at a deeper level.
&lt;/h2&gt;

&lt;p&gt;One of the first things I learned was how Excel organizes information using rows, columns, and cells. This might look simple, but understanding how data is structured is important because almost every task in Excel depends on it. &lt;/p&gt;

&lt;h2&gt;
  
  
  My Introduction to Data Cleaning.
&lt;/h2&gt;

&lt;p&gt;One thing that i found intresting to me during my first week of learning Excel was data cleaning. Before this course, I assumed that data collected from surveys, businesses, or other sources was always ready for analysis. However, I learned that raw data often contains errors, duplicates, missing values, and inconsistencies.&lt;/p&gt;

&lt;p&gt;Excel has several tools that help clean and prepare data before analysis. Tools such as Find and Replace, Remove Duplicates, Text to Columns, and filtering make it easier to identify and correct problems within a dataset.&lt;/p&gt;

&lt;p&gt;I came to understand that data cleaning is one of the most important steps in the data analysis process. Even the most advanced analysis can produce misleading results if the  data is inaccurate or poorly organized. Learning about data cleaning gave me a new appreciation for the amount of work that happens before meaningful conclusions can be made from data.&lt;/p&gt;

&lt;p&gt;I also learned how to format cells by changing fonts, colors, borders, and number formats. Proper formatting makes spreadsheets easier to read and gives them a more professional appearance.&lt;/p&gt;

&lt;h3&gt;
  
  
  My First Experience with Excel Formulas.
&lt;/h3&gt;

&lt;p&gt;The most exciting part of learning Excel was discovering formulas. Instead of performing calculations manually, Excel can calculate values automatically.&lt;/p&gt;

&lt;p&gt;Some of the first formulas I learned include:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;SUM() for adding values&lt;/li&gt;
&lt;li&gt;AVERAGE() for finding the mean&lt;/li&gt;
&lt;li&gt;MAX() for finding the largest value&lt;/li&gt;
&lt;li&gt;MIN() for finding the smallest value&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;These functions demonstrated how Excel can save time and reduce human error when working with data.&lt;/p&gt;

&lt;h3&gt;
  
  
  Sorting and Filtering Data.
&lt;/h3&gt;

&lt;p&gt;Another feature that has the ability to sort and filter data. Sorting allows data to be arranged in ascending or descending order, while filtering helps display only the information that meets specific order&lt;/p&gt;

&lt;p&gt;For example, in a dataset containing employee records, filtering can be used to display only employees from a particular department or those with a specific marital status. This makes it much easier to work with large amounts of information.&lt;/p&gt;

&lt;h2&gt;
  
  
  Final thoughts.
&lt;/h2&gt;

&lt;p&gt;After just one week of learning Excel, I can already see how much depth the tool has beyond what I initially thought. What once felt like a simple spreadsheet application is now revealing itself as a powerful platform for working with data in a structured and efficient way.&lt;/p&gt;

&lt;p&gt;This early stage has shown me that small skills like organising data, using formulas, and cleaning datasets are the foundation of much larger concepts in data analysis. I now understand that mastering Excel is not about memorizing functions, but about learning how to think logically about data.&lt;/p&gt;

&lt;p&gt;Overall, this first week has completely changed how I view Excel. What seemed basic at first now feels like an essential skill that I will keep building on throughout my learning journey.&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%2Fywosafnxv6bbskgv2i2m.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%2Fywosafnxv6bbskgv2i2m.png" alt="Screenshot of excel data sheet with raw data that i was trying to clean" width="800" height="500"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Share your journey on how you viewd excel when learning it for the first time, i would love to hear from you too!!!&lt;/p&gt;

</description>
      <category>ai</category>
      <category>productivity</category>
      <category>beginners</category>
    </item>
    <item>
      <title>What i learnt about Excel after a week of data science classes- How deep, intresting and useful Excel is in the Tech space.</title>
      <dc:creator>Feddy Mwanjumwa</dc:creator>
      <pubDate>Sat, 06 Jun 2026 20:26:14 +0000</pubDate>
      <link>https://dev.to/feddy_mwanjumwa_e4047cf0c/what-i-learnt-about-excel-after-a-week-of-data-science-classes-how-deep-intresting-and-useful-370d</link>
      <guid>https://dev.to/feddy_mwanjumwa_e4047cf0c/what-i-learnt-about-excel-after-a-week-of-data-science-classes-how-deep-intresting-and-useful-370d</guid>
      <description>&lt;h2&gt;
  
  
  Introduction.
&lt;/h2&gt;

&lt;p&gt;My first encounter with Microsoft Excel was about 8 years ago in primary school. At the time, I only used a few basic features such as entering data into cells. To me, Excel seemed like nothing more than a digital spreadsheet where one could write some data figures like exam results.&lt;/p&gt;

&lt;p&gt;Fast forward to 2026, and my perspective has completely changed. As I began learning Excel more seriously as part of my data analytics journey, I quickly realized that it is far more powerful than I had imagined. Beyond storing data, Excel can perform calculations, automate repetitive tasks, analyze large datasets, and help users make critical  decisions.&lt;/p&gt;

&lt;p&gt;What once looked like a simple spreadsheet application has proved itself to be a very useful tool used by students, businesses, researchers, accountants, and data analysts around the world. In this article, I share some of the key lessons and discoveries from my first week of learning Excel and how they have changed the way I view this software.&lt;/p&gt;

&lt;h2&gt;
  
  
  Understanding Excel at a deeper level.
&lt;/h2&gt;

&lt;p&gt;One of the first things I learned was how Excel organizes information using rows, columns, and cells. This might look simple, but understanding how data is structured is important because almost every task in Excel depends on it. &lt;/p&gt;

&lt;h2&gt;
  
  
  My Introduction to Data Cleaning.
&lt;/h2&gt;

&lt;p&gt;One thing that i found intresting to me during my first week of learning Excel was data cleaning. Before this course, I assumed that data collected from surveys, businesses, or other sources was always ready for analysis. However, I learned that raw data often contains errors, duplicates, missing values, and inconsistencies.&lt;/p&gt;

&lt;p&gt;Excel has several tools that help clean and prepare data before analysis. Tools such as Find and Replace, Remove Duplicates, Text to Columns, and filtering make it easier to identify and correct problems within a dataset.&lt;/p&gt;

&lt;p&gt;I came to understand that data cleaning is one of the most important steps in the data analysis process. Even the most advanced analysis can produce misleading results if the  data is inaccurate or poorly organized. Learning about data cleaning gave me a new appreciation for the amount of work that happens before meaningful conclusions can be made from data.&lt;/p&gt;

&lt;p&gt;I also learned how to format cells by changing fonts, colors, borders, and number formats. Proper formatting makes spreadsheets easier to read and gives them a more professional appearance.&lt;/p&gt;

&lt;h3&gt;
  
  
  My First Experience with Excel Formulas.
&lt;/h3&gt;

&lt;p&gt;The most exciting part of learning Excel was discovering formulas. Instead of performing calculations manually, Excel can calculate values automatically.&lt;/p&gt;

&lt;p&gt;Some of the first formulas I learned include:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;SUM() for adding values&lt;/li&gt;
&lt;li&gt;AVERAGE() for finding the mean&lt;/li&gt;
&lt;li&gt;MAX() for finding the largest value&lt;/li&gt;
&lt;li&gt;MIN() for finding the smallest value&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;These functions demonstrated how Excel can save time and reduce human error when working with data.&lt;/p&gt;

&lt;h3&gt;
  
  
  Sorting and Filtering Data.
&lt;/h3&gt;

&lt;p&gt;Another feature that has the ability to sort and filter data. Sorting allows data to be arranged in ascending or descending order, while filtering helps display only the information that meets specific order&lt;/p&gt;

&lt;p&gt;For example, in a dataset containing employee records, filtering can be used to display only employees from a particular department or those with a specific marital status. This makes it much easier to work with large amounts of information.&lt;/p&gt;

&lt;h2&gt;
  
  
  Final thoughts.
&lt;/h2&gt;

&lt;p&gt;After just one week of learning Excel, I can already see how much depth the tool has beyond what I initially thought. What once felt like a simple spreadsheet application is now revealing itself as a powerful platform for working with data in a structured and efficient way.&lt;/p&gt;

&lt;p&gt;This early stage has shown me that small skills like organising data, using formulas, and cleaning datasets are the foundation of much larger concepts in data analysis. I now understand that mastering Excel is not about memorizing functions, but about learning how to think logically about data.&lt;/p&gt;

&lt;p&gt;Overall, this first week has completely changed how I view Excel. What seemed basic at first now feels like an essential skill that I will keep building on throughout my learning journey.&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%2Fywosafnxv6bbskgv2i2m.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%2Fywosafnxv6bbskgv2i2m.png" alt="Screenshot of excel data sheet with raw data that i was trying to clean" width="800" height="500"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Share your journey on how you viewd excel when learning it for the first time, i would love to hear from you too!!!&lt;/p&gt;

</description>
      <category>ai</category>
      <category>productivity</category>
      <category>beginners</category>
    </item>
  </channel>
</rss>
