Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!View all the Fabric Data Days sessions on demand. View schedule
let
Source = AzureStorage.DataLake("https://xxxxx.dfs.core.windows.net/contoso-retail-dw/rssfeed/rawdata/date=" & DateTime.ToText(Date.AddDays(DateTime.LocalNow(), -1), "yyyy-MM-dd")),
This PowerQuery Source gives a preview without any error, but when "close and apply" this error is shown:
Failed to save modifications to the server. Expression in partition n/a in table n/a references an unknown entity
When I change the source to static string it works fine!?
let
Source = AzureStorage.DataLake("https://xxxxx.dfs.core.windows.net/contoso-retail-dw/rssfeed/rawdata/date=" & "2020-03-29"),
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.