Torben Krügel on 16 Apr 2020 17:17:48
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")