<?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 apply range between string type data in Developer</title>
    <link>https://community.fabric.microsoft.com/t5/Developer/how-to-apply-range-between-string-type-data/m-p/4890682#M63996</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/436245"&gt;@Harish85&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The Between filter doesn’t work on your column because it only works with numbers or dates, and your IDs are stored as text, like C240000001. To filter a range such as C240000001 - C246000216, you can create a new column that takes out the text part and keeps only the number. For example, you can use a DAX formula like 'ID_Number = VALUE(SUBSTITUTE([YourID], "C", ""))' and adjust it if the prefix is different. Once this new column is a number, you can use it in a 'Between' slicer or range filter, and it will correctly filter your original IDs. This way, you can still show the original IDs but filter them using a numeric range.&lt;/P&gt;
&lt;P&gt;&lt;LI-WRAPPER&gt;&lt;/LI-WRAPPER&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thank you.&lt;/P&gt;</description>
    <pubDate>Tue, 02 Dec 2025 12:21:31 GMT</pubDate>
    <dc:creator>v-sgandrathi</dc:creator>
    <dc:date>2025-12-02T12:21:31Z</dc:date>
    <item>
      <title>how to apply range between string type data</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/how-to-apply-range-between-string-type-data/m-p/4890300#M63988</link>
      <description>&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I want to apply between or range between the data (C240000001 to C246000216) as there is more than 250000 data, I want to apply range and pull the data.&lt;BR /&gt;How to apply range for above values.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Harish85_0-1764657142239.png" style="width: 400px;"&gt;&lt;img src="https://community.fabric.microsoft.com/t5/image/serverpage/image-id/1314025i7ABCA7C50E80A67F/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Harish85_0-1764657142239.png" alt="Harish85_0-1764657142239.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 02 Dec 2025 06:34:29 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/how-to-apply-range-between-string-type-data/m-p/4890300#M63988</guid>
      <dc:creator>Harish85</dc:creator>
      <dc:date>2025-12-02T06:34:29Z</dc:date>
    </item>
    <item>
      <title>Re: how to apply range between string type data</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/how-to-apply-range-between-string-type-data/m-p/4890438#M63992</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/436245"&gt;@Harish85&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;if I got you right that you want to do some kind of filtering with the "between" function, then I would do the following based on your screenshot.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Between filtering is only possible with number typed data. Thats why I would extract the numbers from the column and create the filter or selection based on the numbers. There seems to be a logic within the numbers as of your screenshot showing increasing numbers.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Hope this helps!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Best regards!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;PS: if this solves your issue or you like it, leave some kudos or mark it as solution.&lt;/P&gt;</description>
      <pubDate>Tue, 02 Dec 2025 07:47:05 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/how-to-apply-range-between-string-type-data/m-p/4890438#M63992</guid>
      <dc:creator>Mauro89</dc:creator>
      <dc:date>2025-12-02T07:47:05Z</dc:date>
    </item>
    <item>
      <title>Re: how to apply range between string type data</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/how-to-apply-range-between-string-type-data/m-p/4890682#M63996</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/436245"&gt;@Harish85&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The Between filter doesn’t work on your column because it only works with numbers or dates, and your IDs are stored as text, like C240000001. To filter a range such as C240000001 - C246000216, you can create a new column that takes out the text part and keeps only the number. For example, you can use a DAX formula like 'ID_Number = VALUE(SUBSTITUTE([YourID], "C", ""))' and adjust it if the prefix is different. Once this new column is a number, you can use it in a 'Between' slicer or range filter, and it will correctly filter your original IDs. This way, you can still show the original IDs but filter them using a numeric range.&lt;/P&gt;
&lt;P&gt;&lt;LI-WRAPPER&gt;&lt;/LI-WRAPPER&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thank you.&lt;/P&gt;</description>
      <pubDate>Tue, 02 Dec 2025 12:21:31 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/how-to-apply-range-between-string-type-data/m-p/4890682#M63996</guid>
      <dc:creator>v-sgandrathi</dc:creator>
      <dc:date>2025-12-02T12:21:31Z</dc:date>
    </item>
    <item>
      <title>Re: how to apply range between string type data</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/how-to-apply-range-between-string-type-data/m-p/4893880#M64027</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/436245"&gt;@Harish85&lt;/a&gt;,&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Power BI treats IDs like C240000001 as text, so you can’t use a Between slicer directly.&lt;BR /&gt;&lt;BR /&gt;To apply a numeric range filter, you need to extract the numeric portion and convert it to a number.&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Option 1: Power Query (Pre-filter before loading)&lt;/SPAN&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;P&gt;&lt;SPAN&gt;Go to Transform Data.&lt;/SPAN&gt;&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;&lt;SPAN&gt;Add a Custom Column:&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;LI-CODE lang="markup"&gt;Number.FromText(Text.Middle([ID], 1, Text.Length([ID]) - 1))&lt;/LI-CODE&gt;&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;P&gt;&lt;SPAN&gt;Rename the column to ID_Number.&lt;/SPAN&gt;&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;&lt;SPAN&gt;Apply a filter:&lt;/SPAN&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;P&gt;&lt;SPAN&gt;ID_Number &amp;gt;= 240000001&lt;/SPAN&gt;&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;&lt;SPAN&gt;ID_Number &amp;lt;= 246000216&lt;/SPAN&gt;&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;&lt;SPAN&gt;Load the filtered data into your report.&lt;/SPAN&gt;&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;SPAN&gt;This is best for large datasets because it filters before import.&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Option 2: DAX Calculated Column (Interactive filtering)&lt;/SPAN&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;P&gt;&lt;SPAN&gt;In your report view, create a new column:&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;LI-CODE lang="markup"&gt;ID_Num = VALUE(MID([ID], 2, LEN([ID]) - 1))&lt;/LI-CODE&gt;&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;P&gt;&lt;SPAN&gt;Add a Slicer visual.&lt;/SPAN&gt;&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;&lt;SPAN&gt;Drag ID_Num into the slicer.&lt;/SPAN&gt;&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;&lt;SPAN&gt;Change slicer type to Between.&lt;/SPAN&gt;&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;&lt;SPAN&gt;Set the range: 240000001 to 246000216.&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;SPAN&gt;This is best for keeping all data and filtering interactively.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;BR /&gt;Column Naming Convention (Power BI)&lt;BR /&gt;&lt;BR /&gt;To avoid confusion when using both Power Query and DAX in the same report, I recommend this naming:&lt;/SPAN&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;P&gt;&lt;SPAN&gt;Power Query → ID_Number (created during data load; used for filtering before import)&lt;/SPAN&gt;&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;&lt;SPAN&gt;DAX → ID_Num (created in report layer; used for interactive filtering)&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;SPAN&gt;Outcome Your slicer will show a horizontal slider with two handles, allowing users to filter between any numeric range of IDs.&lt;BR /&gt;&lt;BR /&gt;This works perfectly with either ID_Number (Power Query) or ID_Num (DAX).&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;BR /&gt;This approach ensures you can handle 250k+ rows efficiently while keeping your report interactive and professional.&lt;/SPAN&gt;&lt;/P&gt;&lt;DIV&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Table Visual" style="width: 352px;"&gt;&lt;img src="https://community.fabric.microsoft.com/t5/image/serverpage/image-id/1314873i13A51D18BA47CE2F/image-size/large?v=v2&amp;amp;px=999" role="button" title="Screenshot 2025-12-05 at 07.15.22.png" alt="Table Visual" /&gt;&lt;span class="lia-inline-image-caption" onclick="event.preventDefault();"&gt;Table Visual&lt;/span&gt;&lt;/span&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Between-Styled Slicer for ID_Number" style="width: 854px;"&gt;&lt;img src="https://community.fabric.microsoft.com/t5/image/serverpage/image-id/1314874i11C5647A54F6FFA8/image-size/large?v=v2&amp;amp;px=999" role="button" title="Screenshot 2025-12-05 at 07.15.30.png" alt="Between-Styled Slicer for ID_Number" /&gt;&lt;span class="lia-inline-image-caption" onclick="event.preventDefault();"&gt;Between-Styled Slicer for ID_Number&lt;/span&gt;&lt;/span&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Between-Styled Slicer for ID_Num" style="width: 794px;"&gt;&lt;img src="https://community.fabric.microsoft.com/t5/image/serverpage/image-id/1314875i43B21297E259DF9D/image-size/large?v=v2&amp;amp;px=999" role="button" title="Screenshot 2025-12-05 at 07.15.38.png" alt="Between-Styled Slicer for ID_Num" /&gt;&lt;span class="lia-inline-image-caption" onclick="event.preventDefault();"&gt;Between-Styled Slicer for ID_Num&lt;/span&gt;&lt;/span&gt;&lt;/DIV&gt;</description>
      <pubDate>Fri, 05 Dec 2025 06:53:11 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/how-to-apply-range-between-string-type-data/m-p/4893880#M64027</guid>
      <dc:creator>Olufemi7</dc:creator>
      <dc:date>2025-12-05T06:53:11Z</dc:date>
    </item>
    <item>
      <title>Re: how to apply range between string type data</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/how-to-apply-range-between-string-type-data/m-p/4894039#M64032</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/436245"&gt;@Harish85&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;Thank you&amp;nbsp;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/843006"&gt;@Olufemi7&lt;/a&gt;&amp;nbsp;and&amp;nbsp;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/937100"&gt;@Mauro89&lt;/a&gt;&amp;nbsp;for your respponse.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;P&gt;We wanted to follow up since we haven't heard back from you regarding our last response. We hope your issue has been resolved.&lt;/P&gt;
&lt;P&gt;If you need any further assistance, feel free to reach out.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thank you for being a valued member of the Microsoft Fabric Community Forum!&lt;/P&gt;
&lt;P&gt;&lt;LI-WRAPPER&gt;&lt;/LI-WRAPPER&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 05 Dec 2025 09:34:35 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/how-to-apply-range-between-string-type-data/m-p/4894039#M64032</guid>
      <dc:creator>v-sgandrathi</dc:creator>
      <dc:date>2025-12-05T09:34:35Z</dc:date>
    </item>
    <item>
      <title>Re: how to apply range between string type data</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/how-to-apply-range-between-string-type-data/m-p/4895576#M64044</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/436245"&gt;@Harish85&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN data-teams="true"&gt;As we have not received a response from you yet, I would like to confirm whether you have successfully resolved the issue or if you require further assistance.&lt;BR /&gt;&lt;BR /&gt;Thank you for your cooperation.&amp;nbsp;Have a great day.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 08 Dec 2025 07:06:36 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/how-to-apply-range-between-string-type-data/m-p/4895576#M64044</guid>
      <dc:creator>v-sgandrathi</dc:creator>
      <dc:date>2025-12-08T07:06:36Z</dc:date>
    </item>
  </channel>
</rss>

