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 September 15. Request your voucher.
Hello
I try to create a datetime based on a IF condition but i can't manage to do it. I would like to transform any datetime that starts after 09 AM to a datetime that starts at 09AM.
I guess it should be simple and i apologize for being so dull
This is the formula i am using :
Problem is "29/05/2020 08h00" is transformed to "29/05/2020 00h00", not to "29/05/2020 09h00".
If anyone has time to help me, i would greatly appreciate it.
Best regards
Solved! Go to Solution.
@Anonymous , Try like
if(hour([datetime])<9 , [datetime].date + time(9,0,0) , [datetime])
Thank you so much, works like a charm
User | Count |
---|---|
65 | |
61 | |
60 | |
53 | |
30 |
User | Count |
---|---|
181 | |
88 | |
71 | |
48 | |
46 |