Forum Discussion
CMAC_Terry
8 years agoHelper I
Calendar since September Update
New to the software but having lots of problems with time deminsions since the Sept 2017 update. I've imported two cubes from SSAS and used one dataset of date to create a calender: Calendar Ta...
- 8 years ago
Hi Terry,
The cause is the dates in [fact***entry] are datetime rather than date. I added a new column and changed the relationship. It returns normal now.
New key Date.Datetime = [Key Date.DateTime].[date]
Best Regards!
Dale
v-jiascu-msft
8 years agoMicrosoft Employee
Hi CMAC_Terry,
Surely the dates are in the 1 side of the relationship. If the dates in the many side that don't exist in the 1 side will lead a blank option in the slicer. Please check it out.
Here is an example.
Calendar 1 = CALENDAR ( DATE ( 2017, 1, 1 ), DATE ( 2017, 12, 31 ) )
Calendar 2 = CALENDAR ( DATE ( 2017, 1, 1 ), DATE ( 2018, 1, 5 ) )
Best Regards!
Dale