Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Earn the coveted Fabric Analytics Engineer certification. 100% off your exam for a limited time only!

Reply
Anonymous
Not applicable

Display date will be todays date

How to display todays date in report , next day open report means next day display
9 REPLIES 9
luxpbi
Helper V
Helper V

Hi kunuthuri,

 

You could try with

TODAY()

Documentation

Anonymous
Not applicable

How to find last 2 weeks data based on todays date

You've made three or four posts which are asking fairly similar time-based questions, could you not have combined these into one post explaining more clearly what you're trying to do?

Anonymous
Not applicable

Questio is how to find last 2 weeks data from today . If we open tomorrow again last 2 weeks data should display

Hi @Anonymous,

 

Do you want to show the data last 2 weeks or calculate the data last 2 weeks?

 

If you want to calculate the data last 2 weeks, you could use Today()-14.

 

Measure = CALCULATE(SUM('Table'[Sales]),FILTER(ALL('Table'),'Table'[Date]=TODAY()-14))

If you want to show the data last 2 weeks, you could try with relative date slicer. When you open your report next day, it will show the data from 7/18/2018-7/31/2018.

 

Capture.PNG

 

If you still need help, please share some your data sample which could reproduce your scenario and your expected output.

 

Best  Regards,

Cherry

Community Support Team _ Cherry Gao
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Anonymous
Not applicable

Hi 

Thanks to reply

 

Requirement is , last 2 weeks an employee worked given tasks . So we need to find the completed tasks from last 2 weeks Capture2.PNG

Hi @Anonymous,

 

Please have a reference of this similar thread.

 

Best Regards,

Cherry

Community Support Team _ Cherry Gao
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Anonymous
Not applicable

If we check every day like tomorrow once and day after tomorrow once , date should change from current date to previous 14 days(2weeks)

This is what you are looking for:

TODAY () -14

Helpful resources

Announcements
April AMA free

Microsoft Fabric AMA Livestream

Join us Tuesday, April 09, 9:00 – 10:00 AM PST for a live, expert-led Q&A session on all things Microsoft Fabric!

March Fabric Community Update

Fabric Community Update - March 2024

Find out what's new and trending in the Fabric Community.