<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Adaptive Insight Connector in Developer</title>
    <link>https://community.fabric.microsoft.com/t5/Developer/Adaptive-Insight-Connector/m-p/899978#M21993</link>
    <description>&lt;P&gt;Hi - I do not see a .pdf file attached?&amp;nbsp; Thank you..&lt;/P&gt;</description>
    <pubDate>Tue, 14 Jan 2020 22:49:41 GMT</pubDate>
    <dc:creator>houston39</dc:creator>
    <dc:date>2020-01-14T22:49:41Z</dc:date>
    <item>
      <title>Adaptive Insight Connector</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Adaptive-Insight-Connector/m-p/895467#M21963</link>
      <description>&lt;P&gt;Hi - I am curious if anyone has a custom connector to Adaptive Insights?&amp;nbsp; I have been waiting too long for Microsoft to come up with a solution.&lt;/P&gt;</description>
      <pubDate>Thu, 09 Jan 2020 20:45:47 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Adaptive-Insight-Connector/m-p/895467#M21963</guid>
      <dc:creator>houston39</dc:creator>
      <dc:date>2020-01-09T20:45:47Z</dc:date>
    </item>
    <item>
      <title>Re: Adaptive Insight Connector</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Adaptive-Insight-Connector/m-p/899971#M21991</link>
      <description>&lt;P&gt;There isn't one, but depending on your login credetials you may be able to create it in power query. This does not work if using Azure Active Directory&lt;/P&gt;&lt;P&gt;---------------------------------------------------------&lt;/P&gt;&lt;P&gt;I recently was able to connect Power BI to our Adaptive instance using the attached pdf as guidance.&amp;nbsp; You probably need to tweak this for Tableau.&amp;nbsp; The only tweak I had to do to the xml section was to double the "double quotes".&amp;nbsp; The rest of the code are Power BI specific code (M Language).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;let&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Source = Xml.Tables(&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Web.Contents("&lt;/SPAN&gt;&lt;A href="https://community.tableau.com/external-link.jspa?url=https%3A%2F%2Fapi.adaptiveinsights.com%2Fapi%2Fv14" target="_blank" rel="nofollow noopener"&gt;https://api.adaptiveinsights.com/api/v14&lt;/A&gt;&lt;SPAN&gt;",&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Content = Text.ToBinary("&amp;lt;?xml version='1.0' encoding='UTF-8'?&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;call method=""exportData"" callerName=""PowerBI""&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;credentials login=""user name here"" password=""password here"" instanceCode=""instance code here""/&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;version name=""Forecast""/&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;format useInternalCodes=""true"" includeUnmappedItems=""false""/&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;filters&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;accounts&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;account code=""Expenses"" isAssumption=""false"" includeDescendants=""true""/&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/accounts&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;timeSpan start=""Jan-2018"" end=""Dec-2019""/&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/filters&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;dimensions&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;dimension name=""Project Allocation""/&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/dimensions&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;rules includeZeroRows=""false"" includeRollups=""false"" markInvalidValues=""false"" markBlanks=""false"" timeRollups=""false""&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;currency useCorporate=""false"" useLocal=""false"" override=""USD""/&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/rules&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/call&amp;gt;")&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ])),&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; CSV = Table.SelectColumns(Source,{"output"}),&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; #"Split Column by Delimiter (Rows)" = Table.ExpandListColumn(Table.TransformColumns(CSV, {{"output", Splitter.SplitTextByDelimiter("#(lf)", QuoteStyle.Csv), let itemType = (type nullable text) meta [Serialized.Text = true] in type {itemType}}}), "output"),&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; #"Split Column by Delimiter1" = Table.SplitColumn(#"Split Column by Delimiter (Rows)", "output", Splitter.SplitTextByDelimiter(",", QuoteStyle.Csv), {"output.1", "output.2", "output.3", "output.4", "output.5", "output.6", "output.7", "output.8", "output.9", "output.10", "output.11", "output.12", "output.13", "output.14", "output.15", "output.16", "output.17", "output.18", "output.19", "output.20", "output.21", "output.22", "output.23", "output.24", "output.25", "output.26", "output.27", "output.28", "output.29", "output.30", "output.31", "output.32", "output.33", "output.34", "output.35", "output.36", "output.37", "output.38", "output.39", "output.40", "output.41", "output.42", "output.43", "output.44", "output.45", "output.46", "output.47", "output.48", "output.49", "output.50", "output.51", "output.52"}),&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; #"Promoted Headers" = Table.PromoteHeaders(#"Split Column by Delimiter1", [PromoteAllScalars=true]),&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; #"Removed Other Columns" = Table.SelectColumns(#"Promoted Headers",{"Account Name", "Account Code", "Level Name", "Project Allocation", "Jan-2018", "Feb-2018", "Mar-2018", "Apr-2018", "May-2018", "Jun-2018", "Jul-2018", "Aug-2018", "Sep-2018", "Oct-2018", "Nov-2018", "Dec-2018", "Jan-2019", "Feb-2019", "Mar-2019", "Apr-2019", "May-2019", "Jun-2019", "Jul-2019", "Aug-2019", "Sep-2019", "Oct-2019", "Nov-2019", "Dec-2019"}),&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; #"Unpivoted Other Columns" = Table.UnpivotOtherColumns(#"Removed Other Columns", {"Account Name", "Account Code", "Level Name","Project Allocation"}, "Attribute", "Value"),&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; #"Renamed Columns" = Table.RenameColumns(#"Unpivoted Other Columns",{{"Attribute", "Period"}}),&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; #"Filtered Rows1" = Table.SelectRows(#"Renamed Columns", each [Value] &amp;lt;&amp;gt; "0.0"),&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; #"Sorted Rows" = Table.Sort(#"Filtered Rows1",{{"Value", Order.Ascending}}),&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; #"Changed Type" = Table.TransformColumnTypes(#"Sorted Rows",{{"Period", type date}, {"Value", type number}}),&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; #"Calculated End of Month" = Table.TransformColumns(#"Changed Type",{{"Period", Date.EndOfMonth, type date}}),&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; #"Added Account Column" = Table.AddColumn(#"Calculated End of Month", "Account", each Text.Start([Account Code], 5), type text),&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; #"Changed Type1" = Table.TransformColumnTypes(#"Added Account Column",{{"Account", Int64.Type}}),&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; #"Removed Errors" = Table.RemoveRowsWithErrors(#"Changed Type1", {"Account"}),&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; #"Added Dept Column" = Table.AddColumn(#"Removed Errors", "Dept", each Text.Start([Level Name], 6), type text),&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; #"Added Version Column" = Table.AddColumn(#"Added Dept Column", "Version", each "Current Forecast"),&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; #"Changed Type2" = Table.TransformColumnTypes(#"Added Version Column",{{"Account", type text}, {"Version", type text}})&lt;/P&gt;&lt;P&gt;in&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; #"Changed Type2"&lt;/P&gt;</description>
      <pubDate>Tue, 14 Jan 2020 22:43:30 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Adaptive-Insight-Connector/m-p/899971#M21991</guid>
      <dc:creator>rtaylor</dc:creator>
      <dc:date>2020-01-14T22:43:30Z</dc:date>
    </item>
    <item>
      <title>Re: Adaptive Insight Connector</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Adaptive-Insight-Connector/m-p/899978#M21993</link>
      <description>&lt;P&gt;Hi - I do not see a .pdf file attached?&amp;nbsp; Thank you..&lt;/P&gt;</description>
      <pubDate>Tue, 14 Jan 2020 22:49:41 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Adaptive-Insight-Connector/m-p/899978#M21993</guid>
      <dc:creator>houston39</dc:creator>
      <dc:date>2020-01-14T22:49:41Z</dc:date>
    </item>
    <item>
      <title>Re: Adaptive Insight Connector</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Adaptive-Insight-Connector/m-p/899985#M21994</link>
      <description>&lt;P&gt;I must not have access to attach a file. Here is the website&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://knowledge.adaptiveplanning.com/Integration/Managing_Data_Integration/API_Documentation" target="_blank"&gt;https://knowledge.adaptiveplanning.com/Integration/Managing_Data_Integration/API_Documentation&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 14 Jan 2020 22:58:36 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Adaptive-Insight-Connector/m-p/899985#M21994</guid>
      <dc:creator>rtaylor</dc:creator>
      <dc:date>2020-01-14T22:58:36Z</dc:date>
    </item>
    <item>
      <title>Re: Adaptive Insight Connector</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Adaptive-Insight-Connector/m-p/900969#M22006</link>
      <description>&lt;P&gt;Thank you!&lt;/P&gt;</description>
      <pubDate>Wed, 15 Jan 2020 15:36:34 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Adaptive-Insight-Connector/m-p/900969#M22006</guid>
      <dc:creator>houston39</dc:creator>
      <dc:date>2020-01-15T15:36:34Z</dc:date>
    </item>
    <item>
      <title>Re: Adaptive Insight Connector</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Adaptive-Insight-Connector/m-p/1037468#M23207</link>
      <description>&lt;P&gt;I was able to use this coding to get my connection to work. The one issue I am having is the time span is not filtering. I end up with every month of the version I am pulling.&lt;/P&gt;</description>
      <pubDate>Mon, 20 Apr 2020 19:44:06 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Adaptive-Insight-Connector/m-p/1037468#M23207</guid>
      <dc:creator>keeganm</dc:creator>
      <dc:date>2020-04-20T19:44:06Z</dc:date>
    </item>
    <item>
      <title>Re: Adaptive Insight Connector</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Adaptive-Insight-Connector/m-p/1037473#M23208</link>
      <description>&lt;P&gt;That shouldbn't be a problem though right? You should be able to use power query and filter the dates you need after your api request is complete.&lt;/P&gt;</description>
      <pubDate>Mon, 20 Apr 2020 19:51:06 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Adaptive-Insight-Connector/m-p/1037473#M23208</guid>
      <dc:creator>rtaylor</dc:creator>
      <dc:date>2020-04-20T19:51:06Z</dc:date>
    </item>
    <item>
      <title>Re: Adaptive Insight Connector</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Adaptive-Insight-Connector/m-p/1040431#M23243</link>
      <description>&lt;P&gt;You can, it just not as efficent. I am using version 23 of the API and I found instead of using Jan-2020 I had to use 01/2020.&lt;/P&gt;</description>
      <pubDate>Tue, 21 Apr 2020 23:46:21 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Adaptive-Insight-Connector/m-p/1040431#M23243</guid>
      <dc:creator>keeganm</dc:creator>
      <dc:date>2020-04-21T23:46:21Z</dc:date>
    </item>
    <item>
      <title>Re: Adaptive Insight Connector</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Adaptive-Insight-Connector/m-p/1470034#M26328</link>
      <description>&lt;P&gt;I cannot get the code to work.&amp;nbsp; I have updated the credentials but I'm unsure of what other edits I need to make.&amp;nbsp; Could you help me out?&amp;nbsp; Is it possible to share updated code, perhaps to the current version API code where you highlight the places edits are necessary?&amp;nbsp;&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Any help, much appreciated.&lt;/P&gt;</description>
      <pubDate>Mon, 02 Nov 2020 17:49:16 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Adaptive-Insight-Connector/m-p/1470034#M26328</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-11-02T17:49:16Z</dc:date>
    </item>
    <item>
      <title>Re: Adaptive Insight Connector</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Adaptive-Insight-Connector/m-p/1470405#M26330</link>
      <description>&lt;P&gt;@Anonymous&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Please make sure you have correctly replaced the underlined items below with what theyare for your Adaptive instance/configuration.&amp;nbsp; Also, please note the use of double "double quotes" here.&amp;nbsp; ("" instead of ")&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; &amp;lt;call method=""exportData"" callerName=""PowerBI""&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;credentials login=""&lt;U&gt;user name here&lt;/U&gt;"" password=""&lt;U&gt;password here&lt;/U&gt;"" instanceCode=""&lt;U&gt;instance code here&lt;/U&gt;""/&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;version name=""&lt;U&gt;Forecast&lt;/U&gt;""/&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;format useInternalCodes=""true"" includeUnmappedItems=""false""/&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;filters&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;accounts&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;account code=""&lt;U&gt;Expenses&lt;/U&gt;"" isAssumption=""false"" includeDescendants=""true""/&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/accounts&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;timeSpan start=""&lt;U&gt;Jan-2018&lt;/U&gt;"" end=""&lt;U&gt;Dec-2019&lt;/U&gt;""/&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/filters&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;dimensions&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;dimension name=""&lt;U&gt;Project Allocation&lt;/U&gt;""/&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/dimensions&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Ferdinand&lt;/P&gt;</description>
      <pubDate>Tue, 03 Nov 2020 00:18:20 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Adaptive-Insight-Connector/m-p/1470405#M26330</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-11-03T00:18:20Z</dc:date>
    </item>
    <item>
      <title>Re: Adaptive Insight Connector</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Adaptive-Insight-Connector/m-p/1855199#M29523</link>
      <description>&lt;P&gt;Hello!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Hopefully this message makes it to you even though this is an old topic! Classics never go out of style, though.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm trying to get this to work but am getting the error below after entering in the code (changed as advised). Any ideas?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;"Expression.Error: The column 'Output' of the table wasn't found.&lt;BR /&gt;Details:&lt;BR /&gt;Output"&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;THANK YOU!!&lt;/P&gt;</description>
      <pubDate>Thu, 20 May 2021 21:18:12 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Adaptive-Insight-Connector/m-p/1855199#M29523</guid>
      <dc:creator>jordancole0517</dc:creator>
      <dc:date>2021-05-20T21:18:12Z</dc:date>
    </item>
    <item>
      <title>Re: Adaptive Insight Connector</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Adaptive-Insight-Connector/m-p/2907954#M39760</link>
      <description>&lt;P&gt;hello,&lt;/P&gt;&lt;P&gt;I followed the steps above but without the M code after the&amp;nbsp;line in&amp;nbsp;&lt;SPAN&gt;CSV = Table.SelectColumns(Source,{"output"}). Power query returns a message "Illegal Input. Input data must be an XML document." and "invalid-xml". Is it because i did not specify which table to export the XML data to? Do i need to create a table call "Output" with output columns 1 to 52?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Thanks for your help&lt;/P&gt;</description>
      <pubDate>Tue, 15 Nov 2022 23:50:38 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Adaptive-Insight-Connector/m-p/2907954#M39760</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2022-11-15T23:50:38Z</dc:date>
    </item>
    <item>
      <title>Re: Adaptive Insight Connector</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Adaptive-Insight-Connector/m-p/2969540#M40312</link>
      <description>&lt;P&gt;Have you managed to figure out? I've got the same error as you.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 15 Dec 2022 03:54:29 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Adaptive-Insight-Connector/m-p/2969540#M40312</guid>
      <dc:creator>venusbug</dc:creator>
      <dc:date>2022-12-15T03:54:29Z</dc:date>
    </item>
    <item>
      <title>Re: Adaptive Insight Connector</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Adaptive-Insight-Connector/m-p/2971554#M40328</link>
      <description>&lt;P&gt;Yes the output is a essiesitial piece, this takes the data and puts it into a csv file that Power BI can then dissect. I would recommend copying all the steps and then delete the steps that you don't want to use. This connection is a little old now, so you really only need the steps down to Promote Headers. A couple other things to note:&lt;/P&gt;&lt;P&gt;1. Adaptive is now on version 35 of the API so version 14 may not work&lt;/P&gt;&lt;P&gt;2. Instead of "Include Rollups" you will want to use the following,&amp;nbsp;&amp;lt;rules includeZeroRows=""true"" includeRollupAccounts=""false"" includeRollupLevels=""false"" markInvalidValues=""false"" markBlanks=""false"" timeRollups=""false""&amp;gt;&lt;/P&gt;&lt;P&gt;3. I found that I had to change the timespan to&amp;nbsp;&amp;lt;timeSpan start=""05/2020"" end=""05/2020""/&amp;gt;&lt;/P&gt;&lt;P&gt;4. Make sure to save your power bi file in a secure location since you will have a password saved into the code.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Hope this helps&lt;/P&gt;</description>
      <pubDate>Thu, 15 Dec 2022 17:51:26 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Adaptive-Insight-Connector/m-p/2971554#M40328</guid>
      <dc:creator>keeganm</dc:creator>
      <dc:date>2022-12-15T17:51:26Z</dc:date>
    </item>
    <item>
      <title>Re: Adaptive Insight Connector</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Adaptive-Insight-Connector/m-p/2971745#M40330</link>
      <description>&lt;P&gt;I've tried to do many of the various suggestions but still coming up short. This would be such a game changer if it worked. Can somebody run the code below and update their credentials, please? It'd help me rule out the privacy / credentials issue on my end.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;let&lt;BR /&gt;Source = Xml.Tables(&lt;BR /&gt;Web.Contents("&lt;A href="https://api.adaptiveinsights.com/api/v35" target="_blank"&gt;https://api.adaptiveinsights.com/api/v35&lt;/A&gt;",&lt;BR /&gt;[Content = Text.ToBinary("&amp;lt;?xml version='1.0' encoding='UTF-8'?&amp;gt;&lt;BR /&gt;&amp;lt;call method=""exportData"" callerName=""PowerBI""&amp;gt;&lt;BR /&gt;&amp;lt;credentials login=""username"" password=""password"" instanceCode=""instance""/&amp;gt;&lt;BR /&gt;&amp;lt;version name=""Version""/&amp;gt;&lt;BR /&gt;&amp;lt;format useInternalCodes=""true"" includeUnmappedItems=""false""/&amp;gt;&lt;BR /&gt;&amp;lt;filters&amp;gt;&lt;BR /&gt;&amp;lt;accounts&amp;gt;&lt;BR /&gt;&amp;lt;account code=""Expenses"" isAssumption=""false"" includeDescendants=""true""/&amp;gt;&lt;BR /&gt;&amp;lt;/filters&amp;gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&amp;lt;rules includeZeroRows=""true"" includeRollupAccounts=""false"" includeRollupLevels=""false"" markInvalidValues=""false"" markBlanks=""false"" timeRollups=""false""&amp;gt; &amp;lt;currency useCorporate=""false"" useLocal=""false"" override=""USD""/&amp;gt;&lt;BR /&gt;&amp;lt;/rules&amp;gt;&lt;BR /&gt;&amp;lt;/call&amp;gt;")&lt;BR /&gt;])),&lt;BR /&gt;CSV = Table.SelectColumns(Source,{"output"}),&lt;BR /&gt;#"Split Column by Delimiter (Rows)" = Table.ExpandListColumn(Table.TransformColumns(CSV, {{"output", Splitter.SplitTextByDelimiter("#(lf)", QuoteStyle.Csv), let itemType = (type nullable text) meta [Serialized.Text = true] in type {itemType}}}), "output"),&lt;BR /&gt;#"Split Column by Delimiter1" = Table.SplitColumn(#"Split Column by Delimiter (Rows)", "output", Splitter.SplitTextByDelimiter(",", QuoteStyle.Csv), {"output.1", "output.2", "output.3", "output.4", "output.5", "output.6", "output.7", "output.8", "output.9", "output.10", "output.11", "output.12", "output.13", "output.14", "output.15", "output.16", "output.17", "output.18", "output.19", "output.20", "output.21", "output.22", "output.23", "output.24", "output.25", "output.26", "output.27", "output.28", "output.29", "output.30", "output.31", "output.32", "output.33", "output.34", "output.35", "output.36", "output.37", "output.38", "output.39", "output.40", "output.41", "output.42", "output.43", "output.44", "output.45", "output.46", "output.47", "output.48", "output.49", "output.50", "output.51", "output.52"}),&lt;BR /&gt;#"Promoted Headers" = Table.PromoteHeaders(#"Split Column by Delimiter1", [PromoteAllScalars=true])&lt;BR /&gt;in&lt;BR /&gt;#"Promoted Headers"&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm still getting the same error:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Expression.Error: The column 'output' of the table wasn't found.&lt;BR /&gt;Details:&lt;BR /&gt;output&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Attached is what my PowerQuery view looks like after pasting in the code.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-left" image-alt="2022-12-15 14_01_47-Untitled - Power Query Editor.png" style="width: 999px;"&gt;&lt;img src="https://community.fabric.microsoft.com/t5/image/serverpage/image-id/841837i9B6947A3DC0D6E00/image-size/large?v=v2&amp;amp;px=999" role="button" title="2022-12-15 14_01_47-Untitled - Power Query Editor.png" alt="2022-12-15 14_01_47-Untitled - Power Query Editor.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 15 Dec 2022 20:02:53 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Adaptive-Insight-Connector/m-p/2971745#M40330</guid>
      <dc:creator>jordancole0517</dc:creator>
      <dc:date>2022-12-15T20:02:53Z</dc:date>
    </item>
    <item>
      <title>Re: Adaptive Insight Connector</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Adaptive-Insight-Connector/m-p/2971770#M40331</link>
      <description>&lt;P&gt;You are missing the ending to acccount and a timespan&lt;/P&gt;&lt;P&gt;take a look at this example below:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;lt;filters&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;accounts&amp;gt; &amp;lt;account code=""Expenses"" isAssumption=""false"" includeDescendants=""true""/&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;lt;/accounts&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;lt;timeSpan start=""05/2020"" end=""05/2020""/&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;/filters&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Also, I haven't used the instance code before, it might be good to have, but I haven't needed it.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 15 Dec 2022 20:26:59 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Adaptive-Insight-Connector/m-p/2971770#M40331</guid>
      <dc:creator>keeganm</dc:creator>
      <dc:date>2022-12-15T20:26:59Z</dc:date>
    </item>
    <item>
      <title>Re: Adaptive Insight Connector</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Adaptive-Insight-Connector/m-p/2971773#M40332</link>
      <description>&lt;P&gt;Unfortunately that is not it. I get the same error when that is included. Those filters appeared to just be extra conditions so I thought to remove the date portion, as people had denoted issues with the formatting in other replies in the thread.&lt;/P&gt;</description>
      <pubDate>Thu, 15 Dec 2022 20:31:01 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Adaptive-Insight-Connector/m-p/2971773#M40332</guid>
      <dc:creator>jordancole0517</dc:creator>
      <dc:date>2022-12-15T20:31:01Z</dc:date>
    </item>
    <item>
      <title>Re: Adaptive Insight Connector</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Adaptive-Insight-Connector/m-p/2971777#M40333</link>
      <description>&lt;P&gt;Try copying and pasting the code below, it worked for me. The other thing to double check is that the username and password have direct login access&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;let&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Source = Xml.Tables(&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Web.Contents("&lt;A href="https://api.adaptiveinsights.com/api/v35" target="_blank"&gt;https://api.adaptiveinsights.com/api/v35&lt;/A&gt;",&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Content = Text.ToBinary(&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; "&amp;lt;?xml version='1.0' encoding='UTF-8'?&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;call method=""exportData"" callerName=""PowerBI""&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;credentials login=""username"" password=""password""/&amp;gt; &amp;lt;version name=""ForecastVersion""/&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;format useInternalCodes=""true"" includeUnmappedItems=""false""/&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;filters&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;accounts&amp;gt; &amp;lt;account code=""Expenses"" isAssumption=""false"" includeDescendants=""true""/&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;lt;/accounts&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;lt;timeSpan start=""05/2020"" end=""05/2020""/&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;/filters&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;rules includeZeroRows=""true"" includeRollupAccounts=""false"" includeRollupLevels=""false"" markInvalidValues=""false"" markBlanks=""false"" timeRollups=""false""&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;currency useCorporate=""false"" useLocal=""false"" override=""USD""/&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/rules&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;lt;/call&amp;gt;")&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ])),&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; CSV = Table.SelectColumns(Source,{"output"}),&lt;/P&gt;&lt;P&gt;#"Split Column by Delimiter (Rows)" = Table.ExpandListColumn(Table.TransformColumns(CSV, {{"output", Splitter.SplitTextByDelimiter("#(lf)", QuoteStyle.Csv), let itemType = (type nullable text) meta [Serialized.Text = true] in type {itemType}}}), "output"),&lt;/P&gt;&lt;P&gt;#"Split Column by Delimiter1" = Table.SplitColumn(#"Split Column by Delimiter (Rows)", "output", Splitter.SplitTextByDelimiter(",", QuoteStyle.Csv), {"output.1", "output.2", "output.3", "output.4", "output.5", "output.6", "output.7", "output.8", "output.9", "output.10", "output.11", "output.12", "output.13", "output.14", "output.15", "output.16", "output.17", "output.18", "output.19", "output.20", "output.21", "output.22", "output.23", "output.24", "output.25", "output.26", "output.27", "output.28", "output.29", "output.30", "output.31", "output.32", "output.33", "output.34", "output.35", "output.36", "output.37", "output.38", "output.39", "output.40", "output.41", "output.42", "output.43", "output.44", "output.45", "output.46", "output.47", "output.48", "output.49", "output.50", "output.51", "output.52"}),&lt;/P&gt;&lt;P&gt;#"Promoted Headers" = Table.PromoteHeaders(#"Split Column by Delimiter1", [PromoteAllScalars=true])&lt;/P&gt;&lt;P&gt;in&lt;/P&gt;&lt;P&gt;&amp;nbsp;#"Promoted Headers"&lt;/P&gt;</description>
      <pubDate>Thu, 15 Dec 2022 20:36:08 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Adaptive-Insight-Connector/m-p/2971777#M40333</guid>
      <dc:creator>keeganm</dc:creator>
      <dc:date>2022-12-15T20:36:08Z</dc:date>
    </item>
    <item>
      <title>Re: Adaptive Insight Connector</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Adaptive-Insight-Connector/m-p/2972237#M40338</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I managed to make it work using Keeganm's code he pasted but had to modfiy the filters.&lt;/P&gt;&lt;P&gt;For me, the filter for&amp;nbsp;&lt;SPAN&gt;account code=""Expenses"&lt;/SPAN&gt; did not work for me so i removed this filter altogether to see what comes up. I added this level filter so that it doesnt return everything;&lt;/P&gt;&lt;P&gt;&amp;lt;levels&amp;gt;&lt;BR /&gt;&amp;lt;level name=""YOUR LEVEL NAME"" isRollup=""false"" includeDescendants=""true""/&amp;gt;&lt;BR /&gt;&amp;lt;/levels&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;You can try removing the account filter and see if it returns the full data and then apply filters in Power Query itself i.e. filter to account level begining with 5*.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 16 Dec 2022 02:30:49 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Adaptive-Insight-Connector/m-p/2972237#M40338</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2022-12-16T02:30:49Z</dc:date>
    </item>
    <item>
      <title>Re: Adaptive Insight Connector</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Adaptive-Insight-Connector/m-p/4741546#M61957</link>
      <description>&lt;P&gt;Hello Everyone,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am glad to let you know all. I was sucessfully able to connect to Adaptive via the XML query.&lt;/P&gt;&lt;P&gt;Let me know if you would like to learn on how to configure the query.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Rabi&lt;/P&gt;</description>
      <pubDate>Tue, 24 Jun 2025 02:01:54 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Adaptive-Insight-Connector/m-p/4741546#M61957</guid>
      <dc:creator>Rabi</dc:creator>
      <dc:date>2025-06-24T02:01:54Z</dc:date>
    </item>
  </channel>
</rss>

