You have the following dataset.
Which Level of Detail (LOD) expression should you use to calculate the grand total of all the regions?
You have the following dataset.
Which Level of Detail (LOD) expression should you use to calculate the grand total of all the regions?
To calculate the grand total of all the regions, you should use the expression { FIXED : SUM(Sales) }. This Level of Detail (LOD) expression will sum the sales across all regions without being affected by any dimensions in the view, providing a grand total.
Why is it not A?
B is correct answer
B is correct answer
B is correct answer
To calculate the grand total of all the regions, you should use the following Level of Detail (LOD) expression: **B. { FIXED : SUM(Sales) }** This expression calculates the sum of sales across all regions, regardless of any dimensions in the view.
B. { FIXED : SUM(Sales) } Leaving it blank means that it shouldn't be grouped by or fixed on a particular dimension. The calculation will simply compute total sales for the entire database. This is the least granular calculation for total sales
answer is correct
BECAUSE TOTAL CANNOT BE USED WITH SALES TOTAL(SUM(SALES))
Why is not D
You can not use table calculations in fixed calculations. If you tried to enter that calculation in Tableau it would tell you "LODs can not be used with table calcs or attribute functions"