<?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: Field parameters in Developer</title>
    <link>https://community.fabric.microsoft.com/t5/Developer/Field-parameters/m-p/4745404#M62010</link>
    <description>&lt;P&gt;&lt;SPAN&gt;Hi&amp;nbsp;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/1287804"&gt;@SaikumarV&lt;/a&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Hope everything’s going smoothly on your end. We haven’t heard back from you, so I wanted to check if the issue got sorted. If yes, marking the solution would be awesome for others who might run into the same thing.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;LI-WRAPPER&gt;&lt;/LI-WRAPPER&gt;&lt;/P&gt;</description>
    <pubDate>Thu, 26 Jun 2025 16:07:28 GMT</pubDate>
    <dc:creator>v-priyankata</dc:creator>
    <dc:date>2025-06-26T16:07:28Z</dc:date>
    <item>
      <title>Field parameters</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Field-parameters/m-p/4726863#M61722</link>
      <description>&lt;P&gt;How to filter&amp;nbsp; top 1000 rows of data in field parameter. when I have huge of amount of data, I want to see only top 1000 or 2000 rows of data from field parameter in power bi.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 10 Jun 2025 09:46:49 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Field-parameters/m-p/4726863#M61722</guid>
      <dc:creator>SaikumarV</dc:creator>
      <dc:date>2025-06-10T09:46:49Z</dc:date>
    </item>
    <item>
      <title>Re: Field parameters</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Field-parameters/m-p/4728399#M61738</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/1287804"&gt;@SaikumarV&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;Thank you for reaching out to the Microsoft Fabric Forum Community.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I have successfully reproduced your scenario in Power BI, please have a look.&lt;/P&gt;
&lt;P&gt;For your reference, I’m attaching the &lt;STRONG&gt;.pbix file&lt;/STRONG&gt; so you can explore the solution in detail.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;1. Create a Field Parameter - Modeling &amp;gt; New Parameter &amp;gt; Fields - Add the fields you want &amp;amp; name the parameter.&lt;BR /&gt;2. Create a Numeric Parameter for Top-N - Modeling &amp;gt; Numeric Range Parameter - Set the minimum to 1, maximum to 2000, and increment as needed (e.g., 100).&lt;BR /&gt;3. Create the Rank &amp;amp; Filter measure and apply the filter to visuals.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Also, I have one thread related to the same issue; please have a look at this too &lt;A title="https://community.fabric.microsoft.com/t5/desktop/how-to-filter-top-n-with-field-parameters/td-p/3754759" href="https://community.fabric.microsoft.com/t5/Desktop/How-to-Filter-Top-N-with-Field-Parameters/td-p/3754759" target="_blank" rel="noreferrer noopener"&gt;Solved: How to Filter Top N with Field Parameters? - Microsoft Fabric Community&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If this information is helpful, please &lt;STRONG&gt;“Accept as solution”&lt;/STRONG&gt; and give a &lt;STRONG&gt;"kudos"&lt;/STRONG&gt; to assist other community members in resolving similar issues more efficiently.&lt;BR /&gt;Thank you.&lt;/P&gt;</description>
      <pubDate>Wed, 11 Jun 2025 09:47:30 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Field-parameters/m-p/4728399#M61738</guid>
      <dc:creator>v-priyankata</dc:creator>
      <dc:date>2025-06-11T09:47:30Z</dc:date>
    </item>
    <item>
      <title>Re: Field parameters</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Field-parameters/m-p/4728484#M61741</link>
      <description>&lt;P&gt;If we are using same table columns in field parameter is fine, However If I am using different columns from multiple tables, how to achieve the topN 1000 rows of data&lt;/P&gt;</description>
      <pubDate>Wed, 11 Jun 2025 10:28:54 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Field-parameters/m-p/4728484#M61741</guid>
      <dc:creator>SaikumarV</dc:creator>
      <dc:date>2025-06-11T10:28:54Z</dc:date>
    </item>
    <item>
      <title>Re: Field parameters</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Field-parameters/m-p/4734612#M61840</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;A href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/1287804" target="_blank"&gt;@SaikumarV&lt;/A&gt;&amp;nbsp;&lt;BR /&gt;Thank you for reaching out to the Microsoft Fabric Forum Community.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;P&gt;If you want to use&amp;nbsp;&lt;SPAN&gt;different columns from multiple tables,&amp;nbsp;follow the same process with little changes like below.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;FYI - &lt;SPAN&gt;Ensure that relationships between your tables are properly defined in the data model.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;1. Create a Field Parameter - Modeling &amp;gt; New Parameter &amp;gt; Fields - Add the fields from different tables &amp;amp; name the parameter.&lt;BR /&gt;2. Create a Numeric Parameter for Top-N - Modeling &amp;gt; Numeric Range Parameter - Set the minimum to 1, maximum to 2000, and increment as needed (e.g., 100).&lt;BR /&gt;3. Create the Rank &amp;amp; Filter measure and apply the filter to visuals.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If this information is helpful, please&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;“Accept as solution”&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;and give a&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;"kudos"&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;to assist other community members in resolving similar issues more efficiently.&lt;BR /&gt;Thank you.&lt;/P&gt;</description>
      <pubDate>Tue, 17 Jun 2025 09:55:40 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Field-parameters/m-p/4734612#M61840</guid>
      <dc:creator>v-priyankata</dc:creator>
      <dc:date>2025-06-17T09:55:40Z</dc:date>
    </item>
    <item>
      <title>Re: Field parameters</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Field-parameters/m-p/4738671#M61920</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/1287804"&gt;@SaikumarV&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I hope the information shared was helpful to you. If your question has been answered, kindly mark the most relevant reply as the &lt;STRONG&gt;Accepted Solution&lt;/STRONG&gt;. This small action can make a big difference for others who are looking for the same solution.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;LI-WRAPPER&gt;&lt;/LI-WRAPPER&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 20 Jun 2025 11:48:59 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Field-parameters/m-p/4738671#M61920</guid>
      <dc:creator>v-priyankata</dc:creator>
      <dc:date>2025-06-20T11:48:59Z</dc:date>
    </item>
    <item>
      <title>Re: Field parameters</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Field-parameters/m-p/4740109#M61939</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/1287804"&gt;@SaikumarV&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I wanted to check if you had the opportunity to review the information provided. if issue got resolved please accept it as a solution, Please feel free to contact us if you have any further questions.&lt;/P&gt;
&lt;P&gt;&lt;LI-WRAPPER&gt;&lt;/LI-WRAPPER&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 23 Jun 2025 06:12:36 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Field-parameters/m-p/4740109#M61939</guid>
      <dc:creator>v-priyankata</dc:creator>
      <dc:date>2025-06-23T06:12:36Z</dc:date>
    </item>
    <item>
      <title>Re: Field parameters</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Field-parameters/m-p/4745404#M62010</link>
      <description>&lt;P&gt;&lt;SPAN&gt;Hi&amp;nbsp;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/1287804"&gt;@SaikumarV&lt;/a&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Hope everything’s going smoothly on your end. We haven’t heard back from you, so I wanted to check if the issue got sorted. If yes, marking the solution would be awesome for others who might run into the same thing.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;LI-WRAPPER&gt;&lt;/LI-WRAPPER&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 26 Jun 2025 16:07:28 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Field-parameters/m-p/4745404#M62010</guid>
      <dc:creator>v-priyankata</dc:creator>
      <dc:date>2025-06-26T16:07:28Z</dc:date>
    </item>
  </channel>
</rss>

