The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends September 15. Request your voucher.
A warning message in Power BI Desktop says "It is not recommended to use incremental refresh with non-foldable queries."
data = MyDataSource("[...], dates=range(" & RangeStart & "," & RangeEnd & ")")
Solved! Go to Solution.
What you are doing is fine. By putting RangeStart and RangeEnd in the query, you are manually "folding".
Pat
What you are doing is fine. By putting RangeStart and RangeEnd in the query, you are manually "folding".
Pat