How can I get the current month in a calculated?

With current I refer to the time we use as column in a report/table

I would like to do something like this:
[Time].CurrentHierarchyMember.[<something>] = “Apr 2019”

Hi Jarno,

To check if the name of the Time member selected on rows is in Apr 2019, you can use the following construction

[Time].CurrentHierarchyMember.Name = "Apr 2019"

Lauma / support@eazybi.com

1 Like