Hi @CharlesS ,
just ran into the same issue with sensitve dateformat for standardv2 dataflows.
I've an alternate key for a table with 2 columns:
- crefb_year (text type)
- crefb_validfrom (date type store as yyyy-mm-dd)
Have tried to set up the dataflow but I'm not able to "format" the date column matching for the following odata request (behind the dataflow action):
It MUST be like this

When I set up the "crefb_validfrom" column as string with Power query I will get the following error protocol:
"/crefb_marketforecasts(crefb_validfrom='2021-01-01',crefb_year='2021')""
--> So there are some apostrophe before and after my date value.
So I've tried to set up the date column as date column with Power query. Here I will get the following error protocol:
"/crefb_marketforecasts(crefb_validfrom=1/1/2021,crefb_year='2021')""
--> So there are no apostrophe anymore, but not the "yyyy-mm-dd" format.
My question:
How to set up date column in Power Query to ensure "yyyy-mm-dd" value without apostrophe?
Already have tried the english (sweden) locale format, but of course it will stay as "d/m/yyyy" format.
BR,
Sven