הצטרפו לקבוצות שלנו לקבלת עדכונים מרוכזים פעם בשבוע:

ווטסאפ:
http://wa.dwh.co.il
טלגרם:
http://telegram.dwh.co.il

כמה דוגמאות ל MDX-ים

More
18 years 2 weeks ago #2125 by eldad
I am writing this is ENG so the XML will be readable:
here are some very common Time MDXes

A. how can I get "this date" by using StrToMember (not recomended but simple)?
    StrToMember("[Date].[Date].["  + Format(now(), "MMMM dd, yyyy") + "]")

B.an Example of using Year to date function:
  the following code returns all a set of Jan-aug 2003
  YTD([Date].[Calendar].[Month].&[2003]&[8])
  I prefer the function PeriodsToDate since its more generic.

Please התחברות to join the conversation.

Moderators: eldad
Time to create page: 0.230 seconds