Forum Discussion
achinm45
9 years agoAdvocate IV
Schedule refresh not working for web.contents based query (using CRM Online fetchXML)
"You can't schedule refresh for this dataset because one or more sources currently don't support refresh" This is the message I get when I am trying to fetch data from CRM online using multiple q...
v-qiuyu-msft
9 years agoCommunity Support
Hi achinm45,
In your scenario, please remove date range filter from the URL. And created a calculated column to
Column = IF(DimDate[FullDateAlternateKey]>DATEVALUE("2001/1/1") && DimDate[FullDateAlternateKey]< DATEVALUE("2003/2/1") ,true,false)
Then place this column in slicer to choose "true" value. For more information, please refer to this similar thread: Scheduled Refresh Issue - Text.Combine - PowerBI Desktop PowerQuery (Advanced Editor) - OData.
Best Regards,
Qiuyun Yu
achinm45
9 years agoAdvocate IV
Thanks for replying. However , Issue is in pulling the data . So I need these filters to extract data of relevant period. I have many queries for on same basis and they together pull out large chunk of data which a single query can't pull out.