Starting December 3, join live sessions with database experts and the Microsoft product team to learn just how easy it is to get started
Learn moreShape the future of the Fabric Community! Your insights matter. That’s why we created a quick survey to learn about your experience finding answers to technical questions. Take survey.
Tengo una columna de fecha con la fecha actual en este momento usando esta fórmula:
= DateTime.LocalNow())
No quiero segundos, sin embargo, pero quiero que se muestre AM/PM. Probé lo siguiente:
Date.ToText(DateTime.Time(DateTime.LocalNow()), "MM-dd-yy AM/PM")
Simplemente no se mostrará correctamente por cualquier razón... resulta en un error
Solved! Go to Solution.
Por favor, pruebe esta fórmula en su lugar
= DateTime.ToText(DateTime.LocalNow(), "MM-dd-yy tt")
palmadita
Por favor, pruebe esta fórmula en su lugar
= DateTime.ToText(DateTime.LocalNow(), "MM-dd-yy tt")
palmadita