This is best Fabric, Power BI, SQL and AI community event. How do we know? The last event sold out! Save €200 with code FABCMTY200.
Register nowA new Data Days event is coming soon! This time we’re going bigger than ever. Fabric, Power BI, SQL, AI and more. Don't miss out.
Hi guys, i want to ask, i have datetime value with value i.e "2013-11-24 00:00:00.000". How to cut datetime value in Power BI so i only could get "2013-11-24" or only date value without time?
Thank you all.
Solved! Go to Solution.
Hi @ohohbudi,
If you need a string column, you create a calculated column by using DAX below.
Column = FORMAT(Sheet7[DateTime],"YYYY-MM-DD")
OR you can change the format to yyyy-MM-dd
Regards,
Charlie Liao
Hi @ohohbudi,
If you need a string column, you create a calculated column by using DAX below.
Column = FORMAT(Sheet7[DateTime],"YYYY-MM-DD")
OR you can change the format to yyyy-MM-dd
Regards,
Charlie Liao
Check out the May 2026 Power BI update to learn about new features.
Sign up to receive a private message when registration opens and key events begin.
If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.
| User | Count |
|---|---|
| 32 | |
| 25 | |
| 23 | |
| 22 | |
| 13 |
| User | Count |
|---|---|
| 61 | |
| 47 | |
| 27 | |
| 24 | |
| 19 |