- My SQL Server does not have a dedicated column formatted as MM-YYYY.
- The existing datetime column includes MM-YYYY-DATE AND TIME.
- When I try to create a measure for Month-Year, Power BI automatically moves it to the Filters section, preventing it from being used in a graph.
- Generate the MM-YYYY format dynamically using DirectQuery?
- Ensure this format works correctly as an X-axis in a graph instead of being treated as a filter?
- Maintain live data updates without requiring SQL Server modifications?