What is the best approach to convert a Date/Time column to a Date data type in Power Query while using DirectQuery from SQL?
I'm working with a Power BI report that connects to an SQL database using DirectQuery. One of the columns is in Date/Time format, but I need it as a Date-only type for filtering and calculations. Since DirectQuery has limitations on certain transformations, what is the most efficient way to achieve this conversion? Should it be handled in SQL before the data reaches Power BI, or is there a Power Query workaround that preserves performance?