Hi, I've recently begun to use OData calls for pulling data from Microsoft CRM. I'm currently using a programmatically created DataTime value to filter an EmailSet by the last 30 days. This pulls data to PowerBI Desktop as expected, but whenever I try to publish to PowerBI Online, it seems that it has a problem with Text.Combine. As it will work if I do not use it and use a static String. However, if I use the dynamic (programmatically created) string it always says: "You can't schedule refresh for this dataset because one or more sources currently don't support refresh."
If there is a way to circumvent this or another way to do it, any information would be appreciated.