<?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: 2 Fact Table With 1 Bridge Table has unique Value in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/2-Fact-Table-With-1-Bridge-Table-has-unique-Value/m-p/3447276#M131206</link>
    <description>&lt;P&gt;Thanks for you Response but Will it be going to work if I am having Same File in Excel Power Pivot , Attached a Reffence file That Might Help to undsetdnad my Query&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 26 Sep 2023 07:35:05 GMT</pubDate>
    <dc:creator>VikcyD</dc:creator>
    <dc:date>2023-09-26T07:35:05Z</dc:date>
    <item>
      <title>2 Fact Table With 1 Bridge Table has unique Value</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/2-Fact-Table-With-1-Bridge-Table-has-unique-Value/m-p/3442086#M130783</link>
      <description>&lt;P&gt;&lt;SPAN&gt;I am will be using Excel Slicer to filter , Fact table 1 is having all the values and Qty date etcs Fact table 2 is having region or location , So wanted I all the value or qty in fact table of update when I click anything in the slicer fact2.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;img /&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 21 Sep 2023 20:37:27 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/2-Fact-Table-With-1-Bridge-Table-has-unique-Value/m-p/3442086#M130783</guid>
      <dc:creator>VikcyD</dc:creator>
      <dc:date>2023-09-21T20:37:27Z</dc:date>
    </item>
    <item>
      <title>Re: 2 Fact Table With 1 Bridge Table has unique Value</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/2-Fact-Table-With-1-Bridge-Table-has-unique-Value/m-p/3445379#M131072</link>
      <description>&lt;P&gt;Hi&amp;nbsp; &lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="620866" data-lia-user-login="VikcyD" class="lia-mention lia-mention-user"&gt;VikcyD&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Here are the steps you can follow：&lt;/P&gt;
&lt;P&gt;1. Create measure.&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;Flag =
var _select=SELECTEDVALUE('Fact Table2'[Primary Key])
return
IF(
    NOT(HASONEFILTER('Fact Table2'[Primary Key])),1,
    IF(
    MAX('Fact Table1'[Primary Key]) = _select,1,0)
)&lt;/LI-CODE&gt;
&lt;P&gt;2. Place [Flag]in Filters, set is=1, apply filter.&lt;/P&gt;
&lt;P&gt;&lt;img /&gt;&lt;/P&gt;
&lt;P&gt;3. Result:&lt;/P&gt;
&lt;P&gt;&lt;img /&gt;&lt;/P&gt;
&lt;P&gt;If I have misunderstood your meaning, please provide your pbix without privacy and desired output.&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>Mon, 25 Sep 2023 07:36:08 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/2-Fact-Table-With-1-Bridge-Table-has-unique-Value/m-p/3445379#M131072</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2023-09-25T07:36:08Z</dc:date>
    </item>
    <item>
      <title>Re: 2 Fact Table With 1 Bridge Table has unique Value</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/2-Fact-Table-With-1-Bridge-Table-has-unique-Value/m-p/3447276#M131206</link>
      <description>&lt;P&gt;Thanks for you Response but Will it be going to work if I am having Same File in Excel Power Pivot , Attached a Reffence file That Might Help to undsetdnad my Query&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 26 Sep 2023 07:35:05 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/2-Fact-Table-With-1-Bridge-Table-has-unique-Value/m-p/3447276#M131206</guid>
      <dc:creator>VikcyD</dc:creator>
      <dc:date>2023-09-26T07:35:05Z</dc:date>
    </item>
    <item>
      <title>Re: 2 Fact Table With 1 Bridge Table has unique Value</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/2-Fact-Table-With-1-Bridge-Table-has-unique-Value/m-p/3447298#M131209</link>
      <description>&lt;P&gt;&lt;img /&gt;&lt;img /&gt;&lt;img /&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 26 Sep 2023 07:46:27 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/2-Fact-Table-With-1-Bridge-Table-has-unique-Value/m-p/3447298#M131209</guid>
      <dc:creator>VikcyD</dc:creator>
      <dc:date>2023-09-26T07:46:27Z</dc:date>
    </item>
  </channel>
</rss>

