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!Get Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now
Hello! I'm a bit new to Power BI so apologies if this is a dumb question - I just couldn't find the answer on any of the other posts. I'm building a model on my client and sourcing my data from a 10mb CSV file (I'll move to a db once things are running, I just have bad internet and this seemed easier for prototyping things with existing data). This has worked quite well usually, with queries usually refreshing in 15-30 seconds. Recently though my query jumped to taking anywhere from 5-10 minutes, and so I turned on tracing and tried to narrow down what was causing it.
It appears these two specific actions were yielding for almost 4 minutes each.
DataMashup.Trace Information: 24579 : {
"Start":"2022-04-28T18:25:35.9873864Z",
"Action":"RemoteDocumentEvaluator/GetResult<Microsoft.Mashup.Engine.Interface.IDataReaderSource>",
"HostProcessId":"23820",
"identity":null,
"evaluationID":"44",
"containerID":"1",
"PageRowCount1":"1579",
"PageRowCount1":"1579",
"ProductVersion":"2.104.941.0 (22.04)",
"ActivityId":"eace3111-ae5d-432a-ab6e-f51c4941acdd",
"Process":"msmdsrv",
"Pid":23820,
"Tid":23,
"Duration":"00:04:07.4543332"
}
DataMashup.Trace Information: 24579 : {
"Start":"2022-04-28T18:25:35.6476975Z",
"Action":"RemoteDocumentEvaluator/GetResult<Microsoft.Mashup.Evaluator.Interface.IPreviewValueSource>",
"HostProcessId":"23820",
"identity":null,
"evaluationID":"43",
"containerID":"7",
"ProductVersion":"2.104.941.0 (22.04)",
"ActivityId":"eace3111-ae5d-432a-ab6e-f51c4941acdd",
"Process":"msmdsrv",
"Pid":23820,
"Tid":50,
"Duration":"00:04:12.0037208"
}You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.