SlideShare a Scribd company logo
1 of 12
Download to read offline
Copyright © 2023 Jayanti Rajdevendra Pande. All rights reserved.
- Jayanti R Pande
DGICM College, Nagpur
Sales
RASHTRASANT TUKDOJI MAHARAJ NAGPUR UNIVERSITY
MBA
SEMESTER: 3
SPECIALIZATION
BUSINESS ANALYTICS (BA 1)
SUBJECT
DATA VISUALIZATION FOR MANAGERS
MODULE NO : 4
CREATING CALCULATIONS TO
ENHANCE DATA
Copyright © 2023 Jayanti Rajdevendra Pande. All rights reserved.
Q1. What is aggregation in Tableau?
AGGREGATION IN TABLEAU
It refers to the process of combining multiple data values into a single value, typically to perform calculations or create more
meaningful visualizations. There are several methods for aggregation in Tableau, including calculated fields, aggregation
functions, and the aggregation shelf.
Calculated Fields: Calculated fields in Tableau allow users to create new fields based on existing data, utilizing functions like
aggregation functions. For example, you can calculate the average sales by region using the AVG() function in a calculated
field.
Aggregation Functions: Tableau provides various aggregation functions like SUM(), AVG(), MIN(), MAX(), and COUNT() for
common tasks such as summing values, calculating averages, finding minimum or maximum values, or counting records.
These functions can be applied in calculated fields or directly on the visualization.
Aggregation Shelf: The aggregation shelf is a Tableau feature where users can specify how data should be aggregated in a
visualization. When a measure is dragged onto the aggregation shelf, Tableau automatically applies the default aggregation
function (e.g., SUM() for sales). Users can change the function by right-clicking the measure and selecting a different one.
Copyright © 2023 Jayanti Rajdevendra Pande. All rights reserved.
Q2. What are considerations while aggregating data in Tableau?
When aggregating data in Tableau, there are several important considerations to keep in mind to ensure accurate and
meaningful analysis. Here are the key considerations while aggregating data in Tableau:
1 Data Type (Discrete vs. Continuous):
Understand whether your data is discrete (categorical, countable, like product categories) or continuous (numeric, measurable,
like sales amounts).
Choose appropriate aggregation functions based on the data type (e.g., COUNT() for discrete data, SUM() or AVG() for
continuous data).
2 Level of Detail (LOD):
Determine the level of granularity required for your analysis (e.g., sales by region, sales by store within a region).
Aggregating data may result in loss of detail, so consider the level of granularity needed for your visualization or calculation.
3 Data Accuracy and Completeness:
Ensure that the data being aggregated is accurate, complete, and free of errors.
Handle missing or null values appropriately using functions like IFNULL(), ZN(), or ZN() to avoid distortion in aggregation results.
4 Context of Analysis:
Consider the context in which the data will be analyzed (e.g., historical trends, geographical comparisons).
Choose aggregation functions that align with the context of your analysis to derive meaningful insights.
5 Understanding of Aggregation Functions:
Familiarize yourself with Tableau's built-in aggregation functions (SUM(), AVG(), COUNT(), MIN(), MAX(), etc.) and their specific
use cases.
Use the appropriate function based on the nature of the data and the analysis being performed.
Copyright © 2023 Jayanti Rajdevendra Pande. All rights reserved.
Q3. Elaborate about the Calculated Values and Table Calculations in Tableau? What are Addressing and Partitioning values in table
calculations ?
CALCULATED VALUES IN TABLEAU
Calculated values in Tableau refer to new data fields created based on specific formulas or expressions. These calculated fields can be
generated using a variety of functions, operators, and references to other fields in the data source. Calculated values can be utilized in
different ways, such as creating new measures, dimensions, or sets.
To create a calculated value in Tableau:
• Go to the "Analysis" menu.
• Select "Create Calculated Field."
• Enter a name for the calculated value.
• Define the formula or expression to calculate the value, incorporating functions and field references.
• Click OK to create the calculated value.
Examples of calculated value usage include creating a new measure representing the difference between two existing measures or
generating a new dimension like the month name for a date field. Calculated values can also be employed in sets, which group data
values based on specific criteria.
Copyright © 2023 Jayanti Rajdevendra Pande. All rights reserved.
TABLE CALCULATIONS IN TABLEAU
Table calculations in Tableau enable advanced computations within visualizations, typically based on the data displayed in the
visualization rather than the raw data in the source. These calculations allow for various computations, such as running totals,
differences, percent differences, and ranking, enhancing the analysis of the displayed data.
To create a table calculation in Tableau:
• Go to the "Analysis" menu.
• Select "Table Calculation."
• Choose the type of calculation (e.g., running total, difference, percent difference, rank).
• Specify the fields and values to be used in the calculation.
• Set the addressing and partitioning options to define the calculation's scope within the visualization.
Examples of table calculation usage include creating a running total of sales over time, computing the difference in sales between
regions, ranking values in a field, or calculating the percentage change in a measure between two periods.
ADDRESSING & PARTITIONING
Addressing and partitioning options in table calculations determine the calculation's scope within the visualization. Addressing defines
which specific data points are included in the calculation, while partitioning divides the data into subsets for separate calculations.
Properly configuring addressing and partitioning ensures accurate and contextually relevant table calculations within Tableau
visualizations.
Copyright © 2023 Jayanti Rajdevendra Pande. All rights reserved.
Q4. Explain how the calculation Dialogue box is used?
The CALCULATION DIALOGUE BOX in Tableau is a versatile tool used to create and customize calculated fields and table
calculations. It plays a pivotal role in advanced data analysis tasks, allowing users to create complex calculations tailored to
their specific requirements. Here's how to effectively use the Calculation dialogue box:
ACCESSING THE CALCULATION DIALOGUE BOX
• Go to the "Analysis" menu in Tableau.
• Select "Create Calculated Field" or "Edit Calculated Field" options.
• The Calculation dialogue box will open, providing a platform to create or edit calculated fields and table calculations.
KEY ELEMENTS OF THE CALCULATION DIALOGUE BOX
 Formula Bar: This area allows you to enter the formula or expression for your calculated field or table calculation.
Functions, operators, and references to other fields can be included in the formula.
 Functions List: Displays all available functions in Tableau, covering tasks such as aggregation, mathematical operations,
and string manipulation. Functions can be inserted into the formula by selecting them from the list and clicking the
"Insert" button.
 Fields List: Lists all fields from the data source, enabling you to insert references to these fields into the formula. Fields can
be added to the formula by selecting them and clicking the "Insert" button.
Copyright © 2023 Jayanti Rajdevendra Pande. All rights reserved.
Creating Calculated Fields:
• Utilize functions like SUM(), AVG(), MIN(), MAX(), COUNT(), and arithmetic operators (+, -, *, /) to perform various
calculations on data fields.
• Understand the data types and structures in your data source to create meaningful calculated fields.
Creating Table Calculations:
• Customize table calculations using options like addressing and partitioning to define the scope of the calculation.
• Use "Compute Using" options to specify how the calculation should be applied to the data in the visualization.
EFFECTIVE USAGE TIPS
• Familiarize yourself with available functions, operators, and data types in Tableau.
• Understand the addressing and partitioning options to ensure accurate table calculations.
• Mastering the Calculation dialogue box enhances your ability to create powerful calculations tailored to your data analysis
needs in Tableau.
Copyright © 2023 Jayanti Rajdevendra Pande. All rights reserved.
Q5. Explain binding formulas using Table Calculations in Tableau?
Binding formulas using table calculations in Tableau is a powerful technique that allows users to perform advanced calculations on
their data within visualizations. Table calculations are applied to the data displayed in a visualization rather than the raw data in the
data source, enabling computations such as running totals, differences, ranks, and percent differences.
Here's how to effectively bind formulas using table calculations in Tableau:
1. Compute Using Options:
"Table (Across)": Applies the formula across the data in the visualization, calculating for each row or column.
"Table (Down)": Applies the formula down the data in the visualization, computing for each partition of the data.
"Specific Dimensions": Binds the formula to specific dimensions in the visualization. Select dimensions from the available list to which
the formula should be applied.
2. Addressing Options:
"Ignore Nulls": Excludes null values from the calculation, ensuring it is applied only to valid data.
"Restart Every": Specifies how the calculation should be reset when it reaches the end of a partition. For instance, you can set it to
restart for each region, rather than for the entire dataset.
Example: Let's consider a scenario where you want to calculate the running total of sales for each region.
Steps:
1 Access the Table Calculation dialogue box.
2 Choose the appropriate calculation type (e.g., running total) and define the calculation logic.
3 Use the "Compute Using" options:
• Select "Specific Dimensions.“
• Choose the "Region" dimension to bind the calculation to.
4 Optionally, modify addressing options based on your needs, such as ignoring null values or restarting the calculation for each region.
Copyright © 2023 Jayanti Rajdevendra Pande. All rights reserved.
Q6. What are table calculations functions and how are they used?
TABLE calculation functions in Tableau are powerful tools that allow you to perform complex calculations on your data
within a visualization. These functions are applied to the data in your visualization, enabling you to create various
calculations based on the displayed data. Here's an overview of some common table calculation functions and how to use
them:
1 Running Total (RUNNING_SUM()):
Purpose: Computes a cumulative sum of values in a field over a dimension, providing a running total.
Usage: To create a running total, use the RUNNING_SUM([Field]) function. You can customize the computation by
adjusting the fields in the calculation.
Example : RUNNING_SUM(SUM([Sales]))
2 Difference (DIFFERENCE()):
Purpose: Computes the difference between the current value and a specified offset value in a field.
Usage: To calculate the difference, use the DIFFERENCE([Field], offset) function. The offset determines the number of
positions to look back.
Example: DIFFERENCE(SUM([Sales]), 1)
Copyright © 2023 Jayanti Rajdevendra Pande. All rights reserved.
3 Percent Difference (PERCENT_DIFFERENCE()):
Purpose: Computes the percentage change between the current value and a specified offset value in a field.
Usage: To calculate the percent difference, use the PERCENT_DIFFERENCE([Field], offset) function. The offset determines the
number of positions to look back.
Example: PERCENT_DIFFERENCE(SUM([Sales]), 1)
4 Rank (RANK()):
Purpose: Computes the rank of values in a field, either across the visualization or within a specific partition.
Usage: To create a rank, use the RANK() function. You can specify the addressing and partitioning options to customize the
calculation's scope.
Example (Simple Rank): RANK(SUM([Sales]))
5 Moving Calculation (WINDOW_ Functions):
Purpose: Computes a value based on a moving window of data points in the visualization.
Usage: Use various window functions like WINDOW_AVG(), WINDOW_MAX(), or WINDOW_MIN() to create moving
calculations. Specify the window size and type in the function parameters.
Example (Moving Average): WINDOW_AVG(SUM([Sales]), -2, 0)
This calculates the moving average of sales for the current point and the two previous points.
Copyright © 2023 Jayanti Rajdevendra Pande. All rights reserved.
Q7. Write about Flexibility to Calculation Parameters in tableau. Also give importance and applications of calculation parameters
in tableau.
The flexibility to adjust calculation parameters in Tableau is a pivotal feature that empowers users to tailor their analyses, enhance
interactivity, and gain deeper insights from their data. Calculation parameters act as dynamic variables that allow users to modify
aspects of calculations, filters, and visualizations in real-time. This flexibility plays a significant role in data analysis, visualization creation,
and storytelling.
IMPORTANCE OF CALCULATION PARAMETERS IN TABLEAU
1. Enhanced Interactivity: Calculation parameters enable users to create dynamic, interactive dashboards. Users can adjust parameters
in real-time, allowing for instant changes in calculations, filters, and visualizations. This interactivity fosters deeper engagement and
understanding of the data.
2. Customized Data Exploration: Parameters offer a way to customize data exploration. Users can set dynamic thresholds, compare
scenarios, and modify calculations on the fly. This adaptability empowers users to explore diverse data scenarios without the need
for extensive data manipulation.
3. Real-time Analysis: Calculation parameters facilitate real-time analysis by allowing users to model different scenarios without altering
the original data. This is particularly useful for businesses that need to analyze various strategies, pricing models, or market
scenarios without making permanent changes to the dataset.
4. Scenario Modeling: Businesses can use parameters to model different business scenarios. By adjusting parameters representing
variables like discount rates or growth percentages, users can visualize the impact on key metrics, aiding in strategic decision-
making.
5. Simplified User Interface: Parameters can streamline the user interface. Instead of cluttering dashboards with multiple filter controls,
a few well-designed parameters can control various aspects of the visualization. This simplifies the dashboard layout and improves
user experience.
Copyright © 2023 Jayanti Rajdevendra Pande. All rights reserved.
APPLICATIONS OF CALCULATION PARAMETERS IN TABLEAU
1. Dynamic Filters: Calculation parameters can be used to create dynamic filters that allow users to adjust filter criteria
interactively. For instance, users can set a parameter to represent a sales threshold and filter data points above or below
that threshold dynamically.
2. Variable Aggregations: Parameters can control aggregations in calculations. Users can adjust parameters to change
aggregation methods, enabling dynamic switching between sum, average, or other aggregation functions based on user
preference.
3. Comparative Analysis: Calculation parameters are invaluable for comparative analysis. Users can create parameters
representing different time periods or scenarios, allowing for easy comparison between historical data, forecasts, or
different business strategies.
4. Parameter Actions: Users can set up parameter actions, linking them to various dashboard elements. For example, clicking
on a data point can adjust a parameter, dynamically updating other visuals on the dashboard. This creates a seamless
interactive experience for users.
5. Threshold Monitoring: Parameters can be utilized to set thresholds for metrics like sales targets or customer satisfaction
scores. Visualizations can highlight when actual metrics fall below or exceed these thresholds, providing a quick visual cue
for performance monitoring.
6. Data Exploration and Experimentation: Parameters empower users to experiment with different data subsets. By adjusting
parameters, users can focus on specific segments of the data, enabling in-depth exploration without altering the original
dataset.
7. Predictive Modeling: Parameters can be integrated into predictive models. For example, in a financial model, users can
adjust parameters representing interest rates or inflation rates to visualize their impact on future financial projections.

More Related Content

What's hot

Analytics with Descriptive, Predictive and Prescriptive Techniques
Analytics with Descriptive, Predictive and Prescriptive TechniquesAnalytics with Descriptive, Predictive and Prescriptive Techniques
Analytics with Descriptive, Predictive and Prescriptive Techniquesleadershipsoil
 
Descriptive Statistics.pptx
Descriptive Statistics.pptxDescriptive Statistics.pptx
Descriptive Statistics.pptxtest215275
 
Data Warehouse Optimization
Data Warehouse OptimizationData Warehouse Optimization
Data Warehouse OptimizationCloudera, Inc.
 
Business Statistics
Business StatisticsBusiness Statistics
Business StatisticsTim Walters
 
200 chapter 7 measurement :scaling by uma sekaran
200 chapter 7 measurement :scaling by uma sekaran 200 chapter 7 measurement :scaling by uma sekaran
200 chapter 7 measurement :scaling by uma sekaran Irfan Sheikh
 
Business Intelligence and Business Analytics
Business Intelligence and Business AnalyticsBusiness Intelligence and Business Analytics
Business Intelligence and Business Analyticssnehal_152
 
Business Intelligence - A Management Perspective
Business Intelligence - A Management PerspectiveBusiness Intelligence - A Management Perspective
Business Intelligence - A Management Perspectivevinaya.hs
 
Data processing and analysis final
Data processing and analysis finalData processing and analysis final
Data processing and analysis finalAkul10
 
Data Warehouse Back to Basics: Dimensional Modeling
Data Warehouse Back to Basics: Dimensional ModelingData Warehouse Back to Basics: Dimensional Modeling
Data Warehouse Back to Basics: Dimensional ModelingDunn Solutions Group
 
[MPKD1] Introduction to business analytics and simulation
[MPKD1] Introduction to business analytics and simulation[MPKD1] Introduction to business analytics and simulation
[MPKD1] Introduction to business analytics and simulationNguyen Ngoc Binh Phuong
 
Decision Support Systems
Decision Support SystemsDecision Support Systems
Decision Support SystemsHadi Fadlallah
 
Tableau Developer
Tableau DeveloperTableau Developer
Tableau Developerabhinav9104
 
Data Quality Strategy: A Step-by-Step Approach
Data Quality Strategy: A Step-by-Step ApproachData Quality Strategy: A Step-by-Step Approach
Data Quality Strategy: A Step-by-Step ApproachFindWhitePapers
 
An introduction to Business intelligence
An introduction to Business intelligenceAn introduction to Business intelligence
An introduction to Business intelligenceHadi Fadlallah
 
Brief introduction to data visualization
Brief introduction to data visualizationBrief introduction to data visualization
Brief introduction to data visualizationZach Gemignani
 
Setting Research Objectives in Applied Marketing Research
Setting Research Objectives in Applied Marketing ResearchSetting Research Objectives in Applied Marketing Research
Setting Research Objectives in Applied Marketing ResearchKelly Page
 
Market Basket Analysis
Market Basket AnalysisMarket Basket Analysis
Market Basket AnalysisSandeep Prasad
 

What's hot (20)

Analytics with Descriptive, Predictive and Prescriptive Techniques
Analytics with Descriptive, Predictive and Prescriptive TechniquesAnalytics with Descriptive, Predictive and Prescriptive Techniques
Analytics with Descriptive, Predictive and Prescriptive Techniques
 
Descriptive Statistics.pptx
Descriptive Statistics.pptxDescriptive Statistics.pptx
Descriptive Statistics.pptx
 
Time series
Time seriesTime series
Time series
 
Data Warehouse Optimization
Data Warehouse OptimizationData Warehouse Optimization
Data Warehouse Optimization
 
Business Statistics
Business StatisticsBusiness Statistics
Business Statistics
 
200 chapter 7 measurement :scaling by uma sekaran
200 chapter 7 measurement :scaling by uma sekaran 200 chapter 7 measurement :scaling by uma sekaran
200 chapter 7 measurement :scaling by uma sekaran
 
Business Intelligence and Business Analytics
Business Intelligence and Business AnalyticsBusiness Intelligence and Business Analytics
Business Intelligence and Business Analytics
 
Business Intelligence - A Management Perspective
Business Intelligence - A Management PerspectiveBusiness Intelligence - A Management Perspective
Business Intelligence - A Management Perspective
 
Data processing and analysis final
Data processing and analysis finalData processing and analysis final
Data processing and analysis final
 
Data Warehouse Back to Basics: Dimensional Modeling
Data Warehouse Back to Basics: Dimensional ModelingData Warehouse Back to Basics: Dimensional Modeling
Data Warehouse Back to Basics: Dimensional Modeling
 
[MPKD1] Introduction to business analytics and simulation
[MPKD1] Introduction to business analytics and simulation[MPKD1] Introduction to business analytics and simulation
[MPKD1] Introduction to business analytics and simulation
 
Decision Support Systems
Decision Support SystemsDecision Support Systems
Decision Support Systems
 
Tableau Developer
Tableau DeveloperTableau Developer
Tableau Developer
 
Data Quality Strategy: A Step-by-Step Approach
Data Quality Strategy: A Step-by-Step ApproachData Quality Strategy: A Step-by-Step Approach
Data Quality Strategy: A Step-by-Step Approach
 
An introduction to Business intelligence
An introduction to Business intelligenceAn introduction to Business intelligence
An introduction to Business intelligence
 
Executive Information System
Executive Information SystemExecutive Information System
Executive Information System
 
Charts And Graphs
Charts And GraphsCharts And Graphs
Charts And Graphs
 
Brief introduction to data visualization
Brief introduction to data visualizationBrief introduction to data visualization
Brief introduction to data visualization
 
Setting Research Objectives in Applied Marketing Research
Setting Research Objectives in Applied Marketing ResearchSetting Research Objectives in Applied Marketing Research
Setting Research Objectives in Applied Marketing Research
 
Market Basket Analysis
Market Basket AnalysisMarket Basket Analysis
Market Basket Analysis
 

Similar to Business Analytics 1 Module 4.pdf

Funções DAX.pdf
Funções DAX.pdfFunções DAX.pdf
Funções DAX.pdfJoao Vaz
 
Business Analytics 1 Module 2.pdf
Business Analytics 1 Module 2.pdfBusiness Analytics 1 Module 2.pdf
Business Analytics 1 Module 2.pdfJayanti Pande
 
Introduction to Business analytics unit3
Introduction to Business analytics unit3Introduction to Business analytics unit3
Introduction to Business analytics unit3jayarellirs
 
whitepaper_advanced_analytics_with_tableau_eng
whitepaper_advanced_analytics_with_tableau_engwhitepaper_advanced_analytics_with_tableau_eng
whitepaper_advanced_analytics_with_tableau_engS. Hanau
 
Microsoft Excel Basics
Microsoft Excel BasicsMicrosoft Excel Basics
Microsoft Excel BasicsCompudon
 
Tableau interview questions and answers
Tableau interview questions and answersTableau interview questions and answers
Tableau interview questions and answerskavinilavuG
 
The Art of Data Visualization in Microsoft Excel for Mac.pdf
The Art of Data Visualization in Microsoft Excel for Mac.pdfThe Art of Data Visualization in Microsoft Excel for Mac.pdf
The Art of Data Visualization in Microsoft Excel for Mac.pdfTEWMAGAZINE
 
Calculated Columns and Measures in Power BI.pptx
Calculated Columns and Measures in Power BI.pptxCalculated Columns and Measures in Power BI.pptx
Calculated Columns and Measures in Power BI.pptxSelect Distinct Limited
 
data_science_introduction_for beginners.pptx
data_science_introduction_for beginners.pptxdata_science_introduction_for beginners.pptx
data_science_introduction_for beginners.pptxShikhaJayaswal
 
Pivot Tables and Beyond Data Analysis in Excel 2013 - Course Technology Compu...
Pivot Tables and Beyond Data Analysis in Excel 2013 - Course Technology Compu...Pivot Tables and Beyond Data Analysis in Excel 2013 - Course Technology Compu...
Pivot Tables and Beyond Data Analysis in Excel 2013 - Course Technology Compu...Cengage Learning
 
SSRS 2008 R2
SSRS 2008 R2SSRS 2008 R2
SSRS 2008 R2tomerl
 
What is copa master data
What is copa master dataWhat is copa master data
What is copa master dataRajeev Kumar
 
Developing a ssrs report using a ssas data source
Developing a ssrs report using a ssas data sourceDeveloping a ssrs report using a ssas data source
Developing a ssrs report using a ssas data sourcerelekarsushant
 
Tableau online training || Tableau Server
Tableau online training || Tableau ServerTableau online training || Tableau Server
Tableau online training || Tableau ServerUnited Trainings
 
Tableau online training || Tableau Server
Tableau online training || Tableau ServerTableau online training || Tableau Server
Tableau online training || Tableau ServerUnited Trainings
 
IBM SPSS Custom Tables create custom tabls inn no time.pdf
IBM  SPSS Custom Tables create custom tabls inn no time.pdfIBM  SPSS Custom Tables create custom tabls inn no time.pdf
IBM SPSS Custom Tables create custom tabls inn no time.pdfahmedmaths03
 
Informatica PowerAnalyzer 4.0 1 of 3
Informatica PowerAnalyzer 4.0 1 of 3Informatica PowerAnalyzer 4.0 1 of 3
Informatica PowerAnalyzer 4.0 1 of 3ganblues
 
Business Analytics 1 Module 3.pdf
Business Analytics 1 Module 3.pdfBusiness Analytics 1 Module 3.pdf
Business Analytics 1 Module 3.pdfJayanti Pande
 

Similar to Business Analytics 1 Module 4.pdf (20)

Funções DAX.pdf
Funções DAX.pdfFunções DAX.pdf
Funções DAX.pdf
 
Business Analytics 1 Module 2.pdf
Business Analytics 1 Module 2.pdfBusiness Analytics 1 Module 2.pdf
Business Analytics 1 Module 2.pdf
 
Introduction to Business analytics unit3
Introduction to Business analytics unit3Introduction to Business analytics unit3
Introduction to Business analytics unit3
 
whitepaper_advanced_analytics_with_tableau_eng
whitepaper_advanced_analytics_with_tableau_engwhitepaper_advanced_analytics_with_tableau_eng
whitepaper_advanced_analytics_with_tableau_eng
 
Microsoft Excel Basics
Microsoft Excel BasicsMicrosoft Excel Basics
Microsoft Excel Basics
 
Tableau interview questions and answers
Tableau interview questions and answersTableau interview questions and answers
Tableau interview questions and answers
 
The Art of Data Visualization in Microsoft Excel for Mac.pdf
The Art of Data Visualization in Microsoft Excel for Mac.pdfThe Art of Data Visualization in Microsoft Excel for Mac.pdf
The Art of Data Visualization in Microsoft Excel for Mac.pdf
 
Calculated Columns and Measures in Power BI.pptx
Calculated Columns and Measures in Power BI.pptxCalculated Columns and Measures in Power BI.pptx
Calculated Columns and Measures in Power BI.pptx
 
data_science_introduction_for beginners.pptx
data_science_introduction_for beginners.pptxdata_science_introduction_for beginners.pptx
data_science_introduction_for beginners.pptx
 
Pivot Tables and Beyond Data Analysis in Excel 2013 - Course Technology Compu...
Pivot Tables and Beyond Data Analysis in Excel 2013 - Course Technology Compu...Pivot Tables and Beyond Data Analysis in Excel 2013 - Course Technology Compu...
Pivot Tables and Beyond Data Analysis in Excel 2013 - Course Technology Compu...
 
SSRS 2008 R2
SSRS 2008 R2SSRS 2008 R2
SSRS 2008 R2
 
Getting power bi
Getting power biGetting power bi
Getting power bi
 
Exel
ExelExel
Exel
 
What is copa master data
What is copa master dataWhat is copa master data
What is copa master data
 
Developing a ssrs report using a ssas data source
Developing a ssrs report using a ssas data sourceDeveloping a ssrs report using a ssas data source
Developing a ssrs report using a ssas data source
 
Tableau online training || Tableau Server
Tableau online training || Tableau ServerTableau online training || Tableau Server
Tableau online training || Tableau Server
 
Tableau online training || Tableau Server
Tableau online training || Tableau ServerTableau online training || Tableau Server
Tableau online training || Tableau Server
 
IBM SPSS Custom Tables create custom tabls inn no time.pdf
IBM  SPSS Custom Tables create custom tabls inn no time.pdfIBM  SPSS Custom Tables create custom tabls inn no time.pdf
IBM SPSS Custom Tables create custom tabls inn no time.pdf
 
Informatica PowerAnalyzer 4.0 1 of 3
Informatica PowerAnalyzer 4.0 1 of 3Informatica PowerAnalyzer 4.0 1 of 3
Informatica PowerAnalyzer 4.0 1 of 3
 
Business Analytics 1 Module 3.pdf
Business Analytics 1 Module 3.pdfBusiness Analytics 1 Module 3.pdf
Business Analytics 1 Module 3.pdf
 

More from Jayanti Pande

Web & Social Media Analytics Module 5.pdf
Web & Social Media Analytics Module 5.pdfWeb & Social Media Analytics Module 5.pdf
Web & Social Media Analytics Module 5.pdfJayanti Pande
 
Web & Social Media Analytics Module 4.pdf
Web & Social Media Analytics Module 4.pdfWeb & Social Media Analytics Module 4.pdf
Web & Social Media Analytics Module 4.pdfJayanti Pande
 
Web & Social Media Analytics Module 3.pdf
Web & Social Media Analytics Module 3.pdfWeb & Social Media Analytics Module 3.pdf
Web & Social Media Analytics Module 3.pdfJayanti Pande
 
Web & Social Media Analytics Module 2.pdf
Web & Social Media Analytics Module 2.pdfWeb & Social Media Analytics Module 2.pdf
Web & Social Media Analytics Module 2.pdfJayanti Pande
 
Web & Social Media Analytics Module 1.pdf
Web & Social Media Analytics Module 1.pdfWeb & Social Media Analytics Module 1.pdf
Web & Social Media Analytics Module 1.pdfJayanti Pande
 
Basics of Research| Also Valuable for MBA Research Project Viva.pdf
Basics of Research| Also Valuable for MBA Research Project Viva.pdfBasics of Research| Also Valuable for MBA Research Project Viva.pdf
Basics of Research| Also Valuable for MBA Research Project Viva.pdfJayanti Pande
 
PERFORMANCE MEASUREMENT SYSTEM [HR Paper 2] Module 5.pdf
PERFORMANCE MEASUREMENT SYSTEM [HR Paper 2] Module 5.pdfPERFORMANCE MEASUREMENT SYSTEM [HR Paper 2] Module 5.pdf
PERFORMANCE MEASUREMENT SYSTEM [HR Paper 2] Module 5.pdfJayanti Pande
 
PERFORMANCE MEASUREMENT SYSTEM [HR Paper 2 ] Module 4.pdf
PERFORMANCE MEASUREMENT SYSTEM [HR Paper 2 ] Module 4.pdfPERFORMANCE MEASUREMENT SYSTEM [HR Paper 2 ] Module 4.pdf
PERFORMANCE MEASUREMENT SYSTEM [HR Paper 2 ] Module 4.pdfJayanti Pande
 
PERFORMANCE MEASUREMENT SYSTEM [HR Paper 2] Module 3.pdf
PERFORMANCE MEASUREMENT SYSTEM [HR Paper 2] Module 3.pdfPERFORMANCE MEASUREMENT SYSTEM [HR Paper 2] Module 3.pdf
PERFORMANCE MEASUREMENT SYSTEM [HR Paper 2] Module 3.pdfJayanti Pande
 
PERFORMANCE MEASUREMENT SYSTEM [HR Paper 2] Module 2.pdf
PERFORMANCE MEASUREMENT SYSTEM [HR Paper 2] Module 2.pdfPERFORMANCE MEASUREMENT SYSTEM [HR Paper 2] Module 2.pdf
PERFORMANCE MEASUREMENT SYSTEM [HR Paper 2] Module 2.pdfJayanti Pande
 
10 Topics For MBA Project Report [HR].pdf
10 Topics For MBA Project Report [HR].pdf10 Topics For MBA Project Report [HR].pdf
10 Topics For MBA Project Report [HR].pdfJayanti Pande
 
MBA Project Report ppt By Jayanti Pande.pdf
MBA Project Report ppt By Jayanti Pande.pdfMBA Project Report ppt By Jayanti Pande.pdf
MBA Project Report ppt By Jayanti Pande.pdfJayanti Pande
 
MBA Project Report | By Jayanti Pande.pdf
MBA Project Report |  By Jayanti Pande.pdfMBA Project Report |  By Jayanti Pande.pdf
MBA Project Report | By Jayanti Pande.pdfJayanti Pande
 
HR Paper 2 Module 1 INTRODUCTION TO PERFORMANCE MEASUREMENT .pdf
HR Paper 2 Module 1 INTRODUCTION TO PERFORMANCE MEASUREMENT .pdfHR Paper 2 Module 1 INTRODUCTION TO PERFORMANCE MEASUREMENT .pdf
HR Paper 2 Module 1 INTRODUCTION TO PERFORMANCE MEASUREMENT .pdfJayanti Pande
 
Data Mining Module 5 Business Analytics.pdf
Data Mining Module 5 Business Analytics.pdfData Mining Module 5 Business Analytics.pdf
Data Mining Module 5 Business Analytics.pdfJayanti Pande
 
Data Mining Module 4 Business Analytics.pdf
Data Mining Module 4 Business Analytics.pdfData Mining Module 4 Business Analytics.pdf
Data Mining Module 4 Business Analytics.pdfJayanti Pande
 
Data Mining Module 3 Business Analtics..pdf
Data Mining Module 3 Business Analtics..pdfData Mining Module 3 Business Analtics..pdf
Data Mining Module 3 Business Analtics..pdfJayanti Pande
 
Data Mining Module 2 Business Analytics.
Data Mining Module 2 Business Analytics.Data Mining Module 2 Business Analytics.
Data Mining Module 2 Business Analytics.Jayanti Pande
 
Data Mining Module 1 Business Analytics.
Data Mining Module 1 Business Analytics.Data Mining Module 1 Business Analytics.
Data Mining Module 1 Business Analytics.Jayanti Pande
 
Business Analytics 1 Module 5.pdf
Business Analytics 1 Module 5.pdfBusiness Analytics 1 Module 5.pdf
Business Analytics 1 Module 5.pdfJayanti Pande
 

More from Jayanti Pande (20)

Web & Social Media Analytics Module 5.pdf
Web & Social Media Analytics Module 5.pdfWeb & Social Media Analytics Module 5.pdf
Web & Social Media Analytics Module 5.pdf
 
Web & Social Media Analytics Module 4.pdf
Web & Social Media Analytics Module 4.pdfWeb & Social Media Analytics Module 4.pdf
Web & Social Media Analytics Module 4.pdf
 
Web & Social Media Analytics Module 3.pdf
Web & Social Media Analytics Module 3.pdfWeb & Social Media Analytics Module 3.pdf
Web & Social Media Analytics Module 3.pdf
 
Web & Social Media Analytics Module 2.pdf
Web & Social Media Analytics Module 2.pdfWeb & Social Media Analytics Module 2.pdf
Web & Social Media Analytics Module 2.pdf
 
Web & Social Media Analytics Module 1.pdf
Web & Social Media Analytics Module 1.pdfWeb & Social Media Analytics Module 1.pdf
Web & Social Media Analytics Module 1.pdf
 
Basics of Research| Also Valuable for MBA Research Project Viva.pdf
Basics of Research| Also Valuable for MBA Research Project Viva.pdfBasics of Research| Also Valuable for MBA Research Project Viva.pdf
Basics of Research| Also Valuable for MBA Research Project Viva.pdf
 
PERFORMANCE MEASUREMENT SYSTEM [HR Paper 2] Module 5.pdf
PERFORMANCE MEASUREMENT SYSTEM [HR Paper 2] Module 5.pdfPERFORMANCE MEASUREMENT SYSTEM [HR Paper 2] Module 5.pdf
PERFORMANCE MEASUREMENT SYSTEM [HR Paper 2] Module 5.pdf
 
PERFORMANCE MEASUREMENT SYSTEM [HR Paper 2 ] Module 4.pdf
PERFORMANCE MEASUREMENT SYSTEM [HR Paper 2 ] Module 4.pdfPERFORMANCE MEASUREMENT SYSTEM [HR Paper 2 ] Module 4.pdf
PERFORMANCE MEASUREMENT SYSTEM [HR Paper 2 ] Module 4.pdf
 
PERFORMANCE MEASUREMENT SYSTEM [HR Paper 2] Module 3.pdf
PERFORMANCE MEASUREMENT SYSTEM [HR Paper 2] Module 3.pdfPERFORMANCE MEASUREMENT SYSTEM [HR Paper 2] Module 3.pdf
PERFORMANCE MEASUREMENT SYSTEM [HR Paper 2] Module 3.pdf
 
PERFORMANCE MEASUREMENT SYSTEM [HR Paper 2] Module 2.pdf
PERFORMANCE MEASUREMENT SYSTEM [HR Paper 2] Module 2.pdfPERFORMANCE MEASUREMENT SYSTEM [HR Paper 2] Module 2.pdf
PERFORMANCE MEASUREMENT SYSTEM [HR Paper 2] Module 2.pdf
 
10 Topics For MBA Project Report [HR].pdf
10 Topics For MBA Project Report [HR].pdf10 Topics For MBA Project Report [HR].pdf
10 Topics For MBA Project Report [HR].pdf
 
MBA Project Report ppt By Jayanti Pande.pdf
MBA Project Report ppt By Jayanti Pande.pdfMBA Project Report ppt By Jayanti Pande.pdf
MBA Project Report ppt By Jayanti Pande.pdf
 
MBA Project Report | By Jayanti Pande.pdf
MBA Project Report |  By Jayanti Pande.pdfMBA Project Report |  By Jayanti Pande.pdf
MBA Project Report | By Jayanti Pande.pdf
 
HR Paper 2 Module 1 INTRODUCTION TO PERFORMANCE MEASUREMENT .pdf
HR Paper 2 Module 1 INTRODUCTION TO PERFORMANCE MEASUREMENT .pdfHR Paper 2 Module 1 INTRODUCTION TO PERFORMANCE MEASUREMENT .pdf
HR Paper 2 Module 1 INTRODUCTION TO PERFORMANCE MEASUREMENT .pdf
 
Data Mining Module 5 Business Analytics.pdf
Data Mining Module 5 Business Analytics.pdfData Mining Module 5 Business Analytics.pdf
Data Mining Module 5 Business Analytics.pdf
 
Data Mining Module 4 Business Analytics.pdf
Data Mining Module 4 Business Analytics.pdfData Mining Module 4 Business Analytics.pdf
Data Mining Module 4 Business Analytics.pdf
 
Data Mining Module 3 Business Analtics..pdf
Data Mining Module 3 Business Analtics..pdfData Mining Module 3 Business Analtics..pdf
Data Mining Module 3 Business Analtics..pdf
 
Data Mining Module 2 Business Analytics.
Data Mining Module 2 Business Analytics.Data Mining Module 2 Business Analytics.
Data Mining Module 2 Business Analytics.
 
Data Mining Module 1 Business Analytics.
Data Mining Module 1 Business Analytics.Data Mining Module 1 Business Analytics.
Data Mining Module 1 Business Analytics.
 
Business Analytics 1 Module 5.pdf
Business Analytics 1 Module 5.pdfBusiness Analytics 1 Module 5.pdf
Business Analytics 1 Module 5.pdf
 

Recently uploaded

How to Add Barcode on PDF Report in Odoo 17
How to Add Barcode on PDF Report in Odoo 17How to Add Barcode on PDF Report in Odoo 17
How to Add Barcode on PDF Report in Odoo 17Celine George
 
Roles & Responsibilities in Pharmacovigilance
Roles & Responsibilities in PharmacovigilanceRoles & Responsibilities in Pharmacovigilance
Roles & Responsibilities in PharmacovigilanceSamikshaHamane
 
call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️
call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️
call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️9953056974 Low Rate Call Girls In Saket, Delhi NCR
 
GRADE 4 - SUMMATIVE TEST QUARTER 4 ALL SUBJECTS
GRADE 4 - SUMMATIVE TEST QUARTER 4 ALL SUBJECTSGRADE 4 - SUMMATIVE TEST QUARTER 4 ALL SUBJECTS
GRADE 4 - SUMMATIVE TEST QUARTER 4 ALL SUBJECTSJoshuaGantuangco2
 
ACC 2024 Chronicles. Cardiology. Exam.pdf
ACC 2024 Chronicles. Cardiology. Exam.pdfACC 2024 Chronicles. Cardiology. Exam.pdf
ACC 2024 Chronicles. Cardiology. Exam.pdfSpandanaRallapalli
 
Barangay Council for the Protection of Children (BCPC) Orientation.pptx
Barangay Council for the Protection of Children (BCPC) Orientation.pptxBarangay Council for the Protection of Children (BCPC) Orientation.pptx
Barangay Council for the Protection of Children (BCPC) Orientation.pptxCarlos105
 
Grade 9 Q4-MELC1-Active and Passive Voice.pptx
Grade 9 Q4-MELC1-Active and Passive Voice.pptxGrade 9 Q4-MELC1-Active and Passive Voice.pptx
Grade 9 Q4-MELC1-Active and Passive Voice.pptxChelloAnnAsuncion2
 
Judging the Relevance and worth of ideas part 2.pptx
Judging the Relevance  and worth of ideas part 2.pptxJudging the Relevance  and worth of ideas part 2.pptx
Judging the Relevance and worth of ideas part 2.pptxSherlyMaeNeri
 
Incoming and Outgoing Shipments in 3 STEPS Using Odoo 17
Incoming and Outgoing Shipments in 3 STEPS Using Odoo 17Incoming and Outgoing Shipments in 3 STEPS Using Odoo 17
Incoming and Outgoing Shipments in 3 STEPS Using Odoo 17Celine George
 
Difference Between Search & Browse Methods in Odoo 17
Difference Between Search & Browse Methods in Odoo 17Difference Between Search & Browse Methods in Odoo 17
Difference Between Search & Browse Methods in Odoo 17Celine George
 
Field Attribute Index Feature in Odoo 17
Field Attribute Index Feature in Odoo 17Field Attribute Index Feature in Odoo 17
Field Attribute Index Feature in Odoo 17Celine George
 
Choosing the Right CBSE School A Comprehensive Guide for Parents
Choosing the Right CBSE School A Comprehensive Guide for ParentsChoosing the Right CBSE School A Comprehensive Guide for Parents
Choosing the Right CBSE School A Comprehensive Guide for Parentsnavabharathschool99
 
AMERICAN LANGUAGE HUB_Level2_Student'sBook_Answerkey.pdf
AMERICAN LANGUAGE HUB_Level2_Student'sBook_Answerkey.pdfAMERICAN LANGUAGE HUB_Level2_Student'sBook_Answerkey.pdf
AMERICAN LANGUAGE HUB_Level2_Student'sBook_Answerkey.pdfphamnguyenenglishnb
 
Computed Fields and api Depends in the Odoo 17
Computed Fields and api Depends in the Odoo 17Computed Fields and api Depends in the Odoo 17
Computed Fields and api Depends in the Odoo 17Celine George
 
Earth Day Presentation wow hello nice great
Earth Day Presentation wow hello nice greatEarth Day Presentation wow hello nice great
Earth Day Presentation wow hello nice greatYousafMalik24
 
Visit to a blind student's school🧑‍🦯🧑‍🦯(community medicine)
Visit to a blind student's school🧑‍🦯🧑‍🦯(community medicine)Visit to a blind student's school🧑‍🦯🧑‍🦯(community medicine)
Visit to a blind student's school🧑‍🦯🧑‍🦯(community medicine)lakshayb543
 

Recently uploaded (20)

YOUVE_GOT_EMAIL_PRELIMS_EL_DORADO_2024.pptx
YOUVE_GOT_EMAIL_PRELIMS_EL_DORADO_2024.pptxYOUVE_GOT_EMAIL_PRELIMS_EL_DORADO_2024.pptx
YOUVE_GOT_EMAIL_PRELIMS_EL_DORADO_2024.pptx
 
How to Add Barcode on PDF Report in Odoo 17
How to Add Barcode on PDF Report in Odoo 17How to Add Barcode on PDF Report in Odoo 17
How to Add Barcode on PDF Report in Odoo 17
 
Roles & Responsibilities in Pharmacovigilance
Roles & Responsibilities in PharmacovigilanceRoles & Responsibilities in Pharmacovigilance
Roles & Responsibilities in Pharmacovigilance
 
call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️
call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️
call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️
 
GRADE 4 - SUMMATIVE TEST QUARTER 4 ALL SUBJECTS
GRADE 4 - SUMMATIVE TEST QUARTER 4 ALL SUBJECTSGRADE 4 - SUMMATIVE TEST QUARTER 4 ALL SUBJECTS
GRADE 4 - SUMMATIVE TEST QUARTER 4 ALL SUBJECTS
 
OS-operating systems- ch04 (Threads) ...
OS-operating systems- ch04 (Threads) ...OS-operating systems- ch04 (Threads) ...
OS-operating systems- ch04 (Threads) ...
 
ACC 2024 Chronicles. Cardiology. Exam.pdf
ACC 2024 Chronicles. Cardiology. Exam.pdfACC 2024 Chronicles. Cardiology. Exam.pdf
ACC 2024 Chronicles. Cardiology. Exam.pdf
 
Barangay Council for the Protection of Children (BCPC) Orientation.pptx
Barangay Council for the Protection of Children (BCPC) Orientation.pptxBarangay Council for the Protection of Children (BCPC) Orientation.pptx
Barangay Council for the Protection of Children (BCPC) Orientation.pptx
 
Grade 9 Q4-MELC1-Active and Passive Voice.pptx
Grade 9 Q4-MELC1-Active and Passive Voice.pptxGrade 9 Q4-MELC1-Active and Passive Voice.pptx
Grade 9 Q4-MELC1-Active and Passive Voice.pptx
 
Judging the Relevance and worth of ideas part 2.pptx
Judging the Relevance  and worth of ideas part 2.pptxJudging the Relevance  and worth of ideas part 2.pptx
Judging the Relevance and worth of ideas part 2.pptx
 
Incoming and Outgoing Shipments in 3 STEPS Using Odoo 17
Incoming and Outgoing Shipments in 3 STEPS Using Odoo 17Incoming and Outgoing Shipments in 3 STEPS Using Odoo 17
Incoming and Outgoing Shipments in 3 STEPS Using Odoo 17
 
Difference Between Search & Browse Methods in Odoo 17
Difference Between Search & Browse Methods in Odoo 17Difference Between Search & Browse Methods in Odoo 17
Difference Between Search & Browse Methods in Odoo 17
 
Model Call Girl in Tilak Nagar Delhi reach out to us at 🔝9953056974🔝
Model Call Girl in Tilak Nagar Delhi reach out to us at 🔝9953056974🔝Model Call Girl in Tilak Nagar Delhi reach out to us at 🔝9953056974🔝
Model Call Girl in Tilak Nagar Delhi reach out to us at 🔝9953056974🔝
 
Field Attribute Index Feature in Odoo 17
Field Attribute Index Feature in Odoo 17Field Attribute Index Feature in Odoo 17
Field Attribute Index Feature in Odoo 17
 
Choosing the Right CBSE School A Comprehensive Guide for Parents
Choosing the Right CBSE School A Comprehensive Guide for ParentsChoosing the Right CBSE School A Comprehensive Guide for Parents
Choosing the Right CBSE School A Comprehensive Guide for Parents
 
AMERICAN LANGUAGE HUB_Level2_Student'sBook_Answerkey.pdf
AMERICAN LANGUAGE HUB_Level2_Student'sBook_Answerkey.pdfAMERICAN LANGUAGE HUB_Level2_Student'sBook_Answerkey.pdf
AMERICAN LANGUAGE HUB_Level2_Student'sBook_Answerkey.pdf
 
Computed Fields and api Depends in the Odoo 17
Computed Fields and api Depends in the Odoo 17Computed Fields and api Depends in the Odoo 17
Computed Fields and api Depends in the Odoo 17
 
Earth Day Presentation wow hello nice great
Earth Day Presentation wow hello nice greatEarth Day Presentation wow hello nice great
Earth Day Presentation wow hello nice great
 
Visit to a blind student's school🧑‍🦯🧑‍🦯(community medicine)
Visit to a blind student's school🧑‍🦯🧑‍🦯(community medicine)Visit to a blind student's school🧑‍🦯🧑‍🦯(community medicine)
Visit to a blind student's school🧑‍🦯🧑‍🦯(community medicine)
 
FINALS_OF_LEFT_ON_C'N_EL_DORADO_2024.pptx
FINALS_OF_LEFT_ON_C'N_EL_DORADO_2024.pptxFINALS_OF_LEFT_ON_C'N_EL_DORADO_2024.pptx
FINALS_OF_LEFT_ON_C'N_EL_DORADO_2024.pptx
 

Business Analytics 1 Module 4.pdf

  • 1. Copyright © 2023 Jayanti Rajdevendra Pande. All rights reserved. - Jayanti R Pande DGICM College, Nagpur Sales RASHTRASANT TUKDOJI MAHARAJ NAGPUR UNIVERSITY MBA SEMESTER: 3 SPECIALIZATION BUSINESS ANALYTICS (BA 1) SUBJECT DATA VISUALIZATION FOR MANAGERS MODULE NO : 4 CREATING CALCULATIONS TO ENHANCE DATA
  • 2. Copyright © 2023 Jayanti Rajdevendra Pande. All rights reserved. Q1. What is aggregation in Tableau? AGGREGATION IN TABLEAU It refers to the process of combining multiple data values into a single value, typically to perform calculations or create more meaningful visualizations. There are several methods for aggregation in Tableau, including calculated fields, aggregation functions, and the aggregation shelf. Calculated Fields: Calculated fields in Tableau allow users to create new fields based on existing data, utilizing functions like aggregation functions. For example, you can calculate the average sales by region using the AVG() function in a calculated field. Aggregation Functions: Tableau provides various aggregation functions like SUM(), AVG(), MIN(), MAX(), and COUNT() for common tasks such as summing values, calculating averages, finding minimum or maximum values, or counting records. These functions can be applied in calculated fields or directly on the visualization. Aggregation Shelf: The aggregation shelf is a Tableau feature where users can specify how data should be aggregated in a visualization. When a measure is dragged onto the aggregation shelf, Tableau automatically applies the default aggregation function (e.g., SUM() for sales). Users can change the function by right-clicking the measure and selecting a different one.
  • 3. Copyright © 2023 Jayanti Rajdevendra Pande. All rights reserved. Q2. What are considerations while aggregating data in Tableau? When aggregating data in Tableau, there are several important considerations to keep in mind to ensure accurate and meaningful analysis. Here are the key considerations while aggregating data in Tableau: 1 Data Type (Discrete vs. Continuous): Understand whether your data is discrete (categorical, countable, like product categories) or continuous (numeric, measurable, like sales amounts). Choose appropriate aggregation functions based on the data type (e.g., COUNT() for discrete data, SUM() or AVG() for continuous data). 2 Level of Detail (LOD): Determine the level of granularity required for your analysis (e.g., sales by region, sales by store within a region). Aggregating data may result in loss of detail, so consider the level of granularity needed for your visualization or calculation. 3 Data Accuracy and Completeness: Ensure that the data being aggregated is accurate, complete, and free of errors. Handle missing or null values appropriately using functions like IFNULL(), ZN(), or ZN() to avoid distortion in aggregation results. 4 Context of Analysis: Consider the context in which the data will be analyzed (e.g., historical trends, geographical comparisons). Choose aggregation functions that align with the context of your analysis to derive meaningful insights. 5 Understanding of Aggregation Functions: Familiarize yourself with Tableau's built-in aggregation functions (SUM(), AVG(), COUNT(), MIN(), MAX(), etc.) and their specific use cases. Use the appropriate function based on the nature of the data and the analysis being performed.
  • 4. Copyright © 2023 Jayanti Rajdevendra Pande. All rights reserved. Q3. Elaborate about the Calculated Values and Table Calculations in Tableau? What are Addressing and Partitioning values in table calculations ? CALCULATED VALUES IN TABLEAU Calculated values in Tableau refer to new data fields created based on specific formulas or expressions. These calculated fields can be generated using a variety of functions, operators, and references to other fields in the data source. Calculated values can be utilized in different ways, such as creating new measures, dimensions, or sets. To create a calculated value in Tableau: • Go to the "Analysis" menu. • Select "Create Calculated Field." • Enter a name for the calculated value. • Define the formula or expression to calculate the value, incorporating functions and field references. • Click OK to create the calculated value. Examples of calculated value usage include creating a new measure representing the difference between two existing measures or generating a new dimension like the month name for a date field. Calculated values can also be employed in sets, which group data values based on specific criteria.
  • 5. Copyright © 2023 Jayanti Rajdevendra Pande. All rights reserved. TABLE CALCULATIONS IN TABLEAU Table calculations in Tableau enable advanced computations within visualizations, typically based on the data displayed in the visualization rather than the raw data in the source. These calculations allow for various computations, such as running totals, differences, percent differences, and ranking, enhancing the analysis of the displayed data. To create a table calculation in Tableau: • Go to the "Analysis" menu. • Select "Table Calculation." • Choose the type of calculation (e.g., running total, difference, percent difference, rank). • Specify the fields and values to be used in the calculation. • Set the addressing and partitioning options to define the calculation's scope within the visualization. Examples of table calculation usage include creating a running total of sales over time, computing the difference in sales between regions, ranking values in a field, or calculating the percentage change in a measure between two periods. ADDRESSING & PARTITIONING Addressing and partitioning options in table calculations determine the calculation's scope within the visualization. Addressing defines which specific data points are included in the calculation, while partitioning divides the data into subsets for separate calculations. Properly configuring addressing and partitioning ensures accurate and contextually relevant table calculations within Tableau visualizations.
  • 6. Copyright © 2023 Jayanti Rajdevendra Pande. All rights reserved. Q4. Explain how the calculation Dialogue box is used? The CALCULATION DIALOGUE BOX in Tableau is a versatile tool used to create and customize calculated fields and table calculations. It plays a pivotal role in advanced data analysis tasks, allowing users to create complex calculations tailored to their specific requirements. Here's how to effectively use the Calculation dialogue box: ACCESSING THE CALCULATION DIALOGUE BOX • Go to the "Analysis" menu in Tableau. • Select "Create Calculated Field" or "Edit Calculated Field" options. • The Calculation dialogue box will open, providing a platform to create or edit calculated fields and table calculations. KEY ELEMENTS OF THE CALCULATION DIALOGUE BOX  Formula Bar: This area allows you to enter the formula or expression for your calculated field or table calculation. Functions, operators, and references to other fields can be included in the formula.  Functions List: Displays all available functions in Tableau, covering tasks such as aggregation, mathematical operations, and string manipulation. Functions can be inserted into the formula by selecting them from the list and clicking the "Insert" button.  Fields List: Lists all fields from the data source, enabling you to insert references to these fields into the formula. Fields can be added to the formula by selecting them and clicking the "Insert" button.
  • 7. Copyright © 2023 Jayanti Rajdevendra Pande. All rights reserved. Creating Calculated Fields: • Utilize functions like SUM(), AVG(), MIN(), MAX(), COUNT(), and arithmetic operators (+, -, *, /) to perform various calculations on data fields. • Understand the data types and structures in your data source to create meaningful calculated fields. Creating Table Calculations: • Customize table calculations using options like addressing and partitioning to define the scope of the calculation. • Use "Compute Using" options to specify how the calculation should be applied to the data in the visualization. EFFECTIVE USAGE TIPS • Familiarize yourself with available functions, operators, and data types in Tableau. • Understand the addressing and partitioning options to ensure accurate table calculations. • Mastering the Calculation dialogue box enhances your ability to create powerful calculations tailored to your data analysis needs in Tableau.
  • 8. Copyright © 2023 Jayanti Rajdevendra Pande. All rights reserved. Q5. Explain binding formulas using Table Calculations in Tableau? Binding formulas using table calculations in Tableau is a powerful technique that allows users to perform advanced calculations on their data within visualizations. Table calculations are applied to the data displayed in a visualization rather than the raw data in the data source, enabling computations such as running totals, differences, ranks, and percent differences. Here's how to effectively bind formulas using table calculations in Tableau: 1. Compute Using Options: "Table (Across)": Applies the formula across the data in the visualization, calculating for each row or column. "Table (Down)": Applies the formula down the data in the visualization, computing for each partition of the data. "Specific Dimensions": Binds the formula to specific dimensions in the visualization. Select dimensions from the available list to which the formula should be applied. 2. Addressing Options: "Ignore Nulls": Excludes null values from the calculation, ensuring it is applied only to valid data. "Restart Every": Specifies how the calculation should be reset when it reaches the end of a partition. For instance, you can set it to restart for each region, rather than for the entire dataset. Example: Let's consider a scenario where you want to calculate the running total of sales for each region. Steps: 1 Access the Table Calculation dialogue box. 2 Choose the appropriate calculation type (e.g., running total) and define the calculation logic. 3 Use the "Compute Using" options: • Select "Specific Dimensions.“ • Choose the "Region" dimension to bind the calculation to. 4 Optionally, modify addressing options based on your needs, such as ignoring null values or restarting the calculation for each region.
  • 9. Copyright © 2023 Jayanti Rajdevendra Pande. All rights reserved. Q6. What are table calculations functions and how are they used? TABLE calculation functions in Tableau are powerful tools that allow you to perform complex calculations on your data within a visualization. These functions are applied to the data in your visualization, enabling you to create various calculations based on the displayed data. Here's an overview of some common table calculation functions and how to use them: 1 Running Total (RUNNING_SUM()): Purpose: Computes a cumulative sum of values in a field over a dimension, providing a running total. Usage: To create a running total, use the RUNNING_SUM([Field]) function. You can customize the computation by adjusting the fields in the calculation. Example : RUNNING_SUM(SUM([Sales])) 2 Difference (DIFFERENCE()): Purpose: Computes the difference between the current value and a specified offset value in a field. Usage: To calculate the difference, use the DIFFERENCE([Field], offset) function. The offset determines the number of positions to look back. Example: DIFFERENCE(SUM([Sales]), 1)
  • 10. Copyright © 2023 Jayanti Rajdevendra Pande. All rights reserved. 3 Percent Difference (PERCENT_DIFFERENCE()): Purpose: Computes the percentage change between the current value and a specified offset value in a field. Usage: To calculate the percent difference, use the PERCENT_DIFFERENCE([Field], offset) function. The offset determines the number of positions to look back. Example: PERCENT_DIFFERENCE(SUM([Sales]), 1) 4 Rank (RANK()): Purpose: Computes the rank of values in a field, either across the visualization or within a specific partition. Usage: To create a rank, use the RANK() function. You can specify the addressing and partitioning options to customize the calculation's scope. Example (Simple Rank): RANK(SUM([Sales])) 5 Moving Calculation (WINDOW_ Functions): Purpose: Computes a value based on a moving window of data points in the visualization. Usage: Use various window functions like WINDOW_AVG(), WINDOW_MAX(), or WINDOW_MIN() to create moving calculations. Specify the window size and type in the function parameters. Example (Moving Average): WINDOW_AVG(SUM([Sales]), -2, 0) This calculates the moving average of sales for the current point and the two previous points.
  • 11. Copyright © 2023 Jayanti Rajdevendra Pande. All rights reserved. Q7. Write about Flexibility to Calculation Parameters in tableau. Also give importance and applications of calculation parameters in tableau. The flexibility to adjust calculation parameters in Tableau is a pivotal feature that empowers users to tailor their analyses, enhance interactivity, and gain deeper insights from their data. Calculation parameters act as dynamic variables that allow users to modify aspects of calculations, filters, and visualizations in real-time. This flexibility plays a significant role in data analysis, visualization creation, and storytelling. IMPORTANCE OF CALCULATION PARAMETERS IN TABLEAU 1. Enhanced Interactivity: Calculation parameters enable users to create dynamic, interactive dashboards. Users can adjust parameters in real-time, allowing for instant changes in calculations, filters, and visualizations. This interactivity fosters deeper engagement and understanding of the data. 2. Customized Data Exploration: Parameters offer a way to customize data exploration. Users can set dynamic thresholds, compare scenarios, and modify calculations on the fly. This adaptability empowers users to explore diverse data scenarios without the need for extensive data manipulation. 3. Real-time Analysis: Calculation parameters facilitate real-time analysis by allowing users to model different scenarios without altering the original data. This is particularly useful for businesses that need to analyze various strategies, pricing models, or market scenarios without making permanent changes to the dataset. 4. Scenario Modeling: Businesses can use parameters to model different business scenarios. By adjusting parameters representing variables like discount rates or growth percentages, users can visualize the impact on key metrics, aiding in strategic decision- making. 5. Simplified User Interface: Parameters can streamline the user interface. Instead of cluttering dashboards with multiple filter controls, a few well-designed parameters can control various aspects of the visualization. This simplifies the dashboard layout and improves user experience.
  • 12. Copyright © 2023 Jayanti Rajdevendra Pande. All rights reserved. APPLICATIONS OF CALCULATION PARAMETERS IN TABLEAU 1. Dynamic Filters: Calculation parameters can be used to create dynamic filters that allow users to adjust filter criteria interactively. For instance, users can set a parameter to represent a sales threshold and filter data points above or below that threshold dynamically. 2. Variable Aggregations: Parameters can control aggregations in calculations. Users can adjust parameters to change aggregation methods, enabling dynamic switching between sum, average, or other aggregation functions based on user preference. 3. Comparative Analysis: Calculation parameters are invaluable for comparative analysis. Users can create parameters representing different time periods or scenarios, allowing for easy comparison between historical data, forecasts, or different business strategies. 4. Parameter Actions: Users can set up parameter actions, linking them to various dashboard elements. For example, clicking on a data point can adjust a parameter, dynamically updating other visuals on the dashboard. This creates a seamless interactive experience for users. 5. Threshold Monitoring: Parameters can be utilized to set thresholds for metrics like sales targets or customer satisfaction scores. Visualizations can highlight when actual metrics fall below or exceed these thresholds, providing a quick visual cue for performance monitoring. 6. Data Exploration and Experimentation: Parameters empower users to experiment with different data subsets. By adjusting parameters, users can focus on specific segments of the data, enabling in-depth exploration without altering the original dataset. 7. Predictive Modeling: Parameters can be integrated into predictive models. For example, in a financial model, users can adjust parameters representing interest rates or inflation rates to visualize their impact on future financial projections.