I am trying to fill MDX query result to a datatable. Query is generating dynamically. When i fill datatable column header like [Dim Date].[Day].[Day]. I need it Log Date.
Is there any way to change column header ? I mean, in TSQL we using
select firstName [User] from users
Is there any way to achieve this ?
Thanks in advance