<?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: Slicer to Operate 2 tables in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Slicer-to-Operate-2-tables/m-p/4697359#M179911</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="643346" data-lia-user-login="GREGBLACK" class="lia-mention lia-mention-user"&gt;GREGBLACK&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Has your issue been resolved? If a community member's response addressed your query, please consider marking it as Accepted Answer and click Yes if you found it helpful.&lt;/P&gt;
&lt;P&gt;If you have any further questions, feel free to reach out.&lt;BR /&gt;Thank you for being a valued member of the Microsoft Fabric Community Forum!&lt;/P&gt;</description>
    <pubDate>Sat, 07 Jun 2025 15:42:21 GMT</pubDate>
    <dc:creator>v-aatheeque</dc:creator>
    <dc:date>2025-06-07T15:42:21Z</dc:date>
    <item>
      <title>Slicer to Operate 2 tables</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Slicer-to-Operate-2-tables/m-p/4594605#M175941</link>
      <description>&lt;P&gt;Good morning folks...i have a possibly interesting issue that i know should be an easy fix but soemhow it is just not working.&lt;BR /&gt;I have several tables that i am creating my report off. I need to insert a slicer that will operate across 2 of these tables--one which is d365 data and one which is navision data.&lt;BR /&gt;i created a bridge table to connect some tables based on account owner--who can have account that have d365 and navision data.&lt;BR /&gt;nav data is on the sps table. d365 data is on the d365 table.&lt;BR /&gt;the bridge is built on the one side on the bridge table using account owner to the many side [nav table] using account owner&lt;BR /&gt;there is also a 1 to 1 relationship between the bridge table and another table called acccount owner&lt;BR /&gt;i have a dax calc created where i have identified some account owners that will roll up to specific segments and where i have not identified an account owner i wnat the VAR Default segment to be the segment of the account in the nav table&lt;BR /&gt;just to say in the nav table i have account owners who can have several accounts which can have different segments but each accoutn can only have one unique segment&lt;BR /&gt;the dax looks like this:&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;Teams =&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;VAR&lt;/SPAN&gt; &lt;SPAN&gt;SellerfromTrenderTable&lt;/SPAN&gt;&lt;SPAN&gt; = &lt;/SPAN&gt;&lt;SPAN&gt;'Bridge_Acc_Owner'&lt;/SPAN&gt;&lt;SPAN&gt;[A/c Owner]&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;VAR&lt;/SPAN&gt; &lt;SPAN&gt;DefaultSegment&lt;/SPAN&gt;&lt;SPAN&gt; = &amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;&lt;SPAN&gt;CALCULATE&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;&lt;SPAN&gt;SELECTEDVALUE&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;'NavTable''&lt;/SPAN&gt;&lt;SPAN&gt;[segment]&lt;/SPAN&gt;&lt;SPAN&gt;), &lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;&lt;SPAN&gt;FILTER&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;&lt;SPAN&gt;'NavTable'&lt;/SPAN&gt;&lt;SPAN&gt;,&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;&lt;SPAN&gt;'NavTable'&lt;/SPAN&gt;&lt;SPAN&gt;[Account_owner]&lt;/SPAN&gt;&lt;SPAN&gt; = &lt;/SPAN&gt;&lt;SPAN&gt;SellerfromTrenderTable&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; )&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; )&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;&lt;SPAN&gt;RETURN&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;SWITCH&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;&lt;SPAN&gt;TRUE&lt;/SPAN&gt;&lt;SPAN&gt;(),&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;&lt;SPAN&gt;SellerfromTrenderTable&lt;/SPAN&gt; &lt;SPAN&gt;IN&lt;/SPAN&gt;&lt;SPAN&gt; {&lt;/SPAN&gt;&lt;SPAN&gt;"1"&lt;/SPAN&gt;&lt;SPAN&gt;,&lt;/SPAN&gt;&lt;SPAN&gt;"2"&lt;/SPAN&gt;&lt;SPAN&gt;, &lt;/SPAN&gt;&lt;SPAN&gt;"3"&lt;/SPAN&gt;&lt;SPAN&gt;,&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;},&lt;/SPAN&gt;&lt;SPAN&gt;"DACH Local Govt"&lt;/SPAN&gt;&lt;SPAN&gt;,&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;&lt;SPAN&gt;SellerfromTrenderTable&lt;/SPAN&gt; &lt;SPAN&gt;IN&lt;/SPAN&gt;&lt;SPAN&gt; {&lt;/SPAN&gt;&lt;SPAN&gt;"4"&lt;/SPAN&gt;&lt;SPAN&gt;,&lt;/SPAN&gt;&lt;SPAN&gt;"5"&lt;/SPAN&gt;&lt;SPAN&gt;,&lt;/SPAN&gt;&lt;SPAN&gt;"6&lt;/SPAN&gt;&lt;SPAN&gt;",&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;} ,&lt;/SPAN&gt;&lt;SPAN&gt;"DACH Federal Govt"&lt;/SPAN&gt;&lt;SPAN&gt;,&lt;BR /&gt;DefaultSegment&lt;BR /&gt;&lt;BR /&gt;I keep getting blanks for the defaultsegment?&lt;BR /&gt;&lt;BR /&gt;this is the data model&lt;BR /&gt;product table on the one side to d365 table&amp;nbsp; on the many side related by product [active]&lt;BR /&gt;nav tabl on the many side to bridge table on the one side related by account owner [active]&lt;BR /&gt;bridge table on the one side to account owner on the one side related using account owner [active]&lt;BR /&gt;nav table on the one side to account table on the many side related using id [[active]&lt;BR /&gt;account table on the one side to d365 table on the many side using account [active]&lt;BR /&gt;account owner table on the one side to account table on the many side using account owner [deactivated as i buuilt the bridge table]&lt;BR /&gt;account owner on the one side to d365 table on the many side using account owner [ not active ]&lt;BR /&gt;&lt;BR /&gt;i believe the VAR Defaultsegment should be a simple fix as there is an active relationship between the nav table and the bridge table but it doe not seem to want to work&lt;BR /&gt;am i mover complicating it????&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Tue, 04 Mar 2025 09:12:29 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Slicer-to-Operate-2-tables/m-p/4594605#M175941</guid>
      <dc:creator>GREGBLACK</dc:creator>
      <dc:date>2025-03-04T09:12:29Z</dc:date>
    </item>
    <item>
      <title>Re: Slicer to Operate 2 tables</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Slicer-to-Operate-2-tables/m-p/4594661#M175942</link>
      <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="643346" data-lia-user-login="GREGBLACK" class="lia-mention lia-mention-user"&gt;GREGBLACK&lt;/a&gt;&amp;nbsp;&amp;nbsp;&lt;SPAN&gt;Ensure that the relationships between your tables are correctly set up and active. Specifically, verify that the relationship between the&amp;nbsp;&lt;SPAN class=""&gt;NavTable&lt;SPAN&gt;&amp;nbsp;and the&amp;nbsp;&lt;SPAN class=""&gt;Bridge_Acc_Owner&lt;SPAN&gt;&amp;nbsp;table is active and correctly defined.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Make sure that the Account_owner values in the NavTable match the A/c Owner values in the Bridge_Acc_Owner table. Any mismatch or missing values could result in blanks.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;To debug the DAX formula, you can create a simple measure to check the intermediate results.&lt;/P&gt;
&lt;P&gt;DAX&lt;BR /&gt;SellerfromTrenderTableValue = 'Bridge_Acc_Owner'[A/c Owner]&lt;BR /&gt;DefaultSegmentValue =&lt;BR /&gt;CALCULATE(&lt;BR /&gt;SELECTEDVALUE('NavTable'[segment]),&lt;BR /&gt;FILTER(&lt;BR /&gt;'NavTable',&lt;BR /&gt;'NavTable'[Account_owner] = 'Bridge_Acc_Owner'[A/c Owner]&lt;BR /&gt;)&lt;BR /&gt;)&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Use LOOKUPVALUE: Instead of CALCULATE and FILTER, you can use LOOKUPVALUE to directly fetch the segment value&lt;/P&gt;
&lt;P&gt;DAX&lt;BR /&gt;Teams =&lt;BR /&gt;VAR SellerfromTrenderTable = 'Bridge_Acc_Owner'[A/c Owner]&lt;BR /&gt;VAR DefaultSegment =&lt;BR /&gt;LOOKUPVALUE('NavTable'[segment], 'NavTable'[Account_owner], SellerfromTrenderTable)&lt;BR /&gt;RETURN&lt;BR /&gt;SWITCH(&lt;BR /&gt;TRUE(),&lt;BR /&gt;SellerfromTrenderTable IN {"1","2", "3"},"DACH Local Govt",&lt;BR /&gt;SellerfromTrenderTable IN {"4","5","6"} ,"DACH Federal Govt",&lt;BR /&gt;DefaultSegment&lt;BR /&gt;)&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 04 Mar 2025 09:35:15 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Slicer-to-Operate-2-tables/m-p/4594661#M175942</guid>
      <dc:creator>bhanu_gautam</dc:creator>
      <dc:date>2025-03-04T09:35:15Z</dc:date>
    </item>
    <item>
      <title>Re: Slicer to Operate 2 tables</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Slicer-to-Operate-2-tables/m-p/4594799#M175950</link>
      <description>&lt;P&gt;thnaks for your reply--I ma more used to Tableau and this type of calc is quite easy enough in Tableua when i have the established relationship.&lt;BR /&gt;your debug DAX--what is this trying to achieve--is it to see if the account onwer exists in both the bridge table and the nav table?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 04 Mar 2025 11:21:59 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Slicer-to-Operate-2-tables/m-p/4594799#M175950</guid>
      <dc:creator>GREGBLACK</dc:creator>
      <dc:date>2025-03-04T11:21:59Z</dc:date>
    </item>
    <item>
      <title>Re: Slicer to Operate 2 tables</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Slicer-to-Operate-2-tables/m-p/4594961#M175960</link>
      <description>&lt;P&gt;all i really need ot do is to assign the segment at the navid or account level in the nav table when i don;t find a match based on the VAR SellerfromTrendertable list.&lt;BR /&gt;these unmatached names could have several accounts which will have differtn segments--so I need ot bring in the navid of the accoutn from the nav table as well inot the VAR DefaultSegment calc so that the DAX knows to look at a more granular level as opposed to just the account owner level?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 04 Mar 2025 13:15:02 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Slicer-to-Operate-2-tables/m-p/4594961#M175960</guid>
      <dc:creator>GREGBLACK</dc:creator>
      <dc:date>2025-03-04T13:15:02Z</dc:date>
    </item>
    <item>
      <title>Re: Slicer to Operate 2 tables</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Slicer-to-Operate-2-tables/m-p/4595276#M175976</link>
      <description>&lt;P&gt;hi--i have played around with the dax and now i am getting blanks where an account owner has accoutns in several segments--each accutn has a unique navid and segment but the dax can't seem to associate the segment to the navid&lt;BR /&gt;this is my revised dax:&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;Teams =&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;VAR&lt;/SPAN&gt; &lt;SPAN&gt;SellerfromTrenderTable&lt;/SPAN&gt;&lt;SPAN&gt; =&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;&lt;SPAN&gt;LOOKUPVALUE&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;&lt;SPAN&gt;Trender&lt;/SPAN&gt;&lt;SPAN&gt;[A/c Owner]&lt;/SPAN&gt;&lt;SPAN&gt;, &lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;&lt;SPAN&gt;Trender&lt;/SPAN&gt;&lt;SPAN&gt;[A/c Owner]&lt;/SPAN&gt;&lt;SPAN&gt;, &lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;&lt;SPAN&gt;Bridge_Acc_Owner&lt;/SPAN&gt;&lt;SPAN&gt;[A/c Owner]&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; )&lt;/SPAN&gt;&lt;/DIV&gt;&lt;BR /&gt;&lt;DIV&gt;&lt;SPAN&gt;-- Retrieve Account Owner from Bridge Table&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;VAR&lt;/SPAN&gt; &lt;SPAN&gt;AccountOwner&lt;/SPAN&gt;&lt;SPAN&gt; =&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;&lt;SPAN&gt;LOOKUPVALUE&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;NAV TABLE&lt;/SPAN&gt;&lt;SPAN&gt;[Account_owner]&lt;/SPAN&gt;&lt;SPAN&gt;,&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; NAV TABLE&lt;/SPAN&gt;&lt;SPAN&gt;[Account_owner]&lt;/SPAN&gt;&lt;SPAN&gt;,&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;&lt;SPAN&gt;Bridge_Acc_Owner&lt;/SPAN&gt;&lt;SPAN&gt;[A/c Owner]&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; )&lt;/SPAN&gt;&lt;/DIV&gt;&lt;BR /&gt;&lt;DIV&gt;&lt;SPAN&gt;-- Get the segment for each NAVID ensuring no blank values&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;VAR&lt;/SPAN&gt; &lt;SPAN&gt;DefaultSegment&lt;/SPAN&gt;&lt;SPAN&gt; =&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;&lt;SPAN&gt;CALCULATE&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;&lt;SPAN&gt;SELECTEDVALUE&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;'NAV TABLE'&lt;/SPAN&gt;&lt;SPAN&gt;[Segment]&lt;/SPAN&gt;&lt;SPAN&gt;),&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;&lt;SPAN&gt;'NAV TABLE'&lt;/SPAN&gt;&lt;SPAN&gt;[Account_owner]&lt;/SPAN&gt;&lt;SPAN&gt; = &lt;/SPAN&gt;&lt;SPAN&gt;AccountOwner&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; )&lt;/SPAN&gt;&lt;/DIV&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;DIV&gt;&lt;SPAN&gt;RETURN&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;P&gt;&amp;nbsp;&lt;SPAN&gt;SWITCH(&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;TRUE(),&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;SellerfromTrenderTable IN {"1","2", "3"},"DACH Local Govt",&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;SellerfromTrenderTable IN {"4","5","6"} ,"DACH Federal Govt",&lt;/SPAN&gt;&lt;BR /&gt;NOT(ISBLANK(DEFAULTSEGMENT)),DEFAULTSEGMENT)&lt;BR /&gt;&lt;BR /&gt;How can i make sur that even if an account oner has several accounts spread across multiple segments that the dax returns the segment at the navid level&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 04 Mar 2025 16:01:57 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Slicer-to-Operate-2-tables/m-p/4595276#M175976</guid>
      <dc:creator>GREGBLACK</dc:creator>
      <dc:date>2025-03-04T16:01:57Z</dc:date>
    </item>
    <item>
      <title>Re: Slicer to Operate 2 tables</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Slicer-to-Operate-2-tables/m-p/4596254#M176002</link>
      <description>&lt;P&gt;Hi all--any and all help would be greatly appreciated here--thanks&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 05 Mar 2025 08:38:09 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Slicer-to-Operate-2-tables/m-p/4596254#M176002</guid>
      <dc:creator>GREGBLACK</dc:creator>
      <dc:date>2025-03-05T08:38:09Z</dc:date>
    </item>
    <item>
      <title>Re: Slicer to Operate 2 tables</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Slicer-to-Operate-2-tables/m-p/4678960#M179214</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="643346" data-lia-user-login="GREGBLACK" class="lia-mention lia-mention-user"&gt;GREGBLACK&lt;/a&gt;&amp;nbsp;,&lt;BR /&gt;&lt;BR /&gt;Modify the DAX with reference to the specific NAVID when calculating the segment.&lt;BR /&gt;&lt;BR /&gt;below is the revised DAX measure :&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;Teams =
VAR SellerfromTrenderTable =
    LOOKUPVALUE(
        Trender[A/c Owner],
        Trender[A/c Owner],
        Bridge_Acc_Owner[A/c Owner]
    )

-- Retrieve NAVID for the current row
VAR CurrentNAVID =
    SELECTEDVALUE('NAV TABLE'[NAVID])

-- Get segment at NAVID level to ensure uniqueness
VAR DefaultSegment =
    CALCULATE(
        SELECTEDVALUE('NAV TABLE'[Segment]),
        'NAV TABLE'[NAVID] = CurrentNAVID
    )

RETURN
    SWITCH(
        TRUE(),
        SellerfromTrenderTable IN {"1", "2", "3"}, "DACH Local Govt",
        SellerfromTrenderTable IN {"4", "5", "6"}, "DACH Federal Govt",
        NOT ISBLANK(DefaultSegment), DefaultSegment
    )
&lt;/LI-CODE&gt;
&lt;P&gt;&lt;BR /&gt;Hope this helps !&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;P style="margin-top: 0pt; margin-bottom: 8pt; font-family: Aptos; font-size: 12.0pt;"&gt;If this post was helpful, please consider marking &lt;SPAN&gt;Accept as solution&lt;/SPAN&gt; to assist other members in finding it more easily.&lt;/P&gt;
&lt;P style="margin-top: 0pt; margin-bottom: 8pt; font-family: Aptos; font-size: 12.0pt;"&gt;If you continue to face issues, feel free to reach out to us for further assistance!&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 04 May 2025 17:02:05 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Slicer-to-Operate-2-tables/m-p/4678960#M179214</guid>
      <dc:creator>v-aatheeque</dc:creator>
      <dc:date>2025-05-04T17:02:05Z</dc:date>
    </item>
    <item>
      <title>Re: Slicer to Operate 2 tables</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Slicer-to-Operate-2-tables/m-p/4684601#M179418</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="643346" data-lia-user-login="GREGBLACK" class="lia-mention lia-mention-user"&gt;GREGBLACK&lt;/a&gt;&amp;nbsp;,&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;P&gt;We haven’t heard back from you regarding our previous response and wanted to check if your issue has been resolved.&lt;/P&gt;
&lt;P&gt;If it has, please consider clicking “Accept Answer” and “Yes” if you found the response helpful.&lt;BR /&gt;If you still have any questions or need further assistance, feel free to let us know — we're happy to help!&lt;/P&gt;
&lt;P&gt;Thank you!&lt;/P&gt;</description>
      <pubDate>Thu, 08 May 2025 11:19:32 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Slicer-to-Operate-2-tables/m-p/4684601#M179418</guid>
      <dc:creator>v-aatheeque</dc:creator>
      <dc:date>2025-05-08T11:19:32Z</dc:date>
    </item>
    <item>
      <title>Re: Slicer to Operate 2 tables</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Slicer-to-Operate-2-tables/m-p/4697359#M179911</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="643346" data-lia-user-login="GREGBLACK" class="lia-mention lia-mention-user"&gt;GREGBLACK&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Has your issue been resolved? If a community member's response addressed your query, please consider marking it as Accepted Answer and click Yes if you found it helpful.&lt;/P&gt;
&lt;P&gt;If you have any further questions, feel free to reach out.&lt;BR /&gt;Thank you for being a valued member of the Microsoft Fabric Community Forum!&lt;/P&gt;</description>
      <pubDate>Sat, 07 Jun 2025 15:42:21 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Slicer-to-Operate-2-tables/m-p/4697359#M179911</guid>
      <dc:creator>v-aatheeque</dc:creator>
      <dc:date>2025-06-07T15:42:21Z</dc:date>
    </item>
    <item>
      <title>Re: Slicer to Operate 2 tables</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Slicer-to-Operate-2-tables/m-p/4724042#M180949</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="643346" data-lia-user-login="GREGBLACK" class="lia-mention lia-mention-user"&gt;GREGBLACK&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;If the response helped resolve your issue, it would be greatly appreciated if you could mark it as the Accepted Answer — doing so helps others in the community who may be facing a similar challenge.&lt;/P&gt;
&lt;P&gt;If you still have questions or need further assistance, feel free to share more details — we’re always here to support you.&lt;/P&gt;
&lt;P&gt;Thanks again for being an active part of the Microsoft Fabric Community!&lt;/P&gt;</description>
      <pubDate>Sat, 07 Jun 2025 15:44:24 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Slicer-to-Operate-2-tables/m-p/4724042#M180949</guid>
      <dc:creator>v-aatheeque</dc:creator>
      <dc:date>2025-06-07T15:44:24Z</dc:date>
    </item>
  </channel>
</rss>

