<?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: rose odiwuor</title>
    <description>The latest articles on DEV Community by rose odiwuor (@rose_odiwuor).</description>
    <link>https://dev.to/rose_odiwuor</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%2F3951249%2F3d6194b0-29cd-46db-88a7-ccf9caba41f5.png</url>
      <title>DEV Community: rose odiwuor</title>
      <link>https://dev.to/rose_odiwuor</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/rose_odiwuor"/>
    <language>en</language>
    <item>
      <title>Connecting Power BI to Local and Cloud-based PostgreSQL</title>
      <dc:creator>rose odiwuor</dc:creator>
      <pubDate>Sat, 11 Jul 2026 09:43:16 +0000</pubDate>
      <link>https://dev.to/rose_odiwuor/connecting-power-bi-to-local-and-cloud-based-postgresql-39nn</link>
      <guid>https://dev.to/rose_odiwuor/connecting-power-bi-to-local-and-cloud-based-postgresql-39nn</guid>
      <description>&lt;h2&gt;
  
  
  Introduction
&lt;/h2&gt;

&lt;p&gt;&lt;strong&gt;Power Bi&lt;/strong&gt; is a data visualization tool that transforms raw data into meaningful and interactive insights, whereas &lt;strong&gt;PostgreSQL&lt;/strong&gt; is a database management system that uses the SQL(structured query language) to store and interact with data from the databases.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;&lt;em&gt;Local PostgreSQL&lt;/em&gt;&lt;/strong&gt; means that the database is hosted locally on my computer while a &lt;strong&gt;&lt;em&gt;cloud-based&lt;/em&gt;&lt;/strong&gt; stores the databases on cloud data platforms.&lt;/p&gt;

&lt;p&gt;We therefore connect Power BI to PostgreSQL so that data from the databases can be analyzed, visualized and turned into meaningful reports and dashboards.&lt;br&gt;
Instead of exporting data every day, Power BI retrieves the data directly from the database, saving time and reducing errors.&lt;/p&gt;

&lt;h2&gt;
  
  
  Connection Process
&lt;/h2&gt;

&lt;p&gt;For a local host, download and install &lt;a href="https://www.postgresql.org/download/" rel="noopener noreferrer"&gt;PostgreSQL&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;For the cloud based;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;&lt;p&gt;create an account in &lt;a href="https://aiven.io/" rel="noopener noreferrer"&gt;Aiven&lt;/a&gt; - which is a Database-as-a-Service platform&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;download and install &lt;a href="https://dbeaver.io/download/" rel="noopener noreferrer"&gt;DBeaver&lt;/a&gt; - a database management tool&lt;/p&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;From Aiven you'll get the required connection information as below;&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%2Fzy5c93yotbcqpvwvkycz.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%2Fzy5c93yotbcqpvwvkycz.png" alt=" " width="800" height="393"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;After successful connection, DBeaver is as below;&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%2Fyqelxi5jdw1aljlj1yai.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%2Fyqelxi5jdw1aljlj1yai.png" alt=" " width="800" height="429"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  Data Importation
&lt;/h2&gt;

&lt;p&gt;To import data to DBeaver, on the left side expand on &lt;em&gt;&lt;strong&gt;databases&lt;/strong&gt;&lt;/em&gt; &amp;gt; &lt;strong&gt;&lt;em&gt;defaultdb&lt;/em&gt;&lt;/strong&gt; &amp;gt; &lt;em&gt;&lt;strong&gt;schemas&lt;/strong&gt;&lt;/em&gt; &amp;gt; either create a new schema or use the public schema&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%2Fiyp3ooojd8k2usept3un.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%2Fiyp3ooojd8k2usept3un.png" alt=" " width="799" height="541"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Right click on your preffered schema and click &lt;em&gt;&lt;strong&gt;import data&lt;/strong&gt;&lt;/em&gt;. Brings you to the window below&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%2F87vw2ytuvm0m46kpux09.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%2F87vw2ytuvm0m46kpux09.png" alt=" " width="799" height="391"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Go to -&amp;gt; &lt;strong&gt;&lt;em&gt;Input file(s)&lt;/em&gt;&lt;/strong&gt;, &lt;strong&gt;&lt;em&gt;Browse&lt;/em&gt;&lt;/strong&gt; and select your data&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%2Fyhbjy01d73u3ra8tqv1b.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%2Fyhbjy01d73u3ra8tqv1b.png" alt=" " width="799" height="439"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Click &lt;strong&gt;&lt;em&gt;Proceed&lt;/em&gt;&lt;/strong&gt; at the bottom, till its done. After importing is done you should see&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%2Fj3hipkq4chs0u9kwzmws.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%2Fj3hipkq4chs0u9kwzmws.png" alt=" " width="800" height="431"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Voila, you just imported a file to aiven database.&lt;/p&gt;

&lt;h2&gt;
  
  
  Connecting Power BI to the Database
&lt;/h2&gt;

&lt;p&gt;Now we have the file in a database. In order to work on the data and visualize it, we connect our visualization tool to the database.&lt;/p&gt;

&lt;p&gt;Open &lt;strong&gt;Power BI Desktop&lt;/strong&gt; on your computer&lt;br&gt;
Click &lt;strong&gt;&lt;em&gt;Get Data&lt;/em&gt;&lt;/strong&gt; in the Home ribbon and select &lt;strong&gt;&lt;em&gt;More&lt;/em&gt;&lt;/strong&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.us-east-2.amazonaws.com%2Fuploads%2Farticles%2Fir77ri8i988rktfpq46h.JPG" 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%2Fir77ri8i988rktfpq46h.JPG" alt=" " width="800" height="412"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;In the dialog box, search for &lt;strong&gt;&lt;em&gt;PostgreSQL database&lt;/em&gt;&lt;/strong&gt; under the &lt;strong&gt;&lt;em&gt;Database&lt;/em&gt;&lt;/strong&gt; category and click &lt;strong&gt;&lt;em&gt;Connect&lt;/em&gt;&lt;/strong&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.us-east-2.amazonaws.com%2Fuploads%2Farticles%2Felx8cxte93tbs5xme8w3.JPG" 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%2Felx8cxte93tbs5xme8w3.JPG" alt=" " width="800" height="412"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Input server and database details gotten from the connection information on Aiven.&lt;br&gt;
&lt;strong&gt;Server&lt;/strong&gt; -&amp;gt; &lt;em&gt;Host&lt;/em&gt;:&lt;em&gt;Port&lt;/em&gt; &lt;br&gt;
&lt;strong&gt;Database&lt;/strong&gt; -&amp;gt; &lt;em&gt;Database name&lt;/em&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.us-east-2.amazonaws.com%2Fuploads%2Farticles%2Fokb7obw108rd4vfs3zwa.JPG" 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%2Fokb7obw108rd4vfs3zwa.JPG" alt=" " width="799" height="412"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;After a successful connection, check the data under navigator.&lt;br&gt;
You'll get a preview and you can choose either to &lt;strong&gt;&lt;em&gt;load&lt;/em&gt;&lt;/strong&gt; or &lt;em&gt;&lt;strong&gt;transform the data&lt;/strong&gt;&lt;/em&gt; on Power BI.&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%2F51mvmda8sisy9vp0dzth.JPG" 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%2F51mvmda8sisy9vp0dzth.JPG" alt=" " width="800" height="411"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;To connect to the local postgreSQL, the only difference is the connection information used.&lt;br&gt;
Server -&amp;gt; &lt;code&gt;localhost&lt;/code&gt; or the &lt;em&gt;IP address&lt;/em&gt;&lt;br&gt;
Database -&amp;gt; &lt;em&gt;Database name&lt;/em&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  Conclusion
&lt;/h2&gt;

&lt;p&gt;With these steps in place, you are well-equipped to leverage PostgreSQL data in Power BI for interactive analysis and informed decision-making.&lt;/p&gt;

</description>
      <category>beginners</category>
      <category>postgres</category>
    </item>
    <item>
      <title>Joins, Relationships and Schemas in Power BI</title>
      <dc:creator>rose odiwuor</dc:creator>
      <pubDate>Mon, 29 Jun 2026 21:23:37 +0000</pubDate>
      <link>https://dev.to/rose_odiwuor/joins-relationships-and-schemas-in-power-bi-3f06</link>
      <guid>https://dev.to/rose_odiwuor/joins-relationships-and-schemas-in-power-bi-3f06</guid>
      <description>&lt;h2&gt;
  
  
  &lt;u&gt;Joins&lt;/u&gt;
&lt;/h2&gt;

&lt;p&gt;Imagine you have two separate tables with a common column and you'd like to merge them into one table.&lt;br&gt;
Joins help in merging such kind of tables by using the "Merge Queries" feature in Power BI.&lt;/p&gt;

&lt;h3&gt;
  
  
  Types of Joins
&lt;/h3&gt;

&lt;h4&gt;
  
  
  1. Inner Join
&lt;/h4&gt;

&lt;p&gt;Returns only rows with matching values in both tables. If there is no match, the row is not included in the result.&lt;/p&gt;

&lt;h4&gt;
  
  
  2. Left Join / Left Outer Join
&lt;/h4&gt;

&lt;p&gt;Returns all records from the left table and matching rows from the right table. If there is no match, the result will contain null values for columns from the rights table.&lt;/p&gt;

&lt;h4&gt;
  
  
  3. Right Join / Right Outer Join
&lt;/h4&gt;

&lt;p&gt;Returns all records from the right table with matching values from the left table. If there is no match, the result will contain null values for columns from the left table.&lt;/p&gt;

&lt;h4&gt;
  
  
  4. Full Join / Full Outer Join
&lt;/h4&gt;

&lt;p&gt;Returns all records from both tables, with matching values from both sides where available. If there is no match, the result will contain null values for columns from the table that lacks a match.&lt;/p&gt;

&lt;h4&gt;
  
  
  5. Left Antijoin
&lt;/h4&gt;

&lt;p&gt;Returns records from the left table that don't have matches on the right table.&lt;/p&gt;

&lt;h4&gt;
  
  
  6. Right Antijoin
&lt;/h4&gt;

&lt;p&gt;Returns records from the right table that don't have matches on the left table.&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%2Fwedcp8qfrk2dricv7s1i.JPG" 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%2Fwedcp8qfrk2dricv7s1i.JPG" alt="Types of joins in a ven diagram" width="544" height="383"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  &lt;u&gt;Relationships&lt;/u&gt;
&lt;/h2&gt;

&lt;p&gt;Managing relationships in Power BI is crucial for connecting multiple table and enabling accurate data analysis and visualization.&lt;br&gt;
Relationships define how tables interact.&lt;br&gt;
A model relationship relates one column in a table to one column in a different table.&lt;/p&gt;

&lt;h2&gt;
  
  
  &lt;u&gt;Cardinality&lt;/u&gt;
&lt;/h2&gt;

&lt;p&gt;Each model relationship is defined by a cardinality type. It defines how rows in one table relate to rows in another table.&lt;/p&gt;

&lt;h3&gt;
  
  
  Types of cardinality
&lt;/h3&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;One-to-many(1:*)&lt;/strong&gt; and &lt;strong&gt;Many-to-one(*:1)&lt;/strong&gt; - are essentially the same and the most common. The "one" side means the column contains unique values; the "many" side means the column can contain duplicate values.&lt;/li&gt;
&lt;/ul&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%2Fmqdk3sebbrqp8uvafjvk.JPG" 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%2Fmqdk3sebbrqp8uvafjvk.JPG" alt="one-to-many/many-to-one" width="743" height="390"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;&lt;p&gt;&lt;strong&gt;One-to-one(1:1)&lt;/strong&gt; - Both columns, in the different tables, contain unique values. It isn't common, and it likely represents a suboptimal model design because of the storage of redundant data.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;strong&gt;Many-to-many(&lt;em&gt;:&lt;/em&gt;)&lt;/strong&gt; - Both columns can contain duplicate values. This cardinality type is infrequently used.&lt;/p&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  &lt;u&gt;Schemas&lt;/u&gt;
&lt;/h2&gt;

&lt;p&gt;This is how &lt;em&gt;&lt;strong&gt;facts&lt;/strong&gt;&lt;/em&gt; and &lt;em&gt;&lt;strong&gt;dimension&lt;/strong&gt;&lt;/em&gt; tables are structured after modelling. &lt;br&gt;
-&amp;gt; Facts table - records of what happened&lt;br&gt;
-&amp;gt; Dimension table -&amp;nbsp;contains a common column with the facts table&lt;/p&gt;

&lt;h3&gt;
  
  
  Star schema
&lt;/h3&gt;

&lt;p&gt;Has one facts table with multiple dimension tables&lt;/p&gt;

&lt;h3&gt;
  
  
  Snowflake schema
&lt;/h3&gt;

&lt;p&gt;It's more like star schema (one facts table with multiple dimension tables), but one dimension table will not be directly related to the facts table.&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%2Fo7ykrl4c65p5ur6sdeaf.JPG" 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%2Fo7ykrl4c65p5ur6sdeaf.JPG" alt="star vs snowflake schema" width="421" height="248"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;em&gt;&lt;strong&gt;Conclusion&lt;/strong&gt;&lt;/em&gt;&lt;br&gt;
By understanding joins, relationships and schemas in Power BI, we can create meaningful connections between datasets and generate reliable insights for better decision-making. &lt;br&gt;
Mastering these fundamentals provides a strong foundation for developing powerful and interactive Power BI reports.&lt;/p&gt;

</description>
      <category>beginners</category>
    </item>
    <item>
      <title>HOW EXCEL IS USED IN REAL-WORLD DATA ANALYSIS</title>
      <dc:creator>rose odiwuor</dc:creator>
      <pubDate>Sun, 07 Jun 2026 20:20:41 +0000</pubDate>
      <link>https://dev.to/rose_odiwuor/how-excel-is-used-in-real-world-data-analysis-2ceh</link>
      <guid>https://dev.to/rose_odiwuor/how-excel-is-used-in-real-world-data-analysis-2ceh</guid>
      <description>&lt;h2&gt;
  
  
  What is Excel?
&lt;/h2&gt;

&lt;p&gt;Everything we do nowadays forms part of data that can be useful to an organization or individual. This leads to the need for data collection. Excel therefore helps us to organize this data in rows and columns, stores the data and analysis can be done to generate insights.&lt;/p&gt;

&lt;h2&gt;
  
  
  Uses of Excel in real-world Data Analysis:
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;&lt;p&gt;&lt;strong&gt;Sales data&lt;/strong&gt; from a supermarket can be used to determine fast moving products and those that bring in most revenue; from which they ensure adequate stock of those two categories.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;strong&gt;Customer feedback&lt;/strong&gt; to an organization can be analyzed to get information on areas that need improvement, what is working well and even suggest what products/services they'd like to be introduced.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;We use excel to &lt;strong&gt;track daily, monthly, annual expenditures&lt;/strong&gt; of organizations and individuals. As an individual you can get to know how much you spend on different categories and how you can best optimize your income and expenses.&lt;/p&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  Excel features &amp;amp; formulas learned so far:
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;&lt;p&gt;Data types we have in excel are numeric and alphabetic. Numeric data types include currency, percentage, date. Alphabetic data are basically in text format.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Formula bar is a toolbar that is used to enter, view and edit cell contents.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Inserting a new row/column by selecting a row/column, right click and select insert.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;The categories of functions;&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;Aggregate / Mathematical functions - SUM(), AVERAGE(), MIN(), MAX() &lt;/li&gt;
&lt;li&gt;Statistical functions - COUNT(), COUNTIF(), COUNTIFS()&lt;/li&gt;
&lt;/ol&gt;
&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  Personal Reflection:
&lt;/h2&gt;

&lt;h3&gt;
  
  
  How has learning Excel changed the way I see data?
&lt;/h3&gt;

&lt;p&gt;Usually when presented with a large dataset I can 'freeze' from the sight of it all and wonder where to start from. But learning excel and its features ensures that I understand the process of data collection, cleaning, analysis, visualization and generating insights. &lt;/p&gt;

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