This time we’re going bigger than ever. Fabric, Power BI, SQL, AI and more. We're covering it all. You won't want to miss it.
Learn moreLevel up your Power BI skills this month - build one visual each week and tell better stories with data! Get started
Hi all, I am trying to convert this date format 2017-10-10T22:02:42.6715188+00:00 to just 2017-10-10 in Power BI. Any directions on how to achieve this?
Solved! Go to Solution.
In case powerbi taken it as a Datetime/time stamp.
You can use Date OR the format function
column1 = format(date, "YYYY-MM-DD")
In case it is the text you can use the left function.
https://docs.microsoft.com/en-us/dax/left-function-dax
Appreciate your Kudos. In case, this is the solution you are looking for, mark it as the Solution.
Thanks.
In case powerbi taken it as a Datetime/time stamp.
You can use Date OR the format function
column1 = format(date, "YYYY-MM-DD")
In case it is the text you can use the left function.
https://docs.microsoft.com/en-us/dax/left-function-dax
Appreciate your Kudos. In case, this is the solution you are looking for, mark it as the Solution.
Thanks.
I am pulling data from an API and it is return date created in the format posted in the question (see image here https://imgur.com/a/QCiU2gl). I want to able to convert it to a simple date format yyyy-mm-dd
Check out the April 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 |
|---|---|
| 35 | |
| 32 | |
| 26 | |
| 21 | |
| 18 |
| User | Count |
|---|---|
| 68 | |
| 37 | |
| 33 | |
| 23 | |
| 23 |