I’m a seasoned Tableau user new to Power Bi. I have two date columns that I have combined to create one column based on the Start Date and the End Date utilizing the following code: CombineValues(" ", "Starts", Tabel1[Table1[Start Date], "Ends", Table1[End Date])
.
An example of the final result would be “Starts 01/01/2020 Ends 01/31/2020” and when I use this as a slicer I cannot figure out how to sort this by the start date. Any idea how I can have the slicer sort these dates by the start date?
Thanks,
DW