<?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: How to get a value from user input using MQuery and Visual Studio in Developer</title>
    <link>https://community.fabric.microsoft.com/t5/Developer/How-to-get-a-value-from-user-input-using-MQuery-and-Visual/m-p/1216732#M24698</link>
    <description>&lt;P&gt;Power Query does not allow support user input. You can try with R script as one of the transforms but I doubt that will work on the Power BI desktop. It definitely will not work on the service.&lt;/P&gt;</description>
    <pubDate>Sun, 12 Jul 2020 18:22:51 GMT</pubDate>
    <dc:creator>lbendlin</dc:creator>
    <dc:date>2020-07-12T18:22:51Z</dc:date>
    <item>
      <title>How to get a value from user input using MQuery and Visual Studio</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/How-to-get-a-value-from-user-input-using-MQuery-and-Visual/m-p/1216616#M24697</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;As I am new to MQuery, I would like to know how can I get a custom input value from user when creating Custom Connector for Power BI using Visual Studio and MQuery.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Like we ask for user credentials using&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;CheckHeaders = [
    Authentication = [
        UsernamePassword = [
            UsernameLabel="companyid",
            PasswordLabel=" privatekey",
            Label="API User Credentials"]
    ],
    Label = "Manage"
];&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;How Do i add a new input value Like "last page number" which I need to pass to CheckHeader.Content and get it from user?&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Need MQuery code, thanks.&lt;/P&gt;</description>
      <pubDate>Sun, 12 Jul 2020 12:06:17 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/How-to-get-a-value-from-user-input-using-MQuery-and-Visual/m-p/1216616#M24697</guid>
      <dc:creator>vikas-jk</dc:creator>
      <dc:date>2020-07-12T12:06:17Z</dc:date>
    </item>
    <item>
      <title>Re: How to get a value from user input using MQuery and Visual Studio</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/How-to-get-a-value-from-user-input-using-MQuery-and-Visual/m-p/1216732#M24698</link>
      <description>&lt;P&gt;Power Query does not allow support user input. You can try with R script as one of the transforms but I doubt that will work on the Power BI desktop. It definitely will not work on the service.&lt;/P&gt;</description>
      <pubDate>Sun, 12 Jul 2020 18:22:51 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/How-to-get-a-value-from-user-input-using-MQuery-and-Visual/m-p/1216732#M24698</guid>
      <dc:creator>lbendlin</dc:creator>
      <dc:date>2020-07-12T18:22:51Z</dc:date>
    </item>
    <item>
      <title>Re: How to get a value from user input using MQuery and Visual Studio</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/How-to-get-a-value-from-user-input-using-MQuery-and-Visual/m-p/1219107#M24717</link>
      <description>&lt;P&gt;So, There is no way to get Custom user value, like we get OAuth values in Custom Connector as shown below&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;Username=Extension.CurrentCredential()[UserName],
Password=Extension.CurrentCredential()[password]&lt;/LI-CODE&gt;&lt;P&gt;What If I want to limit the number of page call, when I am calling api which has more than 500 pages ( 25 records per page )and I need only first 10 pages?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 13 Jul 2020 17:12:47 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/How-to-get-a-value-from-user-input-using-MQuery-and-Visual/m-p/1219107#M24717</guid>
      <dc:creator>vikas-jk</dc:creator>
      <dc:date>2020-07-13T17:12:47Z</dc:date>
    </item>
    <item>
      <title>Re: How to get a value from user input using MQuery and Visual Studio</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/How-to-get-a-value-from-user-input-using-MQuery-and-Visual/m-p/1219179#M24718</link>
      <description>&lt;P&gt;use a different tool for the API calls.&lt;/P&gt;</description>
      <pubDate>Mon, 13 Jul 2020 17:51:15 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/How-to-get-a-value-from-user-input-using-MQuery-and-Visual/m-p/1219179#M24718</guid>
      <dc:creator>lbendlin</dc:creator>
      <dc:date>2020-07-13T17:51:15Z</dc:date>
    </item>
  </channel>
</rss>

