<?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: Adesh Ibrahim</title>
    <description>The latest articles on DEV Community by Adesh Ibrahim (@adesh_ibrahim_6adaec0df14).</description>
    <link>https://dev.to/adesh_ibrahim_6adaec0df14</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%2F3818265%2Fb8843542-18e6-43b1-b44a-696003560629.png</url>
      <title>DEV Community: Adesh Ibrahim</title>
      <link>https://dev.to/adesh_ibrahim_6adaec0df14</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/adesh_ibrahim_6adaec0df14"/>
    <language>en</language>
    <item>
      <title>HOW TO PUBLISH A POWER BI REPORT AND EMBED IT INTO A WEBSITE</title>
      <dc:creator>Adesh Ibrahim</dc:creator>
      <pubDate>Sun, 05 Apr 2026 19:05:47 +0000</pubDate>
      <link>https://dev.to/adesh_ibrahim_6adaec0df14/how-to-publish-a-power-bi-report-and-embed-it-into-a-website-2h6i</link>
      <guid>https://dev.to/adesh_ibrahim_6adaec0df14/how-to-publish-a-power-bi-report-and-embed-it-into-a-website-2h6i</guid>
      <description>&lt;h2&gt;
  
  
  HOW TO PUBLISH A POWER BI REPORT AND EMBED IT INTO A WEBSITE.
&lt;/h2&gt;

&lt;p&gt;Microsoft Power BI is a tool made by Microsoft that helps you turn data into useful information.&lt;br&gt;
With Power BI, you can:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;  Connect data from Excel, databases, or online sources &lt;/li&gt;
&lt;li&gt;  Create charts, graphs, and dashboards &lt;/li&gt;
&lt;li&gt;  Understand trends and make better decisions 
It is popular because it is easy to use and shows data in a clear, visual way.&lt;/li&gt;
&lt;/ul&gt;

&lt;h1&gt;
  
  
  Power BI Publishing Process
&lt;/h1&gt;

&lt;p&gt;Publishing means sharing your report with others online.&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt; Create your report Build your charts and visuals in Power BI Desktop. &lt;/li&gt;
&lt;li&gt; Save your work Save the report on your computer. &lt;/li&gt;
&lt;li&gt; Sign in Log in to your Power BI account. &lt;/li&gt;
&lt;li&gt; Click “Publish” Upload your report to the Power BI Service (online platform). &lt;/li&gt;
&lt;li&gt; Choose a workspace Select where you want the report to be stored. &lt;/li&gt;
&lt;li&gt; Share the report Send the link or give access to other people so they can view it.&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;Lets use the below dashboard as an example as we go step by step until we publish our report. &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%2F3e475rd3n3y3fy0fzgbf.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%2F3e475rd3n3y3fy0fzgbf.png" alt="Dashboard" width="602" height="415"&gt;&lt;/a&gt;  &lt;/p&gt;

&lt;h1&gt;
  
  
  1. Creating a workspace
&lt;/h1&gt;

&lt;p&gt;A workspace is like a folder in Microsoft Power BI where you keep your reports.&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;  You create it online &lt;/li&gt;
&lt;li&gt;  It helps you organize your work &lt;/li&gt;
&lt;li&gt;  You can also invite others to work with you 
Think of it like a shared folder for reports.&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.amazonaws.com%2Fuploads%2Farticles%2F3qh3ukpafvxh2gwefrun.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%2F3qh3ukpafvxh2gwefrun.png" alt="Workspace example" width="800" height="470"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;h1&gt;
  
  
  2. Uploading and publishing your report
&lt;/h1&gt;

&lt;p&gt;This means sending your report from your computer to Power BI online.&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;  You click “Publish” &lt;/li&gt;
&lt;li&gt;  Your report is uploaded to the workspace &lt;/li&gt;
&lt;li&gt;  Now it is available on the internet 
&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%2F4gwrvf2ra495ipmdsxss.png" alt="Example" width="800" height="555"&gt;
&lt;/li&gt;
&lt;/ul&gt;

&lt;h1&gt;
  
  
  3. Embedding the report on a website
&lt;/h1&gt;

&lt;p&gt;This means putting your report on a website.&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;You copy the embed code &lt;/li&gt;
&lt;li&gt;Paste it into your website &lt;/li&gt;
&lt;li&gt;Your report will appear on that site &lt;/li&gt;
&lt;/ul&gt;

</description>
      <category>analytics</category>
      <category>beginners</category>
      <category>microsoft</category>
      <category>tutorial</category>
    </item>
    <item>
      <title>HOW EXCEL IS USED IN REAL-WORLD DATA ANALYSIS</title>
      <dc:creator>Adesh Ibrahim</dc:creator>
      <pubDate>Sun, 29 Mar 2026 11:06:18 +0000</pubDate>
      <link>https://dev.to/adesh_ibrahim_6adaec0df14/how-excel-is-used-in-real-world-data-analysis-227j</link>
      <guid>https://dev.to/adesh_ibrahim_6adaec0df14/how-excel-is-used-in-real-world-data-analysis-227j</guid>
      <description>&lt;h2&gt;
  
  
  HOW EXCEL IS USED IN REAL-WORLD DATA ANALYSIS
&lt;/h2&gt;

&lt;h1&gt;
  
  
  What is excel
&lt;/h1&gt;

&lt;ul&gt;
&lt;li&gt;&lt;p&gt;Excel is a powerful spreadsheet application developed by Microsoft, used to organize, analyze, and visualize data using a grid of rows and columns. &lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Excel is widely used in the real world for data management, financial modeling, and analysis, allowing users to organize, clean, and analyze information to make informed decisions.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;It acts as a versatile tool for tracking sales, managing inventory, preparing financial reports (like budgets and balance sheets), and automating tasks using VBA or Power Query.&lt;/p&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Below are features or formulas used in excel and how they are applied when working with data;&lt;/p&gt;

&lt;h1&gt;
  
  
  Excel Formula: A custom expression starting with = that performs calculations
&lt;/h1&gt;

&lt;ul&gt;
&lt;li&gt;ADDITION =A1+A2+A3+A4+A5, which finds the sum of the range of values from cell A1 to cell A5.&lt;/li&gt;
&lt;li&gt;MULTIPLICATION = A1*B1
&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%2Fuvfpxrdow017u68u7cpw.webp" alt="CHART" width="800" height="601"&gt;
&lt;/li&gt;
&lt;li&gt;DIVISION =A1/B1 
&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%2Fv4jhqxfzfk33hymcgp6j.webp" alt="CHART" width="800" height="637"&gt;
&lt;/li&gt;
&lt;/ul&gt;

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