<?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: Add Search capability to a numeric type field with out transforming data in Custom Visuals Development Discussion</title>
    <link>https://community.fabric.microsoft.com/t5/Custom-Visuals-Development/Add-Search-capability-to-a-numeric-type-field-with-out/m-p/4253219#M11640</link>
    <description>&lt;P&gt;Cannot reproduce -&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-inline" image-alt="lbendlin_0-1729639116082.png" style="width: 400px;"&gt;&lt;img src="https://community.fabric.microsoft.com/t5/image/serverpage/image-id/1187374iC51B56279E844A0B/image-size/medium?v=v2&amp;amp;px=400" role="button" title="lbendlin_0-1729639116082.png" alt="lbendlin_0-1729639116082.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="lbendlin_1-1729639128799.png" style="width: 400px;"&gt;&lt;img src="https://community.fabric.microsoft.com/t5/image/serverpage/image-id/1187375i3EE0BE2B3B39C6C1/image-size/medium?v=v2&amp;amp;px=400" role="button" title="lbendlin_1-1729639128799.png" alt="lbendlin_1-1729639128799.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 22 Oct 2024 23:18:54 GMT</pubDate>
    <dc:creator>lbendlin</dc:creator>
    <dc:date>2024-10-22T23:18:54Z</dc:date>
    <item>
      <title>Add Search capability to a numeric type field with out transforming data</title>
      <link>https://community.fabric.microsoft.com/t5/Custom-Visuals-Development/Add-Search-capability-to-a-numeric-type-field-with-out/m-p/4248812#M11605</link>
      <description>&lt;P&gt;&lt;STRONG&gt;Problem:&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;I need to add a search capability to a userID field, which is of numeric type. However, it seems that search functionality is only possible on text type fields.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Constraint:&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;There are restrictions on making changes to the model or transform data step, and there's a live connection set to the data.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Attempts So Far:&lt;/STRONG&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;I can't change the data type in the model view or use advanced query because that requires a transform data step.&lt;/LI&gt;&lt;LI&gt;I can't create a calculated column using DAX, as I couldn't find any option to create a new column in the report.&lt;/LI&gt;&lt;LI&gt;I tried creating a measure to extract the userID from other columns, but creating a measure on a non-calculated column is not supported.&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;Does anyone have any suggestions on how to tackle this issue or if any of my observations above are incorrect? Any help would be greatly appreciated. Thanks!&lt;/P&gt;</description>
      <pubDate>Fri, 18 Oct 2024 20:44:04 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Custom-Visuals-Development/Add-Search-capability-to-a-numeric-type-field-with-out/m-p/4248812#M11605</guid>
      <dc:creator>SrinathLM10</dc:creator>
      <dc:date>2024-10-18T20:44:04Z</dc:date>
    </item>
    <item>
      <title>Re: Add Search capability to a numeric type field with out transforming data</title>
      <link>https://community.fabric.microsoft.com/t5/Custom-Visuals-Development/Add-Search-capability-to-a-numeric-type-field-with-out/m-p/4248855#M11606</link>
      <description>&lt;P&gt;Add that userID field to the filter pane, for example as "Filters on this page"&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Note: There is a 1 million row limit.&lt;/P&gt;</description>
      <pubDate>Fri, 18 Oct 2024 21:56:34 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Custom-Visuals-Development/Add-Search-capability-to-a-numeric-type-field-with-out/m-p/4248855#M11606</guid>
      <dc:creator>lbendlin</dc:creator>
      <dc:date>2024-10-18T21:56:34Z</dc:date>
    </item>
    <item>
      <title>Re: Add Search capability to a numeric type field with out transforming data</title>
      <link>https://community.fabric.microsoft.com/t5/Custom-Visuals-Development/Add-Search-capability-to-a-numeric-type-field-with-out/m-p/4248913#M11607</link>
      <description>&lt;P&gt;Thanks for the reply&amp;nbsp;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/100342"&gt;@lbendlin&lt;/a&gt;&amp;nbsp;Since the field is of numeric type the filter pane does not allow you to search&lt;/P&gt;</description>
      <pubDate>Sat, 19 Oct 2024 01:47:38 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Custom-Visuals-Development/Add-Search-capability-to-a-numeric-type-field-with-out/m-p/4248913#M11607</guid>
      <dc:creator>SrinathLM10</dc:creator>
      <dc:date>2024-10-19T01:47:38Z</dc:date>
    </item>
    <item>
      <title>Re: Add Search capability to a numeric type field with out transforming data</title>
      <link>https://community.fabric.microsoft.com/t5/Custom-Visuals-Development/Add-Search-capability-to-a-numeric-type-field-with-out/m-p/4253219#M11640</link>
      <description>&lt;P&gt;Cannot reproduce -&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-inline" image-alt="lbendlin_0-1729639116082.png" style="width: 400px;"&gt;&lt;img src="https://community.fabric.microsoft.com/t5/image/serverpage/image-id/1187374iC51B56279E844A0B/image-size/medium?v=v2&amp;amp;px=400" role="button" title="lbendlin_0-1729639116082.png" alt="lbendlin_0-1729639116082.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="lbendlin_1-1729639128799.png" style="width: 400px;"&gt;&lt;img src="https://community.fabric.microsoft.com/t5/image/serverpage/image-id/1187375i3EE0BE2B3B39C6C1/image-size/medium?v=v2&amp;amp;px=400" role="button" title="lbendlin_1-1729639128799.png" alt="lbendlin_1-1729639128799.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 22 Oct 2024 23:18:54 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Custom-Visuals-Development/Add-Search-capability-to-a-numeric-type-field-with-out/m-p/4253219#M11640</guid>
      <dc:creator>lbendlin</dc:creator>
      <dc:date>2024-10-22T23:18:54Z</dc:date>
    </item>
    <item>
      <title>Re: Add Search capability to a numeric type field with out transforming data</title>
      <link>https://community.fabric.microsoft.com/t5/Custom-Visuals-Development/Add-Search-capability-to-a-numeric-type-field-with-out/m-p/4256670#M11671</link>
      <description>&lt;P&gt;&lt;SPAN&gt;Sorry, I did not understand the comment 'Cannot reproduce.' As you can see in the snapshot, we cannot search for numeric type.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 24 Oct 2024 16:59:41 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Custom-Visuals-Development/Add-Search-capability-to-a-numeric-type-field-with-out/m-p/4256670#M11671</guid>
      <dc:creator>SrinathLM10</dc:creator>
      <dc:date>2024-10-24T16:59:41Z</dc:date>
    </item>
    <item>
      <title>Re: Add Search capability to a numeric type field with out transforming data</title>
      <link>https://community.fabric.microsoft.com/t5/Custom-Visuals-Development/Add-Search-capability-to-a-numeric-type-field-with-out/m-p/4256724#M11672</link>
      <description>&lt;P&gt;I can search for any number in that filter?&lt;/P&gt;</description>
      <pubDate>Thu, 24 Oct 2024 17:47:09 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Custom-Visuals-Development/Add-Search-capability-to-a-numeric-type-field-with-out/m-p/4256724#M11672</guid>
      <dc:creator>lbendlin</dc:creator>
      <dc:date>2024-10-24T17:47:09Z</dc:date>
    </item>
  </channel>
</rss>

