<?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 Overlap of Data in Dashboards &amp; Analytics Discussions</title>
    <link>https://community.incorta.com/t5/dashboards-analytics-discussions/overlap-of-data/m-p/4311#M412</link>
    <description>&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;I want to calculate the overlap of specific column which may occur in multiple places.&lt;/P&gt;&lt;P&gt;Consider Person_Name as a column and I want to know in which location and country this Person_Name will occur and get the count of it.&lt;/P&gt;&lt;P&gt;I'm trying to achieve this under table visualization.&lt;/P&gt;</description>
    <pubDate>Tue, 23 May 2023 10:10:33 GMT</pubDate>
    <dc:creator>Spd_03</dc:creator>
    <dc:date>2023-05-23T10:10:33Z</dc:date>
    <item>
      <title>Overlap of Data</title>
      <link>https://community.incorta.com/t5/dashboards-analytics-discussions/overlap-of-data/m-p/4311#M412</link>
      <description>&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;I want to calculate the overlap of specific column which may occur in multiple places.&lt;/P&gt;&lt;P&gt;Consider Person_Name as a column and I want to know in which location and country this Person_Name will occur and get the count of it.&lt;/P&gt;&lt;P&gt;I'm trying to achieve this under table visualization.&lt;/P&gt;</description>
      <pubDate>Tue, 23 May 2023 10:10:33 GMT</pubDate>
      <guid>https://community.incorta.com/t5/dashboards-analytics-discussions/overlap-of-data/m-p/4311#M412</guid>
      <dc:creator>Spd_03</dc:creator>
      <dc:date>2023-05-23T10:10:33Z</dc:date>
    </item>
    <item>
      <title>Re: Overlap of Data</title>
      <link>https://community.incorta.com/t5/dashboards-analytics-discussions/overlap-of-data/m-p/4312#M413</link>
      <description>&lt;P&gt;This sounds like a simple group by - group by country and person name and put person name in the measures with an aggregate behavior of COUNT&amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 23 May 2023 15:58:30 GMT</pubDate>
      <guid>https://community.incorta.com/t5/dashboards-analytics-discussions/overlap-of-data/m-p/4312#M413</guid>
      <dc:creator>RADSr</dc:creator>
      <dc:date>2023-05-23T15:58:30Z</dc:date>
    </item>
    <item>
      <title>Re: Overlap of Data</title>
      <link>https://community.incorta.com/t5/dashboards-analytics-discussions/overlap-of-data/m-p/4361#M421</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.incorta.com/t5/user/viewprofilepage/user-id/24"&gt;@RADSr&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;Thank you for your reply!&lt;/P&gt;&lt;P&gt;In my case I want to keep Country and Location as Prompts but not as a part of any columns in group by or measures. In that case how can I get the count of the Person_Name based on other grouping dimensions.&lt;/P&gt;</description>
      <pubDate>Tue, 30 May 2023 08:55:43 GMT</pubDate>
      <guid>https://community.incorta.com/t5/dashboards-analytics-discussions/overlap-of-data/m-p/4361#M421</guid>
      <dc:creator>Spd_03</dc:creator>
      <dc:date>2023-05-30T08:55:43Z</dc:date>
    </item>
    <item>
      <title>Re: Overlap of Data</title>
      <link>https://community.incorta.com/t5/dashboards-analytics-discussions/overlap-of-data/m-p/4362#M422</link>
      <description>&lt;P&gt;In that case, you might need to materialize the count group-by in an Analyzer View or Dashboard insight result set, then use that materialized result win your insight.&lt;/P&gt;</description>
      <pubDate>Tue, 30 May 2023 09:53:43 GMT</pubDate>
      <guid>https://community.incorta.com/t5/dashboards-analytics-discussions/overlap-of-data/m-p/4362#M422</guid>
      <dc:creator>Prince</dc:creator>
      <dc:date>2023-05-30T09:53:43Z</dc:date>
    </item>
    <item>
      <title>Re: Overlap of Data</title>
      <link>https://community.incorta.com/t5/dashboards-analytics-discussions/overlap-of-data/m-p/4364#M423</link>
      <description>&lt;P&gt;In that case you might want to use another feature ( I like it, I've mentioned it several times in Community so I hope I'm not too redundant ).&amp;nbsp; &amp;nbsp;&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;Set up your groups and measure(s) so that things are aggregating correctly absent the country and location prompts.&amp;nbsp;&lt;/LI&gt;&lt;LI&gt;Drag "person name" into measures again -&amp;nbsp; as many times as there are candidate countries&lt;/LI&gt;&lt;LI&gt;Open the measure properties and drag a new formula to the "filter by" drop zone&lt;/LI&gt;&lt;LI&gt;New formula can be something like: country_name = 'Canada' but it's a formula so it can be as robust as you'd like&amp;nbsp; ( ** almost - no summary filtering here&amp;nbsp; )&lt;/LI&gt;&lt;LI&gt;Rename the column "Name Count: Canada" or the like.&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This is a bit of a grind, but I'm having trouble envisioning how else you'd display counts by country without having country as part of the report display ( rows or columns ).&lt;/P&gt;&lt;P&gt;If I'm still not getting it maybe post a sample wireframe or Excel example, but it certainly sounds doable.&lt;/P&gt;</description>
      <pubDate>Tue, 30 May 2023 12:43:30 GMT</pubDate>
      <guid>https://community.incorta.com/t5/dashboards-analytics-discussions/overlap-of-data/m-p/4364#M423</guid>
      <dc:creator>RADSr</dc:creator>
      <dc:date>2023-05-30T12:43:30Z</dc:date>
    </item>
    <item>
      <title>Re: Overlap of Data</title>
      <link>https://community.incorta.com/t5/dashboards-analytics-discussions/overlap-of-data/m-p/4371#M427</link>
      <description>&lt;P&gt;Here I want get the overlap of Person_name based on Job_Title and Age for the selected Country and Location.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Spd_03_1-1685528594972.png" style="width: 400px;"&gt;&lt;img src="https://community.incorta.com/t5/image/serverpage/image-id/2219iF2A22C8E54BFD92E/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Spd_03_1-1685528594972.png" alt="Spd_03_1-1685528594972.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Above data sample created for understanding but I'm using similar case study for getting the overlap.&lt;BR /&gt;&lt;BR /&gt;Thank you&lt;/P&gt;</description>
      <pubDate>Wed, 31 May 2023 10:23:49 GMT</pubDate>
      <guid>https://community.incorta.com/t5/dashboards-analytics-discussions/overlap-of-data/m-p/4371#M427</guid>
      <dc:creator>Spd_03</dc:creator>
      <dc:date>2023-05-31T10:23:49Z</dc:date>
    </item>
  </channel>
</rss>

