<?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 deal with case sensitivity in Dataverse tables without using lower function in queries in Data Engineering</title>
    <link>https://community.fabric.microsoft.com/t5/Data-Engineering/How-to-deal-with-case-sensitivity-in-Dataverse-tables-without/m-p/4419585#M7379</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/664214"&gt;@antoec&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;We haven't heard from you since last response and just wanted to check whether the solution provided has worked for you. If yes, please Accept as Solution to help others benefit in the community.&lt;BR /&gt;Thank you,&lt;BR /&gt;Cheri Srikanth&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
    <pubDate>Thu, 20 Feb 2025 11:32:13 GMT</pubDate>
    <dc:creator>v-csrikanth</dc:creator>
    <dc:date>2025-02-20T11:32:13Z</dc:date>
    <item>
      <title>How to deal with case sensitivity in Dataverse tables without using lower function in queries</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Engineering/How-to-deal-with-case-sensitivity-in-Dataverse-tables-without/m-p/4409041#M7192</link>
      <description>&lt;P&gt;&lt;SPAN&gt;Hi&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;In dataverse build by dynamics365 FNO table2 is child of table1 id field in table1 is uppercase but id field in table2 is lowercase. in query when linking both tables using id field there won't be any data due to case sentivity.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;using lower function in everyquery will be expensive. Is there any configuration or setting which could be changed to deal with this permanently.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 13 Feb 2025 12:31:37 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Engineering/How-to-deal-with-case-sensitivity-in-Dataverse-tables-without/m-p/4409041#M7192</guid>
      <dc:creator>antoec</dc:creator>
      <dc:date>2025-02-13T12:31:37Z</dc:date>
    </item>
    <item>
      <title>Re: How to deal with case sensitivity in Dataverse tables without using lower function in queries</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Engineering/How-to-deal-with-case-sensitivity-in-Dataverse-tables-without/m-p/4409275#M7194</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/664214"&gt;@antoec&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;In Dataverse, the collation settings—including whether the data comparisons are case-sensitive or case-insensitive—are defined when the environment is created and cannot be changed afterward. This means that if your environment was configured with a case-sensitive collation, you cannot later switch it to be case-insensitive through a configuration change. Therefore, to resolve issues where related fields have mismatched cases, the only practical solutions are to normalize the data—for example, by ensuring that all key values are stored in the same case—or to use computed columns that store a pre-normalized version of the data. This approach typically avoids the performance overhead of using functions like Lower() or Upper() in every query.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;there isn’t a built‐in configuration setting in Dataverse to globally disable case sensitivity for text comparisons. Instead, you must ensure that the data used for linking tables is normalized so that both sides of the join use the same case.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If this is helpful please accept the answer&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 13 Feb 2025 14:21:49 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Engineering/How-to-deal-with-case-sensitivity-in-Dataverse-tables-without/m-p/4409275#M7194</guid>
      <dc:creator>nilendraFabric</dc:creator>
      <dc:date>2025-02-13T14:21:49Z</dc:date>
    </item>
    <item>
      <title>Re: How to deal with case sensitivity in Dataverse tables without using lower function in queries</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Engineering/How-to-deal-with-case-sensitivity-in-Dataverse-tables-without/m-p/4410207#M7203</link>
      <description>&lt;P&gt;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/913195"&gt;@nilendraFabric&lt;/a&gt;&amp;nbsp; thank you for the reply. Could guide any documentations or reference where i could follow and create a dataverse which is case-insensitive.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 14 Feb 2025 04:41:35 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Engineering/How-to-deal-with-case-sensitivity-in-Dataverse-tables-without/m-p/4410207#M7203</guid>
      <dc:creator>antoec</dc:creator>
      <dc:date>2025-02-14T04:41:35Z</dc:date>
    </item>
    <item>
      <title>Re: How to deal with case sensitivity in Dataverse tables without using lower function in queries</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Engineering/How-to-deal-with-case-sensitivity-in-Dataverse-tables-without/m-p/4410634#M7212</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/664214"&gt;@antoec&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;I sincerely appreciate &lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/913195"&gt;@nilendraFabric&lt;/a&gt;&amp;nbsp;for taking the time to provide a thoughtful and insightful solution.&lt;BR /&gt;Note:&amp;nbsp;For reference regarding case sensitivity, please refer to the following document.&lt;BR /&gt;&lt;A href="https://learn.microsoft.com/en-us/power-platform/admin/language-collations" target="_blank"&gt;https://learn.microsoft.com/en-us/power-platform/admin/language-collations&lt;/A&gt;&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;If the above information helps you, please give us a Kudos and marked the reply Accept as a Solution.&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;Thanks,&lt;BR /&gt;Cheri Srikanth&lt;/P&gt;</description>
      <pubDate>Fri, 14 Feb 2025 08:25:55 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Engineering/How-to-deal-with-case-sensitivity-in-Dataverse-tables-without/m-p/4410634#M7212</guid>
      <dc:creator>v-csrikanth</dc:creator>
      <dc:date>2025-02-14T08:25:55Z</dc:date>
    </item>
    <item>
      <title>Re: How to deal with case sensitivity in Dataverse tables without using lower function in queries</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Engineering/How-to-deal-with-case-sensitivity-in-Dataverse-tables-without/m-p/4410676#M7214</link>
      <description>&lt;P&gt;&lt;A href="https://learn.microsoft.com/en-us/power-platform/admin/language-collations" target="_blank"&gt;https://learn.microsoft.com/en-us/power-platform/admin/language-collations&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;key points in the doc&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Default Collation Settings:&lt;BR /&gt;• When creating a Dataverse environment, administrators select a default language. This choice determines the collation applied to the SQL database that underpins the Dataverse instance.&lt;BR /&gt;• Collation settings affect sorting, filtering, and text comparisons, including case sensitivity and accent sensitivity.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;All languages in Dataverse use case-insensitive collations by default, denoted by `_CI`. For example, “Cafe” and “cafe” are treated as the same word&lt;/P&gt;</description>
      <pubDate>Fri, 14 Feb 2025 08:49:11 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Engineering/How-to-deal-with-case-sensitivity-in-Dataverse-tables-without/m-p/4410676#M7214</guid>
      <dc:creator>nilendraFabric</dc:creator>
      <dc:date>2025-02-14T08:49:11Z</dc:date>
    </item>
    <item>
      <title>Re: How to deal with case sensitivity in Dataverse tables without using lower function in queries</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Engineering/How-to-deal-with-case-sensitivity-in-Dataverse-tables-without/m-p/4419585#M7379</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/664214"&gt;@antoec&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;We haven't heard from you since last response and just wanted to check whether the solution provided has worked for you. If yes, please Accept as Solution to help others benefit in the community.&lt;BR /&gt;Thank you,&lt;BR /&gt;Cheri Srikanth&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 20 Feb 2025 11:32:13 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Engineering/How-to-deal-with-case-sensitivity-in-Dataverse-tables-without/m-p/4419585#M7379</guid>
      <dc:creator>v-csrikanth</dc:creator>
      <dc:date>2025-02-20T11:32:13Z</dc:date>
    </item>
    <item>
      <title>Re: How to deal with case sensitivity in Dataverse tables without using lower function in queries</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Engineering/How-to-deal-with-case-sensitivity-in-Dataverse-tables-without/m-p/4543249#M7478</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/664214"&gt;@antoec&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;It's been a while since I heard back from you and I wanted to follow up. Have you had a chance to try the solutions that have been offered? &lt;BR /&gt;If the issue has been resolved, can you mark the post as resolved? If you're still experiencing challenges, please feel free to let us know and we'll be happy to continue to help!&lt;BR /&gt;Looking forward to your reply!&lt;BR /&gt;&lt;BR /&gt;Thanks&amp;nbsp;&lt;BR /&gt;Cheri Srikanth&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 24 Feb 2025 13:05:37 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Engineering/How-to-deal-with-case-sensitivity-in-Dataverse-tables-without/m-p/4543249#M7478</guid>
      <dc:creator>v-csrikanth</dc:creator>
      <dc:date>2025-02-24T13:05:37Z</dc:date>
    </item>
    <item>
      <title>Re: How to deal with case sensitivity in Dataverse tables without using lower function in queries</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Engineering/How-to-deal-with-case-sensitivity-in-Dataverse-tables-without/m-p/4587274#M7546</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/664214"&gt;@antoec&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;We haven't heard from you since last response and just wanted to check whether the solution provided has worked for you. If yes, please Accept as Solution to help others benefit in the community.&lt;BR /&gt;Thank you,&lt;BR /&gt;Cheri Srikanth.&lt;/P&gt;</description>
      <pubDate>Thu, 27 Feb 2025 06:47:57 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Engineering/How-to-deal-with-case-sensitivity-in-Dataverse-tables-without/m-p/4587274#M7546</guid>
      <dc:creator>v-csrikanth</dc:creator>
      <dc:date>2025-02-27T06:47:57Z</dc:date>
    </item>
  </channel>
</rss>

