How to use ITEM and when ITEM(0).ITEM(0) is redundant
In MDX we have the Item function which can be used in a number of ways. It is important to understand how it works and how it can be used to our advantage.
As a start, we can call Item over a set or over a tuple:
{set}.Item(0) or (tuple).Item(0)
Tags: mdx