Forum Discussion
Open .atomsvc files with Power BI
What is your atomsvc file connecting to? If SharePoint list or another source, can you use that connector in Power BI instead? If not, an atomsvc file is an xml file, you perhaps you can use that connector and parse out the url, and then pass that into a Web.Contents function?
Pat
Hello Pat !
My .atomsvc is connected on a local server, i can't use the file with power BI because they tells me to put an http file. Can you tell me how to convert an .atomsvc file into a xml file ?
I dont know how to cut the url of the .atomsvc file, here is the link when I open it in text :
<?xml version="1.0" encoding="utf-8" standalone="yes"?><service xmlns:atom="http://www.w3.org/2005/Atom" xmlns:app="http://www.w3.org/2007/app" xmlns="http://www.w3.org/2007/app"><workspace><atom:title>Suivi Non Stop</atom:title><collection href="http://smntlvdsql12/ReportServer_CRMDB?%2FALL%2FRapports%20CAMER%2FProduction%2FLocal%2FSuivi%20Non%20Stop&periode=3&debut=01%2F01%2F2021%2000%3A00%3A00&fin=08%2F01%2F2050%2000%3A00%3A00&machine=3101&machine=3341&machine=3342&machine=3343&machine=3344&machine=3345&machine=3346&machine=3401&machine=3801&machine=3901&machine=3902&machine=4201&machine=4202&rs%3AParameterLanguage=&rs%3ACommand=Render&rs%3AFormat=ATOM&rc%3AItemPath=table1"><atom:title>table1</atom:title></collection></workspace></service>
Can you tell me what part i must use ?
Thanks a lot !
Menez