You can use the FirstChild function to return the first member for a supplied parent member.
The query below returns the first child for the member July 2003 in the Fiscal hierarchy in the Date dimension. SELECT {[Date].[Fiscal].[July 2003].FirstChild} ON 0
FROM [Adventure Works]