Search icon
Subscription
0
Cart icon
Close icon
You have no products in your basket yet
Save more on your purchases!
Savings automatically calculated. No voucher code required
Arrow left icon
All Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Newsletters
Free Learning
Arrow right icon
Learning Tableau 2019 - Third Edition

You're reading from  Learning Tableau 2019 - Third Edition

Product type Book
Published in Mar 2019
Publisher Packt
ISBN-13 9781788839525
Pages 504 pages
Edition 3rd Edition
Languages
Author (1):
Joshua N. Milligan Joshua N. Milligan
Profile icon Joshua N. Milligan

Table of Contents (18) Chapters

Preface 1. Section 1: Tableau Foundations
2. Taking Off with Tableau 3. Working with Data in Tableau 4. Venturing on to Advanced Visualizations 5. Section 2: Leveraging the Full Power of Tableau
6. Starting an Adventure with Calculations 7. Diving Deep with Table Calculations 8. Making Visualizations That Look Great and Work Well 9. Telling a Data Story with Dashboards 10. Digging Deeper - Trends, Clustering, Distributions, and Forecasting 11. Section 3: Data Prep and Structuring
12. Cleaning and Structuring Messy Data 13. Introducing Tableau Prep 14. Section 4: Advanced Techniques and Sharing with Others
15. Advanced Visualizations, Techniques, Tips, and Tricks 16. Sharing Your Data Story 17. Other Books You May Enjoy

Aggregate-level calculations

We've already considered aggregations such as sum, min, and max in Tableau. Often, you'll use fields as simple aggregations in the view. But sometimes, you'll want to use aggregations in more complex calculations.

For example, you might be curious to explore the percentage of the rent that was discounted. There is no such field in the data. It could not really be stored in the source, because the value changes based on the level of detail present in the view (for example, the percent discounted for an individual unit will be different to the percent discounted per floor or per building). Rather, it must be calculated at as an aggregate and recalculated as the level of detail changes.

Let's create a calculation named Discount % with the following code:

SUM([Discount]) / SUM([Rent]) 

This code indicates that the sum of Discount should...

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 $15.99/month. Cancel anytime}