Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Learn from the best! Meet the four finalists headed to the FINALS of the Power BI Dataviz World Championships! Register now

Reply
SmallCityGuy
Regular Visitor

Scheduled Refresh Issue - Text.Combine - PowerBI Desktop PowerQuery (Advanced Editor) - OData

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.

1 ACCEPTED SOLUTION
ankitpatira
Community Champion
Community Champion

@SmallCityGuy  Perhaps easiest way to do is create a calculated column using below code and use that in slicer to filter.

 

Column = IF(YourTable[EmailDateColumn] < (TODAY()-30),"less than 30 days","not less than 30 days")

 

This way you won't have to worry about any data refresh issue. 

View solution in original post

2 REPLIES 2
ankitpatira
Community Champion
Community Champion

@SmallCityGuy  Perhaps easiest way to do is create a calculated column using below code and use that in slicer to filter.

 

Column = IF(YourTable[EmailDateColumn] < (TODAY()-30),"less than 30 days","not less than 30 days")

 

This way you won't have to worry about any data refresh issue. 

Thanks, It seems that this will inevitably be the way that I'll end up doing it. The my reasoning for the OData filter is so that I don't have to download so much data into PowerBI, in the hopes to reduce the time it take to refresh. Now I'll most likely just have to hardcode a date in where needed (and update every month). 

Helpful resources

Announcements
Join our Fabric User Panel

Join our Fabric User Panel

Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.

February Power BI Update Carousel

Power BI Monthly Update - February 2026

Check out the February 2026 Power BI update to learn about new features.

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.