Popular Vendors
Demo practice questions for guest users.

IF MIN([dimension]) = MAX([dimension]) THEN MIN([dimension]) ELSE "*" END
This logic works because if the minimum and maximum values of a dimension are the same, then all values must be identical, so Tableau returns that value. If the minimum and maximum values differ, it means multiple values exist, and Tableau returns an asterisk (*) instead. Therefore, Option A is correct.