The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
HI
i have data with time column. i want to have new column which will divide calendar with 24 hour intervals starting at 09:00 of each day. like this:
01/01/2018 09:00
01/02/2018 09:00
01/03/2018 09:00
01/04/2018 09:00
.........
and in a pivot i will be able to stor data within thoes 24H intervals.
Solved! Go to Solution.
Hi @giorgilomidze,
You can add a calculated column like this.
Column = [Date] + time(9,0,0)
Best Regards
Dale
Hi @giorgilomidze,
You can add a calculated column like this.
Column = [Date] + time(9,0,0)
Best Regards
Dale