Microsoft is giving away 50,000 FREE Microsoft Certification exam vouchers. Get Fabric certified for FREE! Learn more
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
User | Count |
---|---|
101 | |
69 | |
58 | |
47 | |
47 |