<?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: One Filter for Shared Column and Values Across Multiple Tables in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/One-Filter-for-Shared-Column-and-Values-Across-Multiple-Tables/m-p/2205198#M51863</link>
    <description>&lt;P&gt;Hi&amp;nbsp; &lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="327239" data-lia-user-login="MattSwan" class="lia-mention lia-mention-user"&gt;MattSwan&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;Do you consider designing its relational model as a star architecture&lt;/P&gt;
&lt;P&gt;&lt;A href="https://docs.microsoft.com/en-us/power-bi/guidance/star-schema" target="_blank"&gt;https://docs.microsoft.com/en-us/power-bi/guidance/star-schema&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://radacad.com/power-bi-basics-of-modeling-star-schema-and-how-to-build-it" target="_blank"&gt;https://radacad.com/power-bi-basics-of-modeling-star-schema-and-how-to-build-it&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;Can you share sample data and sample output in table format? Or a sample pbix after removing sensitive data.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best Regards,&lt;/P&gt;
&lt;P&gt;Liu Yang&lt;/P&gt;
&lt;P&gt;If this post &lt;STRONG&gt;helps&lt;/STRONG&gt;, then please consider &lt;EM&gt;Accept it as the solution&lt;/EM&gt; to help the other members find it more quickly.&lt;/P&gt;</description>
    <pubDate>Wed, 24 Nov 2021 07:45:44 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2021-11-24T07:45:44Z</dc:date>
    <item>
      <title>One Filter for Shared Column and Values Across Multiple Tables</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/One-Filter-for-Shared-Column-and-Values-Across-Multiple-Tables/m-p/2196375#M51457</link>
      <description>&lt;P&gt;Hi there,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have multiple tables all linked via an ID column.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The data is all pupil information. There is a single pupil table with no Academic Year table, linked to tables such as attendance, behaviour and assessment which all contain a column for Academic Year. This creates one (pupil) to many (attendance, behaviour and assessment) relationships.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;In some case (not all), I would like to be able to filter multiple visuals on a page using data from different tables using a single Academic Year slicer/filter.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I thought I'd be able to create an Academic Years table and create relationships, but since the tables are already linked using the pupil ID it won't activate them as it says it will introduce ambiguity.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is there a better way of achieving what I'm trying to do?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;</description>
      <pubDate>Thu, 18 Nov 2021 10:26:26 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/One-Filter-for-Shared-Column-and-Values-Across-Multiple-Tables/m-p/2196375#M51457</guid>
      <dc:creator>MattSwan</dc:creator>
      <dc:date>2021-11-18T10:26:26Z</dc:date>
    </item>
    <item>
      <title>Re: One Filter for Shared Column and Values Across Multiple Tables</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/One-Filter-for-Shared-Column-and-Values-Across-Multiple-Tables/m-p/2198089#M51530</link>
      <description>&lt;P&gt;It shouldn't introduce ambiguity, from what I gather.&lt;BR /&gt;&lt;BR /&gt;Show us the model. I hope you are using single cross filter direction, arrows going&amp;nbsp;&lt;EM&gt;from&lt;/EM&gt; pupil table&amp;nbsp;&lt;EM&gt;to&lt;/EM&gt; the others?&lt;/P&gt;</description>
      <pubDate>Fri, 19 Nov 2021 07:43:16 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/One-Filter-for-Shared-Column-and-Values-Across-Multiple-Tables/m-p/2198089#M51530</guid>
      <dc:creator>Gabriel_Walkman</dc:creator>
      <dc:date>2021-11-19T07:43:16Z</dc:date>
    </item>
    <item>
      <title>Re: One Filter for Shared Column and Values Across Multiple Tables</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/One-Filter-for-Shared-Column-and-Values-Across-Multiple-Tables/m-p/2205198#M51863</link>
      <description>&lt;P&gt;Hi&amp;nbsp; &lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="327239" data-lia-user-login="MattSwan" class="lia-mention lia-mention-user"&gt;MattSwan&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;Do you consider designing its relational model as a star architecture&lt;/P&gt;
&lt;P&gt;&lt;A href="https://docs.microsoft.com/en-us/power-bi/guidance/star-schema" target="_blank"&gt;https://docs.microsoft.com/en-us/power-bi/guidance/star-schema&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://radacad.com/power-bi-basics-of-modeling-star-schema-and-how-to-build-it" target="_blank"&gt;https://radacad.com/power-bi-basics-of-modeling-star-schema-and-how-to-build-it&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;Can you share sample data and sample output in table format? Or a sample pbix after removing sensitive data.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best Regards,&lt;/P&gt;
&lt;P&gt;Liu Yang&lt;/P&gt;
&lt;P&gt;If this post &lt;STRONG&gt;helps&lt;/STRONG&gt;, then please consider &lt;EM&gt;Accept it as the solution&lt;/EM&gt; to help the other members find it more quickly.&lt;/P&gt;</description>
      <pubDate>Wed, 24 Nov 2021 07:45:44 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/One-Filter-for-Shared-Column-and-Values-Across-Multiple-Tables/m-p/2205198#M51863</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2021-11-24T07:45:44Z</dc:date>
    </item>
  </channel>
</rss>

