Up and Running with DAX for Power BI
eBook - ePub

Up and Running with DAX for Power BI

A Concise Guide for Non-Technical Users

  1. English
  2. ePUB (mobile friendly)
  3. Available on iOS & Android
eBook - ePub

Up and Running with DAX for Power BI

A Concise Guide for Non-Technical Users

About this book

Take a concise approach to learning how DAX, the function language of Power BI and PowerPivot, works. This book focuses on explaining the core concepts of DAX so that ordinary folks can gain the skills required to tackle complex data analysis problems. But make no mistake, this is in no way an introductory book on DAX. A number of the topics you will learn, such as the concepts of context transition and table expansion, are considered advanced and challenging areas of DAX.

While there are numerous resources on DAX, most are written with developers in mind, making learning DAX appear an overwhelming challenge, especially for those who are coming from an Excel background or with limited coding experience. The reality is, to hit the ground running with DAX, it's not necessary to wade through copious pages on rarified DAX functions and the technical aspects of the language. There are just a few mandatory concepts that must be fully understood before DAX can be mastered. Knowledge of everything else in DAX is built on top of these mandatory aspects. 

Author Alison Box has been teaching and working with DAX for over eight years, starting with DAX for PowerPivot, the Excel add-in, before moving into the Power BI platform. The guide you hold in your hands is an outcome of these years of experience explaining difficult concepts in a way that people can understand. Over the years she has refined her approach, distilling down the truth of DAX which is "you can take people through as many functions as you like, but it's to no avail if they don't truly understand how it all works."

You will learn to use DAX to gain powerful insights into your data by generating complex and challenging business intelligence calculations including, but not limited to:

  • Calculations to control the filtering of information to gain better insight into the data that matters to you
  • Calculations across dates such as comparing data for thesame period last year or the previous period
  • Finding rolling averages and rolling totals
  • Comparing data against targets and KPIs or against average and maximum values
  • Using basket analysis, such as "of customers who bought product X who also bought product Y"
  • Using "what if" analysis and scenarios
  • Finding "like for like" sales
  • Dynamically showing TopN/BottomN percent of customers or products by sales
  • Finding new and returning customers or sales regions in each month or each year


Who This Book Is For

Excel users and non-technical users of varying levels of ability or anyone who wants to learn DAX for Power BI but lacks the confidence to do so

Frequently asked questions

Yes, you can cancel anytime from the Subscription tab in your account settings on the Perlego website. Your subscription will stay active until the end of your current billing period. Learn how to cancel your subscription.
At the moment all of our mobile-responsive ePub books are available to download via the app. Most of our PDFs are also available to download and we're working on making the final remaining ones downloadable now. Learn more here.
Perlego offers two plans: Essential and Complete
  • Essential is ideal for learners and professionals who enjoy exploring a wide range of subjects. Access the Essential Library with 800,000+ trusted titles and best-sellers across business, personal growth, and the humanities. Includes unlimited reading time and Standard Read Aloud voice.
  • Complete: Perfect for advanced learners and researchers needing full, unrestricted access. Unlock 1.4M+ books across hundreds of subjects, including academic and specialized titles. The Complete Plan also includes advanced features like Premium Read Aloud and Research Assistant.
Both plans are available with monthly, semester, or annual billing cycles.
We are an online textbook subscription service, where you can get access to an entire online library for less than the price of a single book per month. With over 1 million books across 1000+ topics, we’ve got you covered! Learn more here.
Look out for the read-aloud symbol on your next book to see if you can listen to it. The read-aloud tool reads text aloud for you, highlighting the text as it is being read. You can pause it, speed it up and slow it down. Learn more here.
Yes! You can use the Perlego app on both iOS or Android devices to read anytime, anywhere — even offline. Perfect for commutes or when you’re on the go.
Please note we cannot support devices running on iOS 13 and Android 7 or earlier. Learn more about using the app.
Yes, you can access Up and Running with DAX for Power BI by Alison Box in PDF and/or ePUB format, as well as other popular books in Computer Science & Databases. We have over one million books available in our catalogue for you to explore.

Information

Table of contents

  1. Cover
  2. Front Matter
  3. 1. Show Me the Data
  4. 2. DAX Objects, Syntax, and Formatting
  5. 3. Calculated Columns and Measures
  6. 4. Evaluation Context
  7. 5. Iterators
  8. 6. The CALCULATE Function
  9. 7. DAX Table Functions
  10. 8. The ALL Function and All Its Variations
  11. 9. Calculations on Dates: Using DAX Time Intelligence
  12. 10. Empty Values vs. Zero
  13. 11. Using Variables: Making Our Code More Readable
  14. 12. Returning Values in the Current Filter
  15. 13. Controlling the Direction of Filter Propagation
  16. 14. Working with Multiple Relationships Between Tables
  17. 15. Understanding Context Transition
  18. 16. Leveraging Context Transition
  19. 17. Virtual Relationships: The LOOKUPVALUE and TREATAS Functions
  20. 18. Table Expansion
  21. 19. The CALCULATETABLE Function
  22. Back Matter