t_kruegel's avatar
t_kruegel
New Member
6 years ago
Status:
Needs Votes

Formating Date Value

As the given datetime formats in PBI are limited, I built my format using DAX formula. Worked perfectly for me. But as I started using this new column PBI avoids to sort the values by date and sorts them alphabetically instead . Datum2 = Format('ana D_Datum_V'[Datum]; "ddd, dd.MM.yyyy")

Recent ideas