Microsoft is giving away 50,000 FREE Microsoft Certification exam vouchers!
Enter the sweepstakes now!Prepping for a Fabric certification exam? Join us for a live prep session with exam experts to learn how to pass the exam. Register now.
Hi guys,
I have a report which includes dynamic text on the first page to display the name of the previous month (e.g. today, March 13th, it displays 'FEBRUARY').
This was working perfectly fine for months up until now, where my formula will only return 'JANUARY'.
Solved! Go to Solution.
@ey00016 I don't see how that ever worked. I would think it should be:
Reporting Period = UPPER(FORMAT(EOMONTH(TODAY(),-1),"MMMM"))
A 2 would literally be January 1st, 1900 because dates are decimal numbers where the integer portion is the number of days since midnight December 30th, 1899.
@ey00016 I don't see how that ever worked. I would think it should be:
Reporting Period = UPPER(FORMAT(EOMONTH(TODAY(),-1),"MMMM"))
A 2 would literally be January 1st, 1900 because dates are decimal numbers where the integer portion is the number of days since midnight December 30th, 1899.
User | Count |
---|---|
17 | |
16 | |
14 | |
13 | |
12 |
User | Count |
---|---|
10 | |
9 | |
8 | |
7 | |
6 |