I'm reading data from Azure Data Warehouse with Direct Query - and PowerBI Embedded. The problem is, I'm getting all kinds of error messages with dates. I cannot filter data with datetimes nor dates. I am not able to use date functions either.
However, if I change date formats to US on my PC, everything works (now using dd.mm.yyyy). So it seems that Direct Query with Azure DW doesn't support other regional settings than US.
Only workaround I can come up with, is to build the required date logic to the view inside Azure DW...