Prevent Date Parsing

Hi,
Is there a way to turn off date parsing in the reporting engine? I have preformatted dates, and frustratingly, they are getting converted into the wrong culture and making all our dates display wrong.

I just want to tell the engine not to convert anything that looks like a date string, into a date, is that possible?

Thanks

@simon.cooper You can use JsonDataLoadOptions.ExactDateTimeParseFormats property to specify exact format of the date in your data source, which should be parsed.