The Atlassian Community Forums are currently in read-only mode. We will be relaunching on a new platform on September 22 (read more here). We apologize for the extended downtime. For concerns or questions, please email communitymanagers@atlassian.com. See you on the other side, on the new Atlassian Community Forums! :)

×

Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

EasyBI - Specify table for current month ONLY

John Philander
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
October 24, 2016

image2016-10-25 9:36:41.png

Can someone please assist. I have created EasyBI reports but I only want to show the data from for the current month. How can I filter this to always just show the data for the current month?

Thank You.

1 answer

1 accepted

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

0 votes
Answer accepted
Martins Vanags_eazyBI
Atlassian Partner
October 24, 2016

Hi John,

 

You could create a new calculated member in "Time" dimension using code below and then select it

Aggregate({[Time].[Month].CurrentDateMember})

Here is an attachment

current month - calculated member.gif

 

Please contact support@eazybi.com if you have further questions regarding this!

 

Kind regards,

Martins Vanags / support@eazybi.com

John Philander
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
October 25, 2016

Thank You so much for your assistance. That was so easy and it worked.