Quantcast
Channel: All Power Query posts
Viewing all articles
Browse latest Browse all 122235

Re: Get data from webservice

$
0
0

Ok, here is what works, kinda.

After realizing it works when an xml is pasted intoa file I used file query and made it work for the webservice.

Here the query code:

 

let
Source = Xml.Tables(Web.Contents("woking path to webservice. works everywhere except powe bi")),
Table0 = Source{0}[Table],
#"Changed Type" = Table.TransformColumnTypes(Table0,{{"Attribute:catchCount", Int64.Type}, {"AttributeSmiley Very HappyisplayName", type text}, {"AttributeSmiley FrustratederiesName", type text}})
in
#"Changed Type"

 

Can someone please explain how it is possible to get from defualt query to the one that worked without using a file first?


Viewing all articles
Browse latest Browse all 122235

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>