I have some date fields (YYYY-MM-DD) from my SSAS dimension set as properties to be displayed in my Excel report. But when it shown as properties in excel, the date field is converted to datetime format as YYYY-MM-DD 00:00:00.0000000. I had tried
- Changing the attribute data type property in my dimension to WChar
- Tried formatting the cell in excel
Both of these options are not working. Any handy solutions?
TIA!