<?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: Danson Kuria</title>
    <description>The latest articles on DEV Community by Danson Kuria (@danson).</description>
    <link>https://dev.to/danson</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%2F3971756%2F9bf022cc-2ae7-4ffa-aefb-183a0707a293.png</url>
      <title>DEV Community: Danson Kuria</title>
      <link>https://dev.to/danson</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/danson"/>
    <language>en</language>
    <item>
      <title>Relationship Schemas and Joins in Power BI</title>
      <dc:creator>Danson Kuria</dc:creator>
      <pubDate>Mon, 29 Jun 2026 10:50:30 +0000</pubDate>
      <link>https://dev.to/danson/relationship-schemas-and-joins-in-power-bi-19c5</link>
      <guid>https://dev.to/danson/relationship-schemas-and-joins-in-power-bi-19c5</guid>
      <description>&lt;p&gt;A popular BI software named Power BI comes handy when you’re looking to scrutinize data from various sources. One remarkable feature of this tool is that you could define relationship schema for and join tables and present their information together to be utilized in your reports and analyzes.&lt;br&gt;
The Relationship Schemas and Joins are the relationships you build between various tables (data sources). Relationship Schemas are usually defined on the bases of common keys between tables whereas there exist specific kinds of joins that bring data of two tables together when they’re combined by some criteria. Power Bi utilizes various schema such as Star schema and Snowflake schema. &lt;br&gt;
The Star Schema contains one fact table and multiple dimension tables where fact table has transactional data in some columns and dim table store referential information of any particular entity like Products, dates etc. &lt;br&gt;
There can be one to many, one to one and many to many relationships. A common type is to create relationships with the help of unique keys between the tables that would facilitate to get reports from various tables and use them in filters.&lt;br&gt;
Joining table allows you to put all tables into the data model and use different joins while combine them so that you can fetch meaningful data and do some calculations with that. Here are few join operations that you can see in the Power BI -:&lt;br&gt;
InnerJoin - Returns the rows that match both tables’ Join Expression (selects rows that have same values in the both table).&lt;br&gt;
Left OuterJoin - Returns all rows from the first (left) table and the matching rows from the second (right) table.&lt;br&gt;
Right OuterJoin - Returns all rows from the second (right) table and the matching rows from the first (left) table.&lt;br&gt;
Full OuterJoin - Returns all rows from both tables.&lt;br&gt;
AntiJoin - Returns only rows where JoinExpression in the left table doesn’t match anything in the right table.&lt;br&gt;
This practice can help in reduce data redundancy, avoid conflicts while importing data, and build reliable, efficient, and easy to use reports that could facilitate the better business decision-making processes and that too efficiently.&lt;/p&gt;

</description>
      <category>analytics</category>
      <category>database</category>
      <category>dataengineering</category>
      <category>microsoft</category>
    </item>
    <item>
      <title>Introduction to Excel: The Usage of Excel in Real World data analysis.</title>
      <dc:creator>Danson Kuria</dc:creator>
      <pubDate>Sat, 06 Jun 2026 19:36:19 +0000</pubDate>
      <link>https://dev.to/danson/introduction-to-excel-the-usage-of-excel-in-real-world-data-analysis-554p</link>
      <guid>https://dev.to/danson/introduction-to-excel-the-usage-of-excel-in-real-world-data-analysis-554p</guid>
      <description>&lt;p&gt;In the age of data driven business, the information gathered on a daily basis is tremendous. Data analysis tools have been of immense importance in turning data into valuable insights for the professionals. Microsoft Excel is a spreadsheet application that helps you analyze, visualize, organize and manage data with ease. It has found extensive use in many different scenarios.&lt;/p&gt;

&lt;p&gt;Business decision making is one of the areas that uses Excel on a large scale. In order to know how their business is doing and making informed decision, businesses track their sales and monitor the overall performance of their product by analysis of the relevant data collected in their excel worksheets. It can help businesses determine which of their products are selling more and where in the business needs to work.&lt;/p&gt;

&lt;p&gt;Financial reports and budgeting have been some of the major uses of Excel. Businesses collect, record and manage their finances on Excel. It can help organizations manage and operate efficiently. Excel helps organizations to track their income, expenses and losses and to create budgets and produce financial reports.&lt;/p&gt;

&lt;p&gt;Marketing data analysis has also come a long way with Excel. The sales and marketing professionals have the ability to gather data from various campaigns and then analyze it using Excel in order to track performance indicators such as sales conversions and return on investment to make improvements in marketing efforts.&lt;/p&gt;

&lt;p&gt;My experience in learning Excel during first week has made me aware of certain important functions and aspects of excel. Sorting, which helps us arrange data in a readable order and cleaning, which is very important in identifying and removing errors from the data and making it understandable for the purpose of analysis have become a vital component to me.&lt;/p&gt;

&lt;p&gt;I was also made aware of data sets, rows and columns that form the structure of data. A data set is a collection of related information that is structured in a table. Rows represent different entries/records whereas the columns provide information of one particular type. Understanding this structure has become very important in data analysis.&lt;/p&gt;

&lt;p&gt;I was introduced to useful formulas such as Sum (), average () and count () which help the analysts do quick calculation on the data set. These formulas provide quick analysis on data sets.&lt;/p&gt;

&lt;p&gt;Learning excel has changed my perspective on data, which earlier appeared as merely numbers and text. But now I know that data can actually narrate meaningful stories and help make logical decision. I have learned that organizing, cleaning and analysis of data are of critical importance. This first week has laid a strong foundation for my future learning process.&lt;/p&gt;

</description>
      <category>beginners</category>
      <category>datascience</category>
      <category>microsoft</category>
      <category>tutorial</category>
    </item>
  </channel>
</rss>
