Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!Get Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now
I am trying to calculate yesterday so I can correctly work with our weird shift schedule. Here is what I have so far.
DateOfInterest =
IF (
HOUR ( NOW () ) >= 0
&& HOUR ( NOW () ) <= 6,
DAY ( TODAY () ) - 1,
DAY ( TODAY () )
)
I'm concerned that this will not correctly handle things at the end/start of a month, but I just can't think of how to correct for that.
Solved! Go to Solution.
Hi,
If you are just interested in the previous datenumber you can simply include the -1 within the DAY funtion.
For example this dax day(1/12/2021-1)
will return 30.
I hope this helps to solve your issue and if it does consider accepting this as a solution!
Proud to be a Super User!
Hi,
If you are just interested in the previous datenumber you can simply include the -1 within the DAY funtion.
For example this dax day(1/12/2021-1)
will return 30.
I hope this helps to solve your issue and if it does consider accepting this as a solution!
Proud to be a Super User!
Thanks for that! I feel kinda stupid for not even thinking to try that. Works great!
Check out the November 2025 Power BI update to learn about new features.
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
| User | Count |
|---|---|
| 9 | |
| 9 | |
| 8 | |
| 6 | |
| 5 |
| User | Count |
|---|---|
| 20 | |
| 18 | |
| 16 | |
| 14 | |
| 14 |