E-Book, Englisch, 458 Seiten
Deckler Learn Power BI
2. Auflage 2022
ISBN: 978-1-80181-007-4
Verlag: De Gruyter
Format: EPUB
Kopierschutz: 0 - No protection
A comprehensive, step-by-step guide for beginners to learn real-world business intelligence
E-Book, Englisch, 458 Seiten
ISBN: 978-1-80181-007-4
Verlag: De Gruyter
Format: EPUB
Kopierschutz: 0 - No protection
To succeed in today's transforming business world, organizations need business intelligence capabilities to make smarter decisions faster than ever before. This updated second edition of Learn Power BI takes you on a journey of data exploration and discovery, using Microsoft Power BI to ingest, cleanse, and organize data in order to unlock key business insights that can then be shared with others.
This newly revised and expanded edition of Learn Power BI covers all of the latest features and interface changes and takes you through the fundamentals of business intelligence projects, how to deploy, adopt, and govern Power BI within your organization, and how to leverage your knowledge in the marketplace and broader ecosystem that is Power BI. As you progress, you will learn how to ingest, cleanse, and transform your data into stunning visualizations, reports, and dashboards that speak to business decision-makers.
By the end of this Power BI book, you will be fully prepared to be the data analysis hero of your organization - or even start a new career as a business intelligence professional.
Autoren/Hrsg.
Fachgebiete
Weitere Infos & Material
Table of Contents - Understanding Business Intelligence and Power BI
- Planning Projects with Power BI
- Up and Running with Power BI Desktop
- Connecting to and Transforming Data
- Creating Data Models and Calculations
- Unlocking Insights
- Creating the Final Report
- Publishing and Sharing
- Using Reports in the Power BI Service
- Understanding Dashboards, Apps, Goals, and Security
- Refreshing Content
- Deploying, Governing, and Adopting Power BI
- Putting Your Knowledge to Use
Preface
To succeed in today's fast-paced business world, organizations need Business Intelligence (BI) capabilities more than ever in order to make smarter decisions that allow those organizations to be more efficient, effective, and profitable. This book is an entry-level guide specifically designed to get you up and running quickly with Power BI, including data import and transformation, data modeling, visualization, and analytical techniques without any prior knowledge of BI or Power BI.
You will find this book useful if you want to become knowledgeable about the extensive Power BI ecosystem. You'll start by understanding basic BI concepts and how BI projects are conducted. In short order, you will have Power BI Desktop installed and understand its major components. As you progress, step-by-step instructions are provided for using Power Query Editor to ingest, cleanse, and transform your data, creating simple and complex DAX calculations and visualizing your data in ways that truly bring your data to life. Additionally, you'll gain hands-on experience in creating visually stunning reports that speak to business decision makers and understand how to share and collaborate with others. Finally, you will understand how Power BI is deployed, governed, and adopted within organizations, the job and career opportunities available to BI professionals, and how to continue your learning.
By the end of this book, you'll be ready to create effective reports and dashboards using the latest features of Power BI.
Who this book is for
What this book covers
, , provides an introduction to key concepts of business intelligence, an overview of the Power BI ecosystem, licensing options for Power BI, and introduces the Power BI Desktop and Power BI Service.
, , explains how business intelligence projects are planned and executed, including identifying stakeholders, goals, and requirements, required resources and data sources, and introduces the example scenario used throughout the rest of the book.
, , provides instructions for downloading and installing Power BI Desktop and an overview of the major components of the Desktop including Report, Data and Model views, the menu tabs, the Filters, and the Visualizations and Fields panes. It introduces the creation of tables and visualizations.
, , introduces the Power Query Editor for importing and transforming data, including transposing data, creating custom columns, adding index columns, splitting columns, referencing queries, appending and merging queries, additional transformation functions and importing data.
, , demonstrates how to create a data model by using the model view to create relationships between tables, and how to create and troubleshoot data analysis calculations.
, , introduces analysis concepts such as groups and hierarchies, row level security, report navigation using drill through and buttons, question and answer, bookmarks and advanced analysis techniques such as analyze, summarization, filtering, gauges, key performance indicators, What if parameters, conditional formatting, quick measures, report page tooltips, and advanced visuals such as, the Key Influencer's visual.
, , provides step-by-step instructions for creating a professional, multi-page report that provides data insights to business decision makers.
, , demonstrates how to publish the final report to the Power BI Service and share the report with a larger audience.
, , focuses on using reports in the Power BI Service including all of the various report functions such as editing reports, embedding, exporting, bookmarks, lineage view, comments, subscriptions and Microsoft Teams integration.
, , provides information on creating and working with dashboards, including pinning and managing tiles, the creation and distribution of apps, the creation of scorecards and goals and an overview of permissions and security.
, , demonstrates how to install, configure, and manage a data gateway, and how to schedule automatic refreshes for datasets within the Power BI Service.
, , introduces different deployment usage models for Power BI within organizations, the concept of governance of Power BI systems including all of the various Power BI Service tenant settings, and how to drive the adoption of Power BI within an organization.
, , describes the overall opportunity available in business intelligence, the various types of business intelligence jobs, roles, and responsibilities, the differences between consulting and internal employees, job search strategies, interviewing and compensation negotiation tips, and finally includes information on blogs and other websites to continue your journey of learning Power BI.
To get the most out of this book
No prior experience in BI or Power BI is necessary. A keen interest in data and data analytics is helpful as well as prior experience with other BI tools.
, , includes material that requires Premium or Premium Per User (PPU) licensing.
Important note
The existing Power BI UI will be updated soon to look as shown in this book.
If you are using the digital version of this book, we advise you to type the code yourself or access the code from the book's GitHub repository (a link is available in the next section). Doing so will help you avoid any potential errors related to the copying and pasting of code.
Join the Power BI Community at https://community.powerbi.com!
Download the example code files
You can download the example code files for this book from GitHub at https://github.com/PacktPublishing/Learn-Power-BI-second-edition. If there's an update to the code, it will be updated in the GitHub repository.
We also have other code bundles from our rich catalog of books and videos available at https://github.com/PacktPublishing/. Check them out!
Code in Action
The Code in Action videos for this book can be viewed at https://bit.ly/3F2HfnI.
Download the color images
We also provide a PDF file that has color images of the screenshots and diagrams used in this book. You can download it here: https://static.packt-cdn.com/downloads/9781801811958_ColorImages.pdf.
Conventions used
There are a number of text conventions used throughout this book.
Code in text: Indicates code words in the text, database table names, folder names, filenames, file extensions, pathnames, dummy URLs, user input, and Twitter handles. Here is an example: The first parameter is the 'Hours' table, on line 4, and a filter, on line 5.
A block of code is set as follows:
Column 3 =
SUMX(
FILTER(
ALL('Hours'),
[Category] = "Billable" && [EmployeeID] = EARLIER([EmployeeID])
),
[Hours]
)
Bold: Indicates a new term, an important word, or words that you see on screen. For instance, words in menus or dialog boxes appear in bold. Here is an example: Power Platform includes Power BI datasets and dataflows, as well as the Dataverse
Tips or Important notes
Enter data queries support up to 3,000 cells of information. If you run into a limitation, you can always copy the table in Power BI and then paste it into Excel. Once you've done this, you can add the required information in Excel, save it, and then import this Excel file into Power BI.
Get in touch
Feedback from our readers is always welcome.
General feedback: If you have questions about any aspect of this book, email us at customercare@packtpub.com and mention the book title in the subject of your message.
Errata: Although we have taken every care to ensure the accuracy of our content, mistakes do happen. If you have found a mistake in...




