<?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 Problem with Inactive Relationship in Desktop</title>
    <link>https://community.fabric.microsoft.com/t5/Desktop/Problem-with-Inactive-Relationship/m-p/3831090#M1237239</link>
    <description>&lt;P&gt;Hello, I am working with records/rows that have two different dates, open date and close date.&amp;nbsp; I want to show the counts of open and closed dates by month on a single table.&amp;nbsp; Therefore, I created relationships with the open and closed dates to a date table.&amp;nbsp; The open date has an active relationship with the date table and the closed date has an inactive relationship with the date table.&amp;nbsp; The open date counts are displayed by month as expected, using the month from the date table in the matrix column and the formula =COUNT('Table'[Open Date]).&amp;nbsp; However, the closed count is not displayed by month and instead the counts appear as having a blank month.&amp;nbsp; The formula for the closed date is:&lt;/P&gt;&lt;P&gt;=CALCULATE(COUNT('Table'[Close Date]),USERELATIONSHIP('Calendar'[Date],'Table[Close Date])).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The resulting table is:&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;The closed count is not linked to a month on the date table when the inactive relationship is called with USERELATIONSHIP.&amp;nbsp; The closed dates occur throughout January through April and should appear under those columns instead of the blank month column.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for your assistance&lt;/P&gt;</description>
    <pubDate>Thu, 11 Apr 2024 13:36:50 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2024-04-11T13:36:50Z</dc:date>
    <item>
      <title>Problem with Inactive Relationship</title>
      <link>https://community.fabric.microsoft.com/t5/Desktop/Problem-with-Inactive-Relationship/m-p/3831090#M1237239</link>
      <description>&lt;P&gt;Hello, I am working with records/rows that have two different dates, open date and close date.&amp;nbsp; I want to show the counts of open and closed dates by month on a single table.&amp;nbsp; Therefore, I created relationships with the open and closed dates to a date table.&amp;nbsp; The open date has an active relationship with the date table and the closed date has an inactive relationship with the date table.&amp;nbsp; The open date counts are displayed by month as expected, using the month from the date table in the matrix column and the formula =COUNT('Table'[Open Date]).&amp;nbsp; However, the closed count is not displayed by month and instead the counts appear as having a blank month.&amp;nbsp; The formula for the closed date is:&lt;/P&gt;&lt;P&gt;=CALCULATE(COUNT('Table'[Close Date]),USERELATIONSHIP('Calendar'[Date],'Table[Close Date])).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The resulting table is:&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;The closed count is not linked to a month on the date table when the inactive relationship is called with USERELATIONSHIP.&amp;nbsp; The closed dates occur throughout January through April and should appear under those columns instead of the blank month column.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for your assistance&lt;/P&gt;</description>
      <pubDate>Thu, 11 Apr 2024 13:36:50 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Desktop/Problem-with-Inactive-Relationship/m-p/3831090#M1237239</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-04-11T13:36:50Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with Inactive Relationship</title>
      <link>https://community.fabric.microsoft.com/t5/Desktop/Problem-with-Inactive-Relationship/m-p/3831101#M1237244</link>
      <description>&lt;P&gt;Anonymous&lt;/LI-USER&gt;&amp;nbsp;Try:&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;=CALCULATE(COUNT('Table'[Close Date]),ALL('Table'), USERELATIONSHIP('Calendar'[Date],'Table'[Close Date])).&lt;/LI-CODE&gt;</description>
      <pubDate>Thu, 11 Apr 2024 13:41:37 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Desktop/Problem-with-Inactive-Relationship/m-p/3831101#M1237244</guid>
      <dc:creator>Greg_Deckler</dc:creator>
      <dc:date>2024-04-11T13:41:37Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with Inactive Relationship</title>
      <link>https://community.fabric.microsoft.com/t5/Desktop/Problem-with-Inactive-Relationship/m-p/3831216#M1237270</link>
      <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="313" data-lia-user-login="Greg_Deckler" class="lia-mention lia-mention-user"&gt;Greg_Deckler&lt;/a&gt;&amp;nbsp;thanks very much for this suggestion.&amp;nbsp; I tried it and got the result below.&amp;nbsp; It appears to have taken the total closed count and added it to each month.&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 11 Apr 2024 14:24:32 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Desktop/Problem-with-Inactive-Relationship/m-p/3831216#M1237270</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-04-11T14:24:32Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with Inactive Relationship</title>
      <link>https://community.fabric.microsoft.com/t5/Desktop/Problem-with-Inactive-Relationship/m-p/3831281#M1237292</link>
      <description>&lt;P&gt;Anonymous&lt;/a&gt;&amp;nbsp;Any chance you can post some sample data and maybe an image of your data model?&lt;/P&gt;</description>
      <pubDate>Thu, 11 Apr 2024 14:48:39 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Desktop/Problem-with-Inactive-Relationship/m-p/3831281#M1237292</guid>
      <dc:creator>Greg_Deckler</dc:creator>
      <dc:date>2024-04-11T14:48:39Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with Inactive Relationship</title>
      <link>https://community.fabric.microsoft.com/t5/Desktop/Problem-with-Inactive-Relationship/m-p/3831485#M1237377</link>
      <description>&lt;P&gt;Thanks again for your reply - I figured out this issue was due to a data formatting error in the source data.&amp;nbsp; Thank you again.&lt;/P&gt;</description>
      <pubDate>Thu, 11 Apr 2024 17:17:10 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Desktop/Problem-with-Inactive-Relationship/m-p/3831485#M1237377</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-04-11T17:17:10Z</dc:date>
    </item>
  </channel>
</rss>

