<?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: Identify shops with an inventory overlap in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Identify-shops-with-an-inventory-overlap/m-p/3485502#M133367</link>
    <description>&lt;P&gt;Please provide sample data (with sensitive information removed) that covers your issue or question completely, in a usable format (not as a screenshot). Leave out anything not related to the issue. &lt;BR /&gt;If you are unsure how to do that please refer to &lt;A href="https://community.fabric.microsoft.com/t5/Community-Blog/How-to-provide-sample-data-in-the-Power-BI-Forum/ba-p/963216" target="_blank"&gt;https://community.fabric.microsoft.com/t5/Community-Blog/How-to-provide-sample-data-in-the-Power-BI-Forum/ba-p/963216&lt;/A&gt; &lt;BR /&gt;Please show the expected outcome based on the sample data you provided. &lt;BR /&gt;&lt;BR /&gt;If you want to get answers faster please refer to &lt;A href="https://community.fabric.microsoft.com/t5/Desktop/How-to-Get-Your-Question-Answered-Quickly/m-p/1447523" target="_blank"&gt;https://community.fabric.microsoft.com/t5/Desktop/How-to-Get-Your-Question-Answered-Quickly/m-p/1447523&lt;/A&gt;&lt;/P&gt;</description>
    <pubDate>Thu, 19 Oct 2023 12:04:58 GMT</pubDate>
    <dc:creator>lbendlin</dc:creator>
    <dc:date>2023-10-19T12:04:58Z</dc:date>
    <item>
      <title>Identify shops with an inventory overlap</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Identify-shops-with-an-inventory-overlap/m-p/3475313#M132759</link>
      <description>&lt;P&gt;Dear Power BI community,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am facing an issue where I need to compare which shops have released a specific product and compare which stores have an overlap with other products.&lt;/P&gt;&lt;P&gt;I would like to select a product and compare it across all stores where the product is released to find those stores where other products are also released.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Plain worded example:&lt;EM&gt; You are selling a very fancy coffee of a specfifc brand and compare if the same store is selling another brand of coffee&amp;nbsp;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I would like to display this information in a visual matrix, similar to the one shown below, and calculate ratios of shops that offer other products as well.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Disclaimer: Please ignore the conditional formatting of the cells for now!&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Do you have any ideas on what measures I can use to achieve the comparison, so that I can identify the stores that only sell the specific product and those that offer more than one?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;My idea of the end result should have a table like this and also to be able to calculate the 2 measures at the bottom:&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;To achieve this, I have a table in long form that contains the product, the shop, and the product release date for that particular shop.&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Example data set:&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;The shop ID is linked to a shop dimension table that contains all the other information related to that particular shop. The external_id, in this particular use case, does not serve any function, and can be ignored if it is not useful in addressing the issue at hand.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Thank you so much for your time and please let me know if you need more context,&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Best,&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 13 Oct 2023 10:11:20 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Identify-shops-with-an-inventory-overlap/m-p/3475313#M132759</guid>
      <dc:creator>MrHecht</dc:creator>
      <dc:date>2023-10-13T10:11:20Z</dc:date>
    </item>
    <item>
      <title>Re: Identify shops with an inventory overlap</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Identify-shops-with-an-inventory-overlap/m-p/3476759#M132818</link>
      <description>&lt;P&gt;Sounds like you're on the right track.&amp;nbsp; What do you need help with?&lt;/P&gt;</description>
      <pubDate>Sat, 14 Oct 2023 11:50:32 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Identify-shops-with-an-inventory-overlap/m-p/3476759#M132818</guid>
      <dc:creator>lbendlin</dc:creator>
      <dc:date>2023-10-14T11:50:32Z</dc:date>
    </item>
    <item>
      <title>Re: Identify shops with an inventory overlap</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Identify-shops-with-an-inventory-overlap/m-p/3485096#M133341</link>
      <description>&lt;P&gt;Hello Ibendlin,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for answer!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am having difficulty finding the DAX code that creates a selected product shop overview and allows me to see the overlap. I am currently stuck because my current matrix compares all products against each other, and I am unsure how to select a specific product.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;It should be a dynamic function since I would like to change the selection of produts while using the report.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 19 Oct 2023 08:43:13 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Identify-shops-with-an-inventory-overlap/m-p/3485096#M133341</guid>
      <dc:creator>MrHecht</dc:creator>
      <dc:date>2023-10-19T08:43:13Z</dc:date>
    </item>
    <item>
      <title>Re: Identify shops with an inventory overlap</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Identify-shops-with-an-inventory-overlap/m-p/3485502#M133367</link>
      <description>&lt;P&gt;Please provide sample data (with sensitive information removed) that covers your issue or question completely, in a usable format (not as a screenshot). Leave out anything not related to the issue. &lt;BR /&gt;If you are unsure how to do that please refer to &lt;A href="https://community.fabric.microsoft.com/t5/Community-Blog/How-to-provide-sample-data-in-the-Power-BI-Forum/ba-p/963216" target="_blank"&gt;https://community.fabric.microsoft.com/t5/Community-Blog/How-to-provide-sample-data-in-the-Power-BI-Forum/ba-p/963216&lt;/A&gt; &lt;BR /&gt;Please show the expected outcome based on the sample data you provided. &lt;BR /&gt;&lt;BR /&gt;If you want to get answers faster please refer to &lt;A href="https://community.fabric.microsoft.com/t5/Desktop/How-to-Get-Your-Question-Answered-Quickly/m-p/1447523" target="_blank"&gt;https://community.fabric.microsoft.com/t5/Desktop/How-to-Get-Your-Question-Answered-Quickly/m-p/1447523&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 19 Oct 2023 12:04:58 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Identify-shops-with-an-inventory-overlap/m-p/3485502#M133367</guid>
      <dc:creator>lbendlin</dc:creator>
      <dc:date>2023-10-19T12:04:58Z</dc:date>
    </item>
  </channel>
</rss>

