Forum Discussion
power-bi-noob
Helper I
3 years agoChange the way a table visualization displays date
I have a table visualization that includes a date, which currently displays as mm/dd/yyyy hh:mm:ss. I would only like it to display as mm/dd/yyyy for this particular visualization. I do not want to c...
- 3 years ago
Hello power-bi-noob ,
format the date column with the datecolumn tools tab to short date.
If I answered your question, please mark my post as solution, Appreciate your Kudos 👍
grandtotal
Resolver III
3 years agoOr depending on your model you can use a measure:
FORMAT(<value>, <format_string>[, <locale_name>])
https://learn.microsoft.com/en-us/dax/format-function-dax#datetime-with-optional-locale_name