<?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: Display movement over time in a matrix in Report Server</title>
    <link>https://community.fabric.microsoft.com/t5/Report-Server/Display-movement-over-time-in-a-matrix/m-p/3652837#M32519</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="412111" data-lia-user-login="Thad" class="lia-mention lia-mention-user"&gt;Thad&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;Sorry, so far, to my knowledge, this may not be achieveable.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Best regards,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Community Support Team_Binbin Yu&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;If this post&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;&lt;I&gt;helps&lt;/I&gt;&lt;/STRONG&gt;&lt;SPAN&gt;, then please consider&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;&lt;I&gt;Accept it as the solution&lt;/I&gt;&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;to help the other members find it more quickly.&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Tue, 23 Jan 2024 02:50:23 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2024-01-23T02:50:23Z</dc:date>
    <item>
      <title>Display movement over time in a matrix</title>
      <link>https://community.fabric.microsoft.com/t5/Report-Server/Display-movement-over-time-in-a-matrix/m-p/3651606#M32508</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am, so far unsuccessfully, trying to display the movement of group membership throughout time in a matrix.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;My source is a table of 3 columns, "Stichtag" (Date of occurence), "Personennummer" (Customer ID) and "VR-Rating" (Group they belong to at the time), for which I created lookup tables named "Stichtag Aktuell", "Stichtag Vergleich", "Rating Aktuell" and "Rating Vergleich" with their respective distinct in values in them. The aim is to have a matrix that shows how many people moved groups (also from which to which) and how many stayed in their respective groups between two selected dates. Like this:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;When I try it with this measure:&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;Rating = &lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;VAR&lt;/SPAN&gt;&lt;SPAN&gt; ST_Akt = &lt;/SPAN&gt;&lt;SPAN&gt;SELECTEDVALUE&lt;/SPAN&gt;&lt;SPAN&gt;(Stichtag_Aktuell[Stichtag])&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;VAR&lt;/SPAN&gt;&lt;SPAN&gt; ST_Vgl = &lt;/SPAN&gt;&lt;SPAN&gt;SELECTEDVALUE&lt;/SPAN&gt;&lt;SPAN&gt;('Stichtag Vergleich'[Stichtag])&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;VAR&lt;/SPAN&gt;&lt;SPAN&gt; VR_Akt = &lt;/SPAN&gt;&lt;SPAN&gt;SELECTEDVALUE&lt;/SPAN&gt;&lt;SPAN&gt;(Rating_Aktuell[VR-Rating])&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;VAR&lt;/SPAN&gt;&lt;SPAN&gt; VR_Vgl = &lt;/SPAN&gt;&lt;SPAN&gt;SELECTEDVALUE&lt;/SPAN&gt;&lt;SPAN&gt;(Rating_Vergleich[VR-Rating])&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;RETURN&lt;/SPAN&gt; &lt;SPAN&gt;CALCULATE&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;DISTINCTCOUNT&lt;/SPAN&gt;&lt;SPAN&gt;(Rating_Bewegung[Personennummer]), &lt;/SPAN&gt;&lt;SPAN&gt;FILTER&lt;/SPAN&gt;&lt;SPAN&gt;(Rating_Bewegung, Rating_Bewegung[Stichtag] = ST_Akt &amp;amp;&amp;amp; Rating_Bewegung[Stichtag] = ST_Vgl &amp;amp;&amp;amp; Rating_Bewegung[VR-Rating] = VR_Akt &amp;amp;&amp;amp; Rating_Bewegung[VR-Rating] = VR_Vgl)) &lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;it won't show any data because the filters cancel each other out. When I split it into two measures, calculating the values for each date seperately, it displays the values like this:&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;img /&gt;&lt;P&gt;I know I would still have to calculate the actual movement as right now I just have the amount of members as my output but my first goal would be to get all the data in a matrix that has the same amount of columns as rows. What am I doing wrong? I am sure there is a simple solution to this. Is there another visual I could use?&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks in advance&lt;/P&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Mon, 22 Jan 2024 13:55:41 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Report-Server/Display-movement-over-time-in-a-matrix/m-p/3651606#M32508</guid>
      <dc:creator>Thad</dc:creator>
      <dc:date>2024-01-22T13:55:41Z</dc:date>
    </item>
    <item>
      <title>Re: Display movement over time in a matrix</title>
      <link>https://community.fabric.microsoft.com/t5/Report-Server/Display-movement-over-time-in-a-matrix/m-p/3652837#M32519</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="412111" data-lia-user-login="Thad" class="lia-mention lia-mention-user"&gt;Thad&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;Sorry, so far, to my knowledge, this may not be achieveable.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Best regards,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Community Support Team_Binbin Yu&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;If this post&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;&lt;I&gt;helps&lt;/I&gt;&lt;/STRONG&gt;&lt;SPAN&gt;, then please consider&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;&lt;I&gt;Accept it as the solution&lt;/I&gt;&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;to help the other members find it more quickly.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 23 Jan 2024 02:50:23 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Report-Server/Display-movement-over-time-in-a-matrix/m-p/3652837#M32519</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-01-23T02:50:23Z</dc:date>
    </item>
  </channel>
</rss>

