Check your eligibility for this 50% exam voucher offer and join us for free live learning sessions to get prepared for Exam DP-700.
Get StartedDon't miss out! 2025 Microsoft Fabric Community Conference, March 31 - April 2, Las Vegas, Nevada. Use code MSCUST for a $150 discount. Prices go up February 11th. Register now.
Hello,
I created a new power query (reported below) in an empty pbix file.
The result is correct,(7000 rows csv file, compressed using gzip and encoded in base64) but if I trace the db or trace the request, I see that it's executed two times.
I already disabled "Allow Data Preview To Download In The Background"
Why this happen? Can someone help me?
Thanks for the support.
let url = "https://www.myurl.com", body = "<?xml version=""1.0"" encoding=""utf-8""?> <SOAP-ENV:Envelope xmlns:xsi=""http://www.w3.org/2001/XMLSchema-instance"" xmlns:xsd=""http://www.w3.org/2001/XMLSchema"" xmlns:SOAP-ENV=""http://schemas.xmlsoap.org/soap/envelope/""> <SOAP-ENV:Body><tns:myservlet_Run xmlns:tns = ""http://.ws.localhost/"" xmlns:soap=""http://schemas.xmlsoap.org/wsdl/soap/"" xmlns:xsi=""http://www.w3.org/2001/XMLSchema-instance""> <tns:m_UserName>myUser</tns:m_UserName> <tns:m_Password>myPwd</tns:m_Password> </tns:myservlet_Run></SOAP-ENV:Body> </SOAP-ENV:Envelope>", Source = Xml.Tables(Web.Contents(url,[Content=Text.ToBinary(body),Headers=[#"Content-Type"="text/xml;charset=UTF-8"],RelativePath="/servlet/myservlet"])), Table = Source{0}[Table], Table1 = Table{0}[Table], Table2 = Table1{0}[Table], base64 = Text.Combine(Table.Column(Table2, "return")), gzip = Binary.FromText(base64, BinaryEncoding.Base64), xmlbin = Binary.Decompress(gzip, Compression.GZip), xml = Text.FromBinary(xmlbin), Table3 = Xml.Tables(xml), Table4 = Table3{0}[Table], Table5 = Table4{0}[Table], Table6 = Table5{0}[Table], EstraiCSV = Table.Column(Table6,"Records"), ToText = Text.Combine(EstraiCSV, "#(cr)"), Origine = Csv.Document(ToText ,[Delimiter=";", Encoding=1252, QuoteStyle=QuoteStyle.None]), EndPQ = Table.PromoteHeaders(Origine , [PromoteAllScalars=true]) in EndPQ
Hi Maggie
thanks for the reply,
yes, the records in the trace file are the same.
I have two file:
"Microsoft.Mashup.Container.NetFX40.10296.2018-06-05T10-21-56-390309.log"
with these lines:
DataMashup.Trace Information: 24579 : {"Start":"2018-06-05T10:21:57.6375414Z","Action":"Engine/IO/Web/Request/GetResponse","HostProcessId":"3884","RequestMethod":"POST","RequestUri":"https://www.myurl.com/servlet/myservlet","RequestHasContent":"True","RequestHasHeaders":"True","RequestHasTimeout":"True","UseCache":"True","ResponseStatusCode":"200","ProductVersion":"2.58.5103.501 (PBIDesktop)","ActivityId":"bfa72383-d67d-4092-b54e-3899689050e4","Process":"Microsoft.Mashup.Container.NetFX40","Pid":10296,"Tid":1,"Duration":"00:00:00.0250342"} DataMashup.Trace Information: 24579 : {"Start":"2018-06-05T10:21:57.6662339Z","Action":"Engine/IO/Web/Request/GetResponse","HostProcessId":"3884","RequestMethod":"POST","RequestUri":"https://www.myurl.com/servlet/myservlet","RequestHasContent":"True","RequestHasHeaders":"True","RequestHasTimeout":"True","UseCache":"True","ResponseStatusCode":"200","ProductVersion":"2.58.5103.501 (PBIDesktop)","ActivityId":"bfa72383-d67d-4092-b54e-3899689050e4","Process":"Microsoft.Mashup.Container.NetFX40","Pid":10296,"Tid":1,"Duration":"00:00:00.0013676"}
and
"Microsoft.Mashup.Container.NetFX40.13240.2018-06-05T10-21-50-318843.log"
with these lines:
DataMashup.Trace Information: 24579 : {"Start":"2018-06-05T10:21:51.4813506Z","Action":"Engine/IO/Web/Request/GetResponse","HostProcessId":"3736","RequestMethod":"POST","RequestUri":"https://www.myurl.com/servlet/myservlet","RequestHasContent":"True","RequestHasHeaders":"True","RequestHasTimeout":"True","UseCache":"True","ResponseStatusCode":"200","ProductVersion":"2.58.5103.501 (PBIDesktop)","ActivityId":"d5c53d5d-9a6a-429f-ba46-512831535bae","Process":"Microsoft.Mashup.Container.NetFX40","Pid":13240,"Tid":1,"Duration":"00:00:01.5395413"} DataMashup.Trace Information: 24579 : {"Start":"2018-06-05T10:21:53.0516059Z","Action":"Engine/IO/Web/Request/GetResponse","HostProcessId":"3736","RequestMethod":"POST","RequestUri":"https://www.myurl.com/servlet/myservlet","RequestHasContent":"True","RequestHasHeaders":"True","RequestHasTimeout":"True","UseCache":"True","ResponseStatusCode":"200","ProductVersion":"2.58.5103.501 (PBIDesktop)","ActivityId":"d5c53d5d-9a6a-429f-ba46-512831535bae","Process":"Microsoft.Mashup.Container.NetFX40","Pid":13240,"Tid":1,"Duration":"00:00:01.0070358"}
thanks again
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount! Prices go up Feb. 11th.
Check out the January 2025 Power BI update to learn about new features in Reporting, Modeling, and Data Connectivity.
User | Count |
---|---|
145 | |
85 | |
66 | |
52 | |
48 |
User | Count |
---|---|
215 | |
90 | |
83 | |
67 | |
59 |