Microsoft Fabric Community Conference 2025, March 31 - April 2, Las Vegas, Nevada. Use code FABINSIDER for a $400 discount.
Register nowGet inspired! Check out the entries from the Power BI DataViz World Championships preliminary rounds and give kudos to your favorites. View the vizzies.
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
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!
Check out the February 2025 Power BI update to learn about new features.
User | Count |
---|---|
90 | |
82 | |
57 | |
41 | |
39 |