What is the Level of Detail in tableau

This recipe explains what is the Level of Detail in tableau

Recipe Objective - What is the Level of Detail (LOD) in Tableau?

The Level of Detail in tableau helps in the computation of values both at visualization and data source level. LODs are used to run complex queries containing many dimensions at the data source level. LODs are of three types, INCLUDE, FIXED, and EXCLUDE.

Build Expedia Hotel Recommendation System using Machine Learning

Steps to create Level of Detail.

Step 1 > Connect the "world_cup_2018_squads.xlsx" data set.

Step 2 > Drag the "Group" dimension and drop it onto the column shelf.

Step 3 > Create "Goals Per Group" Level of Detail by creating calculated field in Analysis Option using the { INCLUDE [Group]: SUM([Goals]) } query.

Step 4 > Drag the "Goals Per Group" measure and drop it onto the row shelf.

Step 5 > Drag the "Goals" measure and drop it onto the row shelf.

Our Level of Detail is Ready!

What Users are saying..

profile image

Ray han

Tech Leader | Stanford / Yale University
linkedin profile url

I think that they are fantastic. I attended Yale and Stanford and have worked at Honeywell,Oracle, and Arthur Andersen(Accenture) in the US. I have taken Big Data and Hadoop,NoSQL, Spark, Hadoop... Read More

Relevant Projects

Mastering A/B Testing: A Practical Guide for Production
In this A/B Testing for Machine Learning Project, you will gain hands-on experience in conducting A/B tests, analyzing statistical significance, and understanding the challenges of building a solution for A/B testing in a production environment.

Learn Object Tracking (SOT, MOT) using OpenCV and Python
Get Started with Object Tracking using OpenCV and Python - Learn to implement Multiple Instance Learning Tracker (MIL) algorithm, Generic Object Tracking Using Regression Networks Tracker (GOTURN) algorithm, Kernelized Correlation Filters Tracker (KCF) algorithm, Tracking, Learning, Detection Tracker (TLD) algorithm for single and multiple object tracking from various video clips.

Build ARCH and GARCH Models in Time Series using Python
In this Project we will build an ARCH and a GARCH model using Python

Build Multi Class Text Classification Models with RNN and LSTM
In this Deep Learning Project, you will use the customer complaints data about consumer financial products to build multi-class text classification models using RNN and LSTM.

Azure Text Analytics for Medical Search Engine Deployment
Microsoft Azure Project - Use Azure text analytics cognitive service to deploy a machine learning model into Azure Databricks

Census Income Data Set Project-Predict Adult Census Income
Use the Adult Income dataset to predict whether income exceeds 50K yr based oncensus data.

Build Classification Algorithms for Digital Transformation[Banking]
Implement a machine learning approach using various classification techniques in Python to examine the digitalisation process of bank customers.

NLP Project for Beginners on Text Processing and Classification
This Project Explains the Basic Text Preprocessing and How to Build a Classification Model in Python

Build a CNN Model with PyTorch for Image Classification
In this deep learning project, you will learn how to build an Image Classification Model using PyTorch CNN

Build a Credit Default Risk Prediction Model with LightGBM
In this Machine Learning Project, you will build a classification model for default prediction with LightGBM.