Skip to content

Commit bb55c2d

Browse files
authored
AddedPowerBIblog (#454)
1 parent 33b2a37 commit bb55c2d

File tree

4 files changed

+320
-1
lines changed

4 files changed

+320
-1
lines changed

index.html

Lines changed: 76 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,60 @@
4444
</style>
4545
</head>
4646

47+
<body>
48+
<style>
49+
.card-text {
50+
display: -webkit-box;
51+
-webkit-box-orient: vertical;
52+
overflow: hidden;
53+
text-overflow: ellipsis;
54+
-webkit-line-clamp: 3;
55+
}
56+
</style>
57+
<!-- Responsive navbar-->
58+
<nav class="navbar navbar-expand-lg navbar-dark bg-dark fixed-top">
59+
<div class="container">
60+
<img
61+
height="32px"
62+
width="32px"
63+
src="https://csedge.courses/Images/CSEDGE-LOGO32X32.png"
64+
alt="logo"
65+
/>
66+
<a class="navbar-brand" href="./home.html">CSEdge Learn</a>
67+
<button
68+
class="navbar-toggler"
69+
type="button"
70+
data-bs-toggle="collapse"
71+
data-bs-target="#navbarSupportedContent"
72+
aria-controls="navbarSupportedContent"
73+
aria-expanded="false"
74+
aria-label="Toggle navigation"
75+
>
76+
<span class="navbar-toggler-icon"></span>
77+
</button>
78+
79+
<div class="collapse navbar-collapse" id="navbarSupportedContent">
80+
<ul class="navbar-nav ms-auto mb-2 mb-lg-0 flex justify-content-center">
81+
<li class="nav-item">
82+
<a class="nav-link" aria-current="page" href="https://csedge.courses"><i class="fa-solid fa-house"></i> Home</a>
83+
</li>
84+
<li class="nav-item me-5 ">
85+
<a class="nav-link" href="https://csedge.courses/about"> <i class="fa-solid fa-circle-info"></i> About</a>
86+
</li>
87+
<li class="nav-item me-5 ">
88+
<a class="nav-link" href="https://csedge.courses#contact"
89+
><i class="fa-solid fa-phone"></i> Contact</a>
90+
</li>
91+
<li class="nav-item ">
92+
<a class="nav-link" href="index.html"><i class="fa-solid fa-blog"></i> Blog</a>
93+
</li>
94+
</ul>
95+
</div>
96+
</div>
97+
</nav>
98+
<!-- Page header with logo and tagline-->
99+
<header class="py-5 bg-light border-bottom mb-4">
100+
47101
<body>
48102
<style>
49103
.card-text {
@@ -85,8 +139,9 @@
85139
</li>
86140
</ul>
87141
</div>
142+
88143
</div>
89-
</nav>
144+
90145
<!-- Page header with logo and tagline-->
91146
<div class="container">
92147
<div class="text-center my-5">
@@ -291,6 +346,26 @@ <h2 class="card-title h4">
291346
</div>
292347
</div>
293348
</div>
349+
<div class="col-lg-6">
350+
<!-- Blog post-->
351+
<div class="card mb-4">
352+
<a href="./posts/power BI/powerBI.html"><img class="card-img-top"
353+
src="powerBI.png"
354+
alt="Professional LinkedIn account creation" /></a>
355+
<div class="card-body">
356+
<div class="small text-muted">April 25, 2024</div>
357+
<h2 class="card-title h4">
358+
Power BI for Beginners: Your First Dashboard Step-by-Step
359+
</h2>
360+
<p class="card-text">
361+
In this step-by-step guide, we will walk you through the basics of Power BI, from connecting to your data sources to designing interactive and visually appealing dashboards.
362+
</p>
363+
<a class="btn btn-primary" href="./posts/power BI/powerBI.html">Read more
364+
</a>
365+
</div>
366+
</div>
367+
<!-- Blog post-->
368+
</div>
294369
</div>
295370
<!-- Pagination-->
296371
<nav aria-label="Pagination">

posts/powerBI/powerBI.html

Lines changed: 244 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,244 @@
1+
<!DOCTYPE html>
2+
<html lang="en">
3+
<head>
4+
<meta charset="utf-8" />
5+
<meta
6+
name="viewport"
7+
content="width=device-width, initial-scale=1, shrink-to-fit=no" />
8+
<meta
9+
name="description"
10+
content="Kickstart your Data Analytics journey by learning Microsoft's Power BI. Learn the basics of Power BI by this step-by-step guide for beginners." />
11+
<meta
12+
name="keywords"
13+
content="Data Visualization, Power BI Desktop, Business Intelligence, Power Query, Data Modeling, DAX (Data Analysis Expressions), dashboard , Data Sources, Power BI Premium , Custom Visuals, Real-Time Data" />
14+
<title>
15+
Learn Power BI
16+
</title>
17+
<meta name="author" content="CSEdge" />
18+
<!-- Favicon-->
19+
<link
20+
rel="icon"
21+
type="image/x-icon"
22+
href="https://csedge.courses/Images/CSEDGE-LOGO32X32.png" />
23+
<!-- Core theme CSS (includes Bootstrap)-->
24+
<link href="../styles.css" rel="stylesheet" />
25+
</head>
26+
27+
<body>
28+
<!-- Responsive navbar-->
29+
<nav class="navbar navbar-expand-lg navbar-dark bg-dark">
30+
<div class="container">
31+
<img
32+
height="32px"
33+
width="32px"
34+
src="https://csedge.courses/Images/CSEDGE-LOGO32X32.png"
35+
alt="logo" />
36+
<a class="navbar-brand" href="../.././index.html">CSEdge Learn</a>
37+
<button
38+
class="navbar-toggler"
39+
type="button"
40+
data-bs-toggle="collapse"
41+
data-bs-target="#navbarSupportedContent"
42+
aria-controls="navbarSupportedContent"
43+
aria-expanded="false"
44+
aria-label="Toggle navigation">
45+
<span class="navbar-toggler-icon"></span>
46+
</button>
47+
<div class="collapse navbar-collapse" id="navbarSupportedContent">
48+
<ul class="navbar-nav ms-auto mb-2 mb-lg-0">
49+
<li class="nav-item">
50+
<a class="nav-link" href="https://learn.csedge.courses">Home</a>
51+
</li>
52+
<li class="nav-item">
53+
<a class="nav-link" href="https://csedge.courses/about">About</a>
54+
</li>
55+
<li class="nav-item">
56+
<a class="nav-link" href="https://csedge.courses#contact"
57+
>Contact</a
58+
>
59+
</li>
60+
<li class="nav-item">
61+
<a
62+
class="nav-link active"
63+
aria-current="page"
64+
href="https://learn.csedge.courses"
65+
>Blog</a
66+
>
67+
</li>
68+
</ul>
69+
</div>
70+
</div>
71+
</nav>
72+
73+
<!-- Page content-->
74+
<main class="container">
75+
<h2 class="mb-4 mt-4"> Unlocking Insights: A Beginner's Guide to Power BI </h2>
76+
<hr class="mb-4" />
77+
<article>
78+
<div class="row">
79+
<div class="col-sm">
80+
<p> In today's data-driven world, the ability to harness and interpret vast amounts of information is crucial for making informed decisions. Power BI, a powerful business analytics tool from Microsoft, is designed to do just that—transform raw data into meaningful insights that drive strategic actions.</p>
81+
<p> In this blog, we will embark on a journey to uncover the full potential of Power BI. From understanding its core features and functionalities to exploring advanced techniques for creating compelling visualizations and reports, we'll guide you every step of the way. Our goal is to empower you to leverage Power BI to its fullest, enabling you to make data-driven decisions with confidence and clarity.</p>
82+
</div>
83+
<div class="col-sm">
84+
<img src="powerBI.png" alt="Power BI image" height="100%" width="100%">
85+
</div>
86+
</div>
87+
<div class="mt-4">
88+
<ol>
89+
<li> <a href="#section1"> What is Power BI ? </a></li>
90+
<li> <a href="#section2"> Getting Started with Power BI: Installation and Set up</a></li>
91+
<li> <a href="#section3"> Understanding the Interface </a> </li>
92+
<li> <a href="#section4"> Connecting to Data Sources: Importing Data </a> </li>
93+
<li> <a href="#section5"> Data Transformation with Power Query </a></li>
94+
<li> <a href="#section6"> Data Modelling: Understanding Data Relationships </a> </li>
95+
<li> <a href="#section7"> Sharing and Collaboration: Publishing and Sharing Reports </a></li>
96+
</div>
97+
</article>
98+
<article id="section1">
99+
<hr class="mb-4 mt-4" />
100+
<h4> What is Power BI ?</h4>
101+
<p> Business intelligence is the process of analysing business data and presenting it in user-friendly graphical ways such as dashboards, reports, charts, graphs, etc. Business intelligence (BI) tools that help in building business intelligence reports that help the business owners to drive changes, eliminate inefficiencies, and adapt to the market changes. </p>
102+
<p> Among these, Power BI has emerged to one of the most powerful and efficient business intelligence tool. Power BI is a Data Visualization and Business Intelligence tool developed by Microsoft, that converts data from different data sources to interactive dashboards and BI reports.</p>
103+
<p> Power BI suite provides multiple software, connector, and services - Power BI desktop, Power BI service based on Saas, and mobile Power BI apps available for different platforms that convert the raw data into meaningful, immersive, and interactive insights.</p>
104+
</article>
105+
<article id="section2">
106+
<hr class="mb-4 mt-4" />
107+
<h4> Getting Started with Power BI: Installation and set up </h4>
108+
109+
<div>
110+
<p> Step-1: Visit the official Power BI website from any browser </p>
111+
<p> Step 2: From the Power BI service, in the upper right corner, select the Download icon and then choose Power BI Desktop. </p>
112+
<img src="https://learn.microsoft.com/en-us/power-bi/fundamentals/media/desktop-getting-started/gsg_download.png">
113+
<p> Step-3: Select preferred language and Click on Download. </p>
114+
<p> Step-5: Choose the set up option according to your system configuration on the next webpage.</p>
115+
<img src="https://media.geeksforgeeks.org/wp-content/uploads/20211222170613/4.JPG" height="300px" width="40%">
116+
<p> Step-6: Now check for the executable file in downloads in your system and run it.</p>
117+
<img src="https://media.geeksforgeeks.org/wp-content/uploads/20211222170634/5.JPG" height="300px" width="40%">
118+
<p> Step-7: It will prompt confirmation to run the file on your system. Click on Run. </p>
119+
<img src="https://media.geeksforgeeks.org/wp-content/uploads/20211222170652/6.JPG" height="300px" width="40%">
120+
<p> Step-8: Next screen will appear, select language, and click on Next. </p>
121+
<img src="https://media.geeksforgeeks.org/wp-content/uploads/20211222170710/7.JPG" height="300px" width="40%">
122+
<p> Step-9: It will prompt confirmation to make changes to your system. Click on Yes.</p>
123+
<p> Step-10: The system will prepare for installation. Setup screen will appear, click on Next.</p>
124+
<img src="https://media.geeksforgeeks.org/wp-content/uploads/20211222170810/10.JPG">
125+
<p> Step-11: The next screen will be of License Agreement, check the box, I accept the terms in License Agreement and click on Next.</p>
126+
<img src="https://media.geeksforgeeks.org/wp-content/uploads/20211222170829/11.JPG">
127+
<p> Step-12: Choose the destination folder and click on Next.</p>
128+
<img src="https://media.geeksforgeeks.org/wp-content/uploads/20211222170849/12.JPG">
129+
<p> Step-13: The last screen will appear to click on the Install button. Then, click on Finish to finish the installation process. </p>
130+
<img src="https://media.geeksforgeeks.org/wp-content/uploads/20211222171005/15.JPG">
131+
<p> Step-14: Power BI is successfully installed on the system and an icon is created on the desktop. Run the software and see the interface.</p>
132+
</div>
133+
134+
</article>
135+
<article id="section3">
136+
<hr class="mb-4 mt-4" />
137+
<h4> Understanding the Interface </h4>
138+
<p>When you launch the application, Power BI will start with a blank report. Let's go over the components of the Power BI Desktop:</p>
139+
<img src="https://images.datacamp.com/image/upload/v1718118404/image_d5d5fdaaa5.png" height="600px" width="90%">
140+
<ol class="p-4">
141+
<li>Ribbon - the top ribbon contains most of the controls and options needed for building the report.</li>
142+
<li>Views - this is made up of the report view, the data view, and the model view.</li>
143+
<li>Canvas - this is the main design area where visualizations and other elements are added.</li>
144+
<li>Page selector - for navigation to other pages in the report. </li>
145+
<li>Filters - fields can be added here to filter the data.</li>
146+
<li>Visualizations - this contains the list of available visualizations.</li>
147+
<li>Fields - this section contains the tables and fields that are available in the data model.</li>
148+
</ol>
149+
150+
</article>
151+
<article id="section4">
152+
<hr class="mb-4 mt-4" />
153+
<h4>Connecting to Data Sources: Importing Data</h4>
154+
<p> To get started with Power BI Desktop, the first step is to connect to data. There are many different data sources you can connect to from Power BI Desktop.</p>
155+
<p> To connect the Data: </p>
156+
<ol>
157+
<li> From the Home ribbon, select Get Data > More. </li>
158+
<li> The Get Data window appears, showing the many categories to which Power BI Desktop can connect. </li>
159+
<img src="https://learn.microsoft.com/en-us/power-bi/fundamentals/media/desktop-getting-started/getdataweb.png" height="500px" width="60%">
160+
<li> When you select a data type, you're prompted for information, such as the URL and credentials, necessary for Power BI Desktop to connect to the data source on your behalf.</li>
161+
<img src="https://learn.microsoft.com/en-us/power-bi/fundamentals/media/desktop-getting-started/getting-started-8.png" height="300px" width="60%">
162+
<li> After you connect to one or more data sources, you may want to transform the data so it's useful for you. </li>
163+
</ol>
164+
165+
</article>
166+
<article id="section5">
167+
<hr class="mb-4 mt-4" />
168+
<h4> Data Transformation with Power Query </h4>
169+
<p>To get to Power Query Editor, select Transform data from the Home tab of Power BI Desktop.</p>
170+
<p> The ribbon in Power Query Editor consists of four tabs: Home, Transform, Add Column, View, Tools, and Help.</p>
171+
<img src="https://learn.microsoft.com/en-us/power-bi/transform-model/media/desktop-query-overview/query-overview-with-data-connection.png" height="400px" width="80%">
172+
173+
<ul class="p-4">
174+
<li> The Home tab contains the common query tasks.</li>
175+
<img src="https://learn.microsoft.com/en-us/power-bi/transform-model/media/desktop-query-overview/query-overview-ribbon.png" width="70%" class="p-3">
176+
<li> To connect to data and begin the query building process, select New Source. A menu appears, providing the most common data sources.</li>
177+
<img src="https://learn.microsoft.com/en-us/power-bi/transform-model/media/desktop-query-overview/query-overview-new-source-menu.png" height="300px" class="p-3">
178+
<li>
179+
<p> The Transform tab provides access to common data transformation tasks, such as: </p>
180+
<ul>
181+
<li> Adding or removing columns </li>
182+
<li> Changing data types </li>
183+
<li> Splitting columns </li>
184+
<li> Other data-driven tasks </li>
185+
</ul>
186+
<img src="https://learn.microsoft.com/en-us/power-bi/transform-model/media/desktop-query-overview/query-overview-transform-ribbon.png" width="70%" class="p-3">
187+
</li>
188+
<li> The Add Column tab provides more tasks associated with adding a column, formatting column data, and adding custom columns. The following image shows the Add Column tab.</li>
189+
<img src="https://learn.microsoft.com/en-us/power-bi/transform-model/media/desktop-query-overview/query-overview-add-column-ribbon.png" width="70%" class="p-3">
190+
<li> The View tab on the ribbon is used to toggle whether certain panes or windows are displayed. It's also used to display the Advanced Editor. The following image shows the View tab. </li>
191+
<img src="https://learn.microsoft.com/en-us/power-bi/transform-model/media/desktop-query-overview/query-overview-view-ribbon.png" width="70%" class="p-3">
192+
</ul>
193+
</article>
194+
195+
<article id="section6">
196+
<hr class="mb-4 mt-4" />
197+
<h4> Data Modelling: Understanding Data Relationships </h4>
198+
<h6> What is Data Modelling ? </h6>
199+
<p> Data modeling is the process of analyzing and defining all the different data types your business collects and produces, as well as the relationships between those bits of data.</p>
200+
<p> By using text, symbols, and diagrams, data modeling concepts create visual representations of data as it’s captured, stored, and used at your business. </p>
201+
<p> With Model view in Power BI Desktop, you can view and work with complex semantic models that contain many tables. </p>
202+
203+
<h6> Use Model view </h6>
204+
<p> To access Model view, select the Model icon found on the left side of Power BI Desktop, as shown in the following image. </p>
205+
<img src="https://learn.microsoft.com/en-us/power-bi/transform-model/media/desktop-modeling-view/modeling-view-02.png" class="p-3" >
206+
<p> With Model view, you can create diagrams of your model that contain only a subset of the tables in your model. </p>
207+
<p> To create a new diagram with only a subset of the tables, select the + button next to the All tables tab along the bottom of the Power BI Desktop window.</p>
208+
<p> You can then drag a table from the Data pane onto the diagram surface. Right-click the table, and then select Add related tables from the menu that appears.</p>
209+
<p> When you do, tables that are related to the original table are displayed in the new diagram. The following image shows how related tables are displayed after selecting the Add related tables menu option.</p>
210+
<img src="https://learn.microsoft.com/en-us/power-bi/transform-model/media/desktop-modeling-view/modeling-view-05.png" class="p-3" width="80%" height="600px">
211+
</article>
212+
213+
<article id="section7">
214+
<hr class="mb-4 mt-4" />
215+
<h4> Sharing and Collaboration: Publishing and Sharing Reports </h4>
216+
<h6> Sharing Reports </h6>
217+
<p> You’ll need a Power BI Pro or Premium Per User license to share content; users will need the same license to view the content. Reports and dashboards may be shared with internal and external users. To share your report or dashboard, select ‘Share’ from the top navigation, complete the form, and share it with your team.</p>
218+
<img src="https://learn.microsoft.com/en-us/power-bi/collaborate-share/media/service-share-dashboards/power-bi-share-new-look.png" class="p-3">
219+
<h6> Collaboration in Power BI </h6>
220+
<p> As the usage of Microsoft Teams increases, it makes sense to streamline conversations and meetings about reports in one place.Adding Power BI reports to Teams reduces the need to switch between apps during meetings. This saves time and ensures everyone is viewing the same data. </p>
221+
<p> To do this, add a report or dashboard to a team or channel using the ‘Share in Teams’ option. </p>
222+
</article>
223+
<article>
224+
<hr class="mb-4 mt-4" />
225+
<h4> References </h4>
226+
<p> https://www.geeksforgeeks.org/how-to-install-power-bi-on-windows/?ref=lbp </p>
227+
<p> https://learn.microsoft.com/en-us/power-bi/fundamentals/service-get-started </p>
228+
<p> https://www.tutorialspoint.com/power_bi/index.html </p>
229+
</article>
230+
</main>
231+
<!-- Footer-->
232+
<footer class="py-5 bg-dark">
233+
<div class="container">
234+
<p class="m-0 text-center text-white">
235+
Copyright &copy CSEdge Learn 2024
236+
</p>
237+
</div>
238+
</footer>
239+
<!-- Bootstrap core JS-->
240+
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js"></script>
241+
<!-- Core theme JS-->
242+
<script src="../script.js"></script>
243+
</body>
244+
</html>

posts/powerBI/powerBI.png

5.77 KB
Loading

powerBI.png

5.77 KB
Loading

0 commit comments

Comments
 (0)