Search icon CANCEL
Arrow left icon
Explore Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Conferences
Free Learning
Arrow right icon
Arrow up icon
GO TO TOP
Data Cleaning with Power BI

You're reading from   Data Cleaning with Power BI The definitive guide to transforming dirty data into actionable insights

Arrow left icon
Product type Paperback
Published in Feb 2024
Publisher
ISBN-13 9781805126409
Length 340 pages
Edition 1st Edition
Languages
Arrow right icon
Author (1):
Arrow left icon
Gus Frazer Gus Frazer
Author Profile Icon Gus Frazer
Gus Frazer
Arrow right icon
View More author details
Toc

Table of Contents (23) Chapters Close

Preface 1. Part 1 – Introduction and Fundamentals FREE CHAPTER
2. Chapter 1: Introduction to Power BI Data Cleaning 3. Chapter 2: Understanding Data Quality and Why Data Cleaning is Important 4. Chapter 3: Data Cleaning Fundamentals and Principles 5. Chapter 4: The Most Common Data Cleaning Operations 6. Part 2 – Data Import and Query Editor
7. Chapter 5: Importing Data into Power BI 8. Chapter 6: Cleaning Data with Query Editor 9. Chapter 7: Transforming Data with the M Language 10. Chapter 8: Using Data Profiling for Exploratory Data Analysis (EDA) 11. Part 3 – Advanced Data Cleaning and Optimizations
12. Chapter 9: Advanced Data Cleaning Techniques 13. Chapter 10: Creating Custom Functions in Power Query 14. Chapter 11: M Query Optimization 15. Chapter 12: Data Modeling and Managing Relationships 16. Part 4 – Paginated Reports, Automations, and OpenAI
17. Chapter 13: Preparing Data for Paginated Reporting 18. Chapter 14: Automating Data Cleaning Tasks with Power Automate 19. Chapter 15: Making Life Easier with OpenAI 20. Assessments 21. Index 22. Other Books You May Enjoy

Conventions used

There are a number of text conventions used throughout this book.

Code in text: Indicates code words in text, database table names, folder names, filenames, file extensions, pathnames, dummy URLs, user input, and Twitter handles. Here is an example: “For example, the commonly used CALCULATE function in DAX is a super-charged version of the SUM-IF Excel function.”

A block of code is set as follows:

Total Sales by Category =
CALCULATE(
    SUM('Sales'[Sales Amount]),
    ALLEXCEPT('Sales', 'Sales'[Product Category])
)

Any command-line input or output is written as follows:

py -m pip install --user matplotlib
py -m pip install --user pandas

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: “Connect to this CSV using Power BI Desktop by selecting Get data in the toolbar and then Text/CSV.”

Tips or important notes

Appear like this.

lock icon The rest of the chapter is locked
Register for a free Packt account to unlock a world of extra content!
A free Packt account unlocks extra newsletters, articles, discounted offers, and much more. Start advancing your knowledge today.
Unlock this book and the full library FREE for 7 days
Get unlimited access to 7000+ expert-authored eBooks and videos courses covering every tech area you can think of
Renews at £16.99/month. Cancel anytime