I have a column with date format, this kind of columns usually have a hierarchy with day, month and year to filter by but I'm using a direct query from my database and this doesn't appear.
I've tried to split columns but when I try to split a column by name month this returns me an error because this kind of action is not compatible with a direct query.
Then I thought that one way to solve my problem as I can't do changes in columns it could be to make a Dax Function that extract month and year from my column
This is the Column I'm talking about:
This is the error when i try split columns by delimiter: