ic3
ic3

Reputation: 7680

Create a date in MDX (SSAS)

How it's possible to create a date in MDX for a given date ("4/6/2001 16:23:45").

Function now() returns the current date.

Upvotes: 2

Views: 2277

Answers (1)

Benoit
Benoit

Reputation: 1993

You can use the CDate function.

Upvotes: 2

Related Questions