Tableau — Hard What is Tableau’s MakeLevel behavior when using INCLUDE LOD and the dimension added is already in the view? A INCLUDE LOD with a dimension already in the view forces the calculation to compute at the row level B INCLUDE LOD always computes at a finer granularity than the view, regardless of whether the dimension is already present C If the dimension specified in INCLUDE LOD is already in the view, the LOD expression computes at the same granularity as the view with no change in result compared to a regular aggregate D Adding a dimension already in the view via INCLUDE LOD produces an error Show explanation