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

Register now to learn Fabric in free live sessions led by the best Microsoft experts. From Apr 16 to May 9, in English and Spanish.

Reply
airbi
Regular Visitor

Dataflow Error on save (dynamic data source)

Hey Everyone,

 

I have been using Dataflows for an API intergration for the last 2 months. Since the full release of the service i can no longer save a change. The M Function is the same but now i get this error,

 

"Your dataflow can't be saved because one or more entities references a dynamic data source"

 

Can anyone help?

 

Thanks

 

Darren.

 

6 REPLIES 6
DCabaud
Frequent Visitor

Same issue for me

Hi, 

 

The solution in this post worked for me: https://community.powerbi.com/t5/Service/Dataflow-use-of-M-function-turns-workspace-into-Premium-cap...

 

It seems that putting the variables in a RelativePath argument avoids the dynamic data source error.

Anonymous
Not applicable

Hi, thanks for the hint.

unfortunately i am also not able to save the data flow cause due to the dynamic data set message when I try to save a function. It is a dedicated instance with the diamon. Any help highly appreciated.

 

let
Function1 = (inptFilePath, worksheet, startDate, endDate) =>
let
Source = Excel.Workbook(Web.Contents(inptFilePath), null, true),
#"sheet" = Source{[Item = worksheet, Kind = "Sheet"]}[Data],
 
in
#"Expanded dimPolicyStatus"
in
Function1
v-frfei-msft
Community Support
Community Support

Hi @airbi ,

 

Based on my test, I cannot reproduce your issue here. I suggest you  to refer to this third party bolg to work on  Computed Entity. If it doesn't help, kindly create a support ticket for help here.

 

Support Ticket.gif

 

Community Support Team _ Frank
If this post helps, then please consider Accept it as the solution to help the others find it more quickly.

Thanks, I have logged a support ticket. I will update here once i have an answer. 🙂

Hi,

 

I am currently struggling with the same issue. Did you find a solution?

 

Regards,

Steffen

Helpful resources

Announcements
Microsoft Fabric Learn Together

Microsoft Fabric Learn Together

Covering the world! 9:00-10:30 AM Sydney, 4:00-5:30 PM CET (Paris/Berlin), 7:00-8:30 PM Mexico City

PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

Check out the April 2024 Power BI update to learn about new features.

April Fabric Community Update

Fabric Community Update - April 2024

Find out what's new and trending in the Fabric Community.

Top Solution Authors
Top Kudoed Authors