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. Only available on web
eBook - ePub

Up and Running with DAX for Power BI

A Concise Guide for Non-Technical Users

Book details
Table of contents
Citations

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

Simply head over to the account section in settings and click on “Cancel Subscription” - it’s as simple as that. After you cancel, your membership will stay active for the remainder of the time you’ve paid for. Learn more here.
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.
Both plans give you full access to the library and all of Perlego’s features. The only differences are the price and subscription period: With the annual plan you’ll save around 30% compared to 12 months on the monthly plan.
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 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 & Microsoft Programming. We have over one million books available in our catalogue for you to explore.

Information

Publisher
Apress
Year
2022
ISBN
9781484281888

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