<?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 compare row by row text field with other fields to check similarity in Developer</title>
    <link>https://community.fabric.microsoft.com/t5/Developer/How-to-compare-row-by-row-text-field-with-other-fields-to-check/m-p/3266923#M42928</link>
    <description>&lt;P&gt;There is no magic formula. You would need to implement all checks manually, using SUMMARIZE and COUNTROWS.&amp;nbsp; OR - simply plop your data into a matrix visual and present that as a graphical solution to the questions.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If you want to be cute you can run a Pearson correlation across your data rows but that is better done outside of Power BI.&lt;/P&gt;</description>
    <pubDate>Sat, 03 Jun 2023 22:55:58 GMT</pubDate>
    <dc:creator>lbendlin</dc:creator>
    <dc:date>2023-06-03T22:55:58Z</dc:date>
    <item>
      <title>How to compare row by row text field with other fields to check similarity</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/How-to-compare-row-by-row-text-field-with-other-fields-to-check/m-p/3264549#M42915</link>
      <description>&lt;P&gt;Hello Experts,&lt;BR /&gt;&lt;BR /&gt;&amp;nbsp; &amp;nbsp; I am new to Power BI and stuck with one of my requirement. Below is my simplified table&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;resourcename&amp;nbsp; &amp;nbsp;|&amp;nbsp; servertype |&amp;nbsp; &amp;nbsp; start_date&amp;nbsp; &amp;nbsp;|&amp;nbsp; &amp;nbsp; Start_Time&amp;nbsp; &amp;nbsp; |&lt;BR /&gt;&amp;nbsp; &amp;nbsp; Abc&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; dbo&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 06-06-2023&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;1:00:00 AM&lt;BR /&gt;&amp;nbsp; &amp;nbsp; DBA&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;dbo&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 06-06-2023&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;1:00:00 AM&lt;BR /&gt;&amp;nbsp; &amp;nbsp; CDS&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; ora&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 04-06-2023&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 3:00:00 AM&lt;/P&gt;&lt;P&gt;Below table is the requirement is to find concurrency issue, i.e. 2 diferrent resourcename should not have same date, same time &amp;amp; same servertype. So, in first 2 rows we can see the resourcename are differrent but rest all is same. So expectation is that it should&amp;nbsp; show 2 counts for 06-06-2023 as concurrency issue&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Output expected:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; Start_date&amp;nbsp; &amp;nbsp; &amp;nbsp;| Concurrent issue |&lt;/P&gt;&lt;P&gt;&amp;nbsp; 06-06-2023&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 2&lt;BR /&gt;&lt;BR /&gt;Could someone please suggest how can we derive this using DAX or Query Editor?&amp;nbsp;&lt;BR /&gt;NOTE: All fields are "text" datatype. If required I can change the datatype for date &amp;amp; time&lt;BR /&gt;&lt;BR /&gt;Thanks in Advance&lt;/P&gt;</description>
      <pubDate>Fri, 02 Jun 2023 09:25:09 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/How-to-compare-row-by-row-text-field-with-other-fields-to-check/m-p/3264549#M42915</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2023-06-02T09:25:09Z</dc:date>
    </item>
    <item>
      <title>Re: How to compare row by row text field with other fields to check similarity</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/How-to-compare-row-by-row-text-field-with-other-fields-to-check/m-p/3266923#M42928</link>
      <description>&lt;P&gt;There is no magic formula. You would need to implement all checks manually, using SUMMARIZE and COUNTROWS.&amp;nbsp; OR - simply plop your data into a matrix visual and present that as a graphical solution to the questions.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If you want to be cute you can run a Pearson correlation across your data rows but that is better done outside of Power BI.&lt;/P&gt;</description>
      <pubDate>Sat, 03 Jun 2023 22:55:58 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/How-to-compare-row-by-row-text-field-with-other-fields-to-check/m-p/3266923#M42928</guid>
      <dc:creator>lbendlin</dc:creator>
      <dc:date>2023-06-03T22:55:58Z</dc:date>
    </item>
    <item>
      <title>Re: How to compare row by row text field with other fields to check similarity</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/How-to-compare-row-by-row-text-field-with-other-fields-to-check/m-p/3267985#M42944</link>
      <description>&lt;P&gt;Thanks&amp;nbsp;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/100342"&gt;@lbendlin&lt;/a&gt;&amp;nbsp; , Thanks for your suggestion. That helped me. I used the below formula and it worked for me&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;calculate(distinctcount(Table[resourcename]), ALLEXCEPT(Table, Table[&lt;SPAN&gt;servertype&lt;/SPAN&gt;], Table[&lt;SPAN&gt;start_date&lt;/SPAN&gt;], Table[&lt;SPAN&gt;Start_Time&lt;/SPAN&gt;])&lt;/P&gt;</description>
      <pubDate>Mon, 05 Jun 2023 08:08:37 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/How-to-compare-row-by-row-text-field-with-other-fields-to-check/m-p/3267985#M42944</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2023-06-05T08:08:37Z</dc:date>
    </item>
  </channel>
</rss>

