Forum Discussion
IAM
Helper III
4 years agoPower Query HH:MM:SS to HH:MM AM
Hi, I have a dataset outside my Power Bi report, so I cannot change it in the column of my report. Is there a way to get a time stamp and change it to text format in HH:MM AM/PM format? I...
- 4 years ago
Hey,
Here's a sample code that illustrates how to use teh Time.ToText.
Time.ToText( #time(12,30,25), "h:MM tt")
miguel
Community Admin
4 years agoHey,
Here's a sample code that illustrates how to use teh Time.ToText.
Time.ToText( #time(12,30,25), "h:MM tt")