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!Vote for your favorite vizzies from the Power BI Dataviz World Championship submissions. Vote now!
can you please help me create a dax for calculating the sum of the daily production where my day starts at 5:00 am, and ends at 5:00am next day. also ny weekly production starts 5:00 am Sunday to 5:00 am sunday of the next week.
in other words, my day starts at 5:00 am not 12:00 am
Solved! Go to Solution.
Hi @dqG9kYbAmF7tfNx,
You can create two calculated columns like below:
NewDateTime = Table1[DateTime]-5/24
NewDate = Table1[NewDateTime].[Date]
Then create a measure:
Hi @dqG9kYbAmF7tfNx,
You can create two calculated columns like below:
NewDateTime = Table1[DateTime]-5/24
NewDate = Table1[NewDateTime].[Date]
Then create a measure:
Thank you, this is amazing. I still don't know much how it works
Vote for your favorite vizzies from the Power BI World Championship submissions!
If you love stickers, then you will definitely want to check out our Community Sticker Challenge!
Check out the January 2026 Power BI update to learn about new features.
| User | Count |
|---|---|
| 64 | |
| 56 | |
| 43 | |
| 20 | |
| 17 |
| User | Count |
|---|---|
| 123 | |
| 108 | |
| 44 | |
| 32 | |
| 26 |