Join us for an expert-led overview of the tools and concepts you'll need to pass exam PL-300. The first session starts on June 11th. See you there!
Get registeredPower BI is turning 10! Let’s celebrate together with dataviz contests, interactive sessions, and giveaways. Register now.
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