I have deployed an SQL Server 2012 on a Windows Server en-us.
Now my dates on Analysis services are in the American format (MM/dd/yyyy). the company is not American, therefore I would like to change it to yyyy-MM-dd or dd-MM-yyyy, how can i do it?
Everything seems to be properly configured, however, SSAS is refusing to output the dates in the desired format :(
On excel:
On cube browsing:
On dimension browsing:
Dimension seems to be properly configured on SSAS:
Query on SQL Database engine:
SSAS properties
SQL Server Database engine properties
Windows server regional settings
A few month ago i was enduring the same problem with the date, i thought the issue was comming from SSAS but i was wrong...
So i totally changed my dimension table with a new table containing all date format, so now i can use any format that i want...
You can find how to create it in this link:
http://www.codeproject.com/Articles/647950/Create-and-Populate-Date-Dimension-for-Data-Wareho