Buen día a todos.
Tengo una columna calculada "Fecha AJUSTE = appointment[Fecha de inicio]-6/24" la cual me arroja un valor 23/05/2023 10:52:00
Solved! Go to Solution.
Hi @afqq ,
You can create another calculated column [Fecha AJUSTE2] and use it as the x-axis.
Fecha AJUSTE2 = FORMAT('Table'[Fecha AJUSTE],"yyyy-mm-dd")
Or you can select the calculated column [Fecha AJUSTE] and go to [column tools] to change the format of the calculated column to [short date] or change the data type to [date] and then place it on the x-axis.
Please refer to the following documents for more information.
FORMAT function (DAX) - DAX | Microsoft Learn
Use custom format strings in Power BI Desktop - Power BI | Microsoft Learn
Best Regards,
Neeko Tang
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi @afqq ,
You can create another calculated column [Fecha AJUSTE2] and use it as the x-axis.
Fecha AJUSTE2 = FORMAT('Table'[Fecha AJUSTE],"yyyy-mm-dd")
Or you can select the calculated column [Fecha AJUSTE] and go to [column tools] to change the format of the calculated column to [short date] or change the data type to [date] and then place it on the x-axis.
Please refer to the following documents for more information.
FORMAT function (DAX) - DAX | Microsoft Learn
Use custom format strings in Power BI Desktop - Power BI | Microsoft Learn
Best Regards,
Neeko Tang
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Join us for a free, hands-on Microsoft workshop led by women trainers for women where you will learn how to build a Dashboard in a Day!