<?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: Creating a Measure: Filtering Text Column, with text from another column in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Creating-a-Measure-Filtering-Text-Column-with-text-from-another/m-p/4893219#M186232</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="269558" data-lia-user-login="hdhillon" class="lia-mention lia-mention-user"&gt;hdhillon&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;with the info you provided I suggest, supposing the table where the Answer and Question columns are is called "Table",&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;CALCULATE (&amp;nbsp;&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; [Measure],&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Table[Question] = "Recommendation / Action 1" ||&amp;nbsp;Question = "Recommendation / Action 2",&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Table[question] = Table[Answer]&lt;/P&gt;&lt;P&gt;)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am not sure I understaood what you were asking though&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Best&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If this helped, please consider giving kudos and mark as a solution&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;@me in replies or I'll lose your thread&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Want to check your DAX skills? &lt;A href="https://www.linkedin.com/company/kubisco/" target="_blank"&gt;Answer my biweekly DAX challenges on the kubisco Linkedin page&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Consider voting &lt;A href="https://community.fabric.microsoft.com/t5/Fabric-Ideas/Power-BI-Filter-Pane-as-an-icon-on-the-right-side-bar-in-on/idi-p/4728588" target="_blank"&gt;this Power BI idea&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Francesco Bergamaschi&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;MBA, M.Eng, M.Econ, Professor of BI&lt;/P&gt;</description>
    <pubDate>Thu, 04 Dec 2025 14:38:04 GMT</pubDate>
    <dc:creator>FBergamaschi</dc:creator>
    <dc:date>2025-12-04T14:38:04Z</dc:date>
    <item>
      <title>Creating a Measure: Filtering Text Column, with text from another column</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Creating-a-Measure-Filtering-Text-Column-with-text-from-another/m-p/4893201#M186230</link>
      <description>&lt;P&gt;This might be a simple win&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Im looking to create a measure that will filter one text column called 'Answer' with another text column called 'Question'&amp;nbsp; where Question = "Recommendation / Action 1"&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Then I want to combine this with the same again but where&amp;nbsp;Question = "Recommendation / Action 2"&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Im sure this has a simple solution &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 04 Dec 2025 14:30:18 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Creating-a-Measure-Filtering-Text-Column-with-text-from-another/m-p/4893201#M186230</guid>
      <dc:creator>hdhillon</dc:creator>
      <dc:date>2025-12-04T14:30:18Z</dc:date>
    </item>
    <item>
      <title>Re: Creating a Measure: Filtering Text Column, with text from another column</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Creating-a-Measure-Filtering-Text-Column-with-text-from-another/m-p/4893219#M186232</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="269558" data-lia-user-login="hdhillon" class="lia-mention lia-mention-user"&gt;hdhillon&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;with the info you provided I suggest, supposing the table where the Answer and Question columns are is called "Table",&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;CALCULATE (&amp;nbsp;&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; [Measure],&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Table[Question] = "Recommendation / Action 1" ||&amp;nbsp;Question = "Recommendation / Action 2",&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Table[question] = Table[Answer]&lt;/P&gt;&lt;P&gt;)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am not sure I understaood what you were asking though&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Best&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If this helped, please consider giving kudos and mark as a solution&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;@me in replies or I'll lose your thread&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Want to check your DAX skills? &lt;A href="https://www.linkedin.com/company/kubisco/" target="_blank"&gt;Answer my biweekly DAX challenges on the kubisco Linkedin page&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Consider voting &lt;A href="https://community.fabric.microsoft.com/t5/Fabric-Ideas/Power-BI-Filter-Pane-as-an-icon-on-the-right-side-bar-in-on/idi-p/4728588" target="_blank"&gt;this Power BI idea&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Francesco Bergamaschi&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;MBA, M.Eng, M.Econ, Professor of BI&lt;/P&gt;</description>
      <pubDate>Thu, 04 Dec 2025 14:38:04 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Creating-a-Measure-Filtering-Text-Column-with-text-from-another/m-p/4893219#M186232</guid>
      <dc:creator>FBergamaschi</dc:creator>
      <dc:date>2025-12-04T14:38:04Z</dc:date>
    </item>
    <item>
      <title>Re: Creating a Measure: Filtering Text Column, with text from another column</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Creating-a-Measure-Filtering-Text-Column-with-text-from-another/m-p/4893222#M186233</link>
      <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="269558" data-lia-user-login="hdhillon" class="lia-mention lia-mention-user"&gt;hdhillon&lt;/a&gt;&amp;nbsp;Sorry, I'm not quite following this. Can you provide sample data for this at all? My best guess for this is something like:&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;My Measure =
VAR _Text1 = CALCULATE( MAX( 'Table'[Answer] ), [Question] = "Recommendation / Action 1" )
VAR _Text2 = CALCULATE( MAX( 'Table'[Answer] ), [Question] = "Recommendation / Action 2" )
VAR _Return = _Text1 &amp;amp; " " &amp;amp; _Text2
RETURN _Return&lt;/LI-CODE&gt;</description>
      <pubDate>Thu, 04 Dec 2025 14:39:18 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Creating-a-Measure-Filtering-Text-Column-with-text-from-another/m-p/4893222#M186233</guid>
      <dc:creator>GeraldGEmerick</dc:creator>
      <dc:date>2025-12-04T14:39:18Z</dc:date>
    </item>
    <item>
      <title>Re: Creating a Measure: Filtering Text Column, with text from another column</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Creating-a-Measure-Filtering-Text-Column-with-text-from-another/m-p/4893550#M186250</link>
      <description>&lt;P&gt;Hi &lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="269558" data-lia-user-login="hdhillon" class="lia-mention lia-mention-user"&gt;hdhillon&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;Refer below measures.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Get Answer for a Specific Question.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Answer for Action 1 =&lt;/P&gt;&lt;P&gt;CALCULATE(&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; SELECTEDVALUE('Table'[Answer]),&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; 'Table'[Question] = "Recommendation / Action 1"&lt;/P&gt;&lt;P&gt;)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Answer for Action 2 =&lt;/P&gt;&lt;P&gt;CALCULATE(&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; SELECTEDVALUE('Table'[Answer]),&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; 'Table'[Question] = "Recommendation / Action 2"&lt;/P&gt;&lt;P&gt;)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Combined Measure&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Combined Actions =&lt;/P&gt;&lt;P&gt;VAR A1 = [Answer for Action 1]&lt;/P&gt;&lt;P&gt;VAR A2 = [Answer for Action 2]&lt;/P&gt;&lt;P&gt;RETURN&lt;/P&gt;&lt;P&gt;A1 &amp;amp; UNICHAR(10) &amp;amp; A2&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If multiple rows exist per question → Use CONCATENATEX&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Answer Action 1 =&lt;/P&gt;&lt;P&gt;CONCATENATEX(&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; FILTER('Table', 'Table'[Question] = "Recommendation / Action 1"),&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; 'Table'[Answer],&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; ",&amp;nbsp;&amp;nbsp;&lt;SPAN&gt;"&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Answer Action 2 =&lt;/P&gt;&lt;P&gt;CONCATENATEX(&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; FILTER('Table', 'Table'[Question] = "Recommendation / Action 2"),&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; 'Table'[Answer],&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; ", "&lt;/P&gt;&lt;P&gt;)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Combined:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Combined Actions =&lt;/P&gt;&lt;P&gt;[Answer Action 1] &amp;amp; " | " &amp;amp; [Answer Action 2]&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If my response as resolved your issue please mark it as solution and give kudos.&lt;/P&gt;</description>
      <pubDate>Thu, 04 Dec 2025 20:30:01 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Creating-a-Measure-Filtering-Text-Column-with-text-from-another/m-p/4893550#M186250</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2025-12-04T20:30:01Z</dc:date>
    </item>
    <item>
      <title>Re: Creating a Measure: Filtering Text Column, with text from another column</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Creating-a-Measure-Filtering-Text-Column-with-text-from-another/m-p/4893706#M186254</link>
      <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="269558" data-lia-user-login="hdhillon" class="lia-mention lia-mention-user"&gt;hdhillon&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;Are you expecting this?&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;VAR Action1 =
    CALCULATE(
        SELECTEDVALUE(Table[Answer]),
        Table[Question] = "Recommendation / Action 1"
    )
VAR Action2 =
    CALCULATE(
        SELECTEDVALUE(Table[Answer]),
        Table[Question] = "Recommendation / Action 2"
    )
RETURN
Action1 &amp;amp; " | " &amp;amp; Action2
&lt;/LI-CODE&gt;</description>
      <pubDate>Fri, 05 Dec 2025 02:57:46 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Creating-a-Measure-Filtering-Text-Column-with-text-from-another/m-p/4893706#M186254</guid>
      <dc:creator>Arul</dc:creator>
      <dc:date>2025-12-05T02:57:46Z</dc:date>
    </item>
    <item>
      <title>Re: Creating a Measure: Filtering Text Column, with text from another column</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Creating-a-Measure-Filtering-Text-Column-with-text-from-another/m-p/4894147#M186265</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="269558" data-lia-user-login="hdhillon" class="lia-mention lia-mention-user"&gt;hdhillon&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;If you are using slicer for question column then you can use SELECTEDVALUE else you can use MAX/MIN.&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;Combined Recommendations = 
VAR Answer1 = 
    CALCULATE(
        SELECTEDVALUE('Table'[Answer]), 
        'Table'[Question] = "Recommendation / Action 1"
    )

VAR Answer2 = 
    CALCULATE(
        SELECTEDVALUE('Table'[Answer]), 
        'Table'[Question] = "Recommendation / Action 2"
    )

RETURN
    -- This combines them with a separator (e.g., a comma and space)
    -- You can change " | " to UNICHAR(10) if you want a line break
    Answer1 &amp;amp; " | " &amp;amp; Answer2&lt;/LI-CODE&gt;&lt;P&gt;If you want to use it as filter then you can try below:&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;Both Actions Present Flag = 
VAR Answer1 = 
    CALCULATE(
        SELECTEDVALUE('Table'[Answer]), 
        'Table'[Question] = "Recommendation / Action 1"
    )

VAR Answer2 = 
    CALCULATE(
        SELECTEDVALUE('Table'[Answer]), 
        'Table'[Question] = "Recommendation / Action 2"
    )

RETURN
    -- Returns 1 only if BOTH variables have a value (are not blank)
    IF( NOT ISBLANK( Answer1 ) &amp;amp;&amp;amp; NOT ISBLANK( Answer2 ), 1, 0 )&lt;/LI-CODE&gt;&lt;P&gt;you can add above measure at visual/page/report level and show where answer1 and answer 2 match.&lt;/P&gt;&lt;P&gt;Please give kudos or mark it as solution once confirmed.&lt;/P&gt;&lt;P&gt;Thanks and Regards,&lt;/P&gt;&lt;P&gt;Praful&lt;/P&gt;</description>
      <pubDate>Fri, 05 Dec 2025 11:01:38 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Creating-a-Measure-Filtering-Text-Column-with-text-from-another/m-p/4894147#M186265</guid>
      <dc:creator>Praful_Potphode</dc:creator>
      <dc:date>2025-12-05T11:01:38Z</dc:date>
    </item>
    <item>
      <title>Re: Creating a Measure: Filtering Text Column, with text from another column</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Creating-a-Measure-Filtering-Text-Column-with-text-from-another/m-p/4894501#M186274</link>
      <description>&lt;DIV&gt;&lt;P&gt;Hello&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="269558" data-lia-user-login="hdhillon" class="lia-mention lia-mention-user"&gt;hdhillon&lt;/a&gt;,&amp;nbsp;&lt;/P&gt;&lt;P&gt;Here’s a simple way to achieve this using DAX.&lt;BR /&gt;&lt;BR /&gt;You can use CALCULATE to filter by Question and CONCATENATEX to combine multiple answers.&lt;BR /&gt;&lt;BR /&gt;Assuming your table is named &lt;STRONG&gt;Responses&lt;/STRONG&gt; with columns Question and Answer:&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;/DIV&gt;&lt;LI-CODE lang="markup"&gt;Action 1 Answer :=
CALCULATE (
    CONCATENATEX (
        Responses,
        Responses[Answer],
        UNICHAR(10)   // line break between multiple answers
    ),
    TRIM(LOWER(Responses[Question])) = "recommendation / action 1"
)&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;Action 2 Answer :=
CALCULATE (
    CONCATENATEX (
        Responses,
        Responses[Answer],
        UNICHAR(10)
    ),
    TRIM(LOWER(Responses[Question])) = "recommendation / action 2"
)&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;Action 1 + 2 :=
VAR A1 = [Action 1 Answer]
VAR A2 = [Action 2 Answer]
VAR Part1 = IF ( NOT ISBLANK(A1), "Action 1:" &amp;amp; UNICHAR(10) &amp;amp; A1, BLANK() )
VAR Part2 =
    IF (
        NOT ISBLANK(A2),
        IF ( NOT ISBLANK(Part1), UNICHAR(10) &amp;amp; UNICHAR(10), BLANK() ) &amp;amp;
        "Action 2:" &amp;amp; UNICHAR(10) &amp;amp; A2,
        BLANK()
    )
RETURN
    CONCATENATE ( COALESCE(Part1, ""), COALESCE(Part2, "") )&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;DIV&gt;&lt;P&gt;&lt;STRONG&gt;Notes:&lt;/STRONG&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Use &lt;STRONG&gt;Table&lt;/STRONG&gt;, &lt;STRONG&gt;Matrix&lt;/STRONG&gt;, or &lt;STRONG&gt;Multi-row Card&lt;/STRONG&gt; visuals to see line breaks. Card visuals don’t render UNICHAR(10):&amp;nbsp;use ", " instead if needed.&lt;/LI&gt;&lt;LI&gt;If each action has only one answer, you can use SELECTEDVALUE(Responses[Answer]) instead of CONCATENATEX.&lt;/LI&gt;&lt;LI&gt;If you want answers sorted, add a sort column (e.g., AnswerIndex or Date) and include it in CONCATENATEX.&lt;BR /&gt;&lt;BR /&gt;&lt;img /&gt;&lt;BR /&gt;&lt;DIV&gt;Hope this helps!&lt;/DIV&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;/DIV&gt;</description>
      <pubDate>Fri, 05 Dec 2025 16:36:42 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Creating-a-Measure-Filtering-Text-Column-with-text-from-another/m-p/4894501#M186274</guid>
      <dc:creator>Olufemi7</dc:creator>
      <dc:date>2025-12-05T16:36:42Z</dc:date>
    </item>
    <item>
      <title>Re: Creating a Measure: Filtering Text Column, with text from another column</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Creating-a-Measure-Filtering-Text-Column-with-text-from-another/m-p/4895935#M186325</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="269558" data-lia-user-login="hdhillon" class="lia-mention lia-mention-user"&gt;hdhillon&lt;/a&gt;&amp;nbsp;,&lt;BR /&gt;Anonymous&lt;/a&gt;, response provides a clear and useful explanation. Please review it when you have time and let us know if you need any further details. I hope it meets your expectations.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 08 Dec 2025 12:41:53 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Creating-a-Measure-Filtering-Text-Column-with-text-from-another/m-p/4895935#M186325</guid>
      <dc:creator>V-yubandi-msft</dc:creator>
      <dc:date>2025-12-08T12:41:53Z</dc:date>
    </item>
    <item>
      <title>Re: Creating a Measure: Filtering Text Column, with text from another column</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Creating-a-Measure-Filtering-Text-Column-with-text-from-another/m-p/4900575#M186427</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="269558" data-lia-user-login="hdhillon" class="lia-mention lia-mention-user"&gt;hdhillon&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;Could you please confirm if your issue is resolved? If you need any more details or assistance, do let us know.&lt;/P&gt;
&lt;P&gt;&lt;BR data-start="599" data-end="602" /&gt;Thank you.&lt;/P&gt;</description>
      <pubDate>Fri, 12 Dec 2025 11:50:11 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Creating-a-Measure-Filtering-Text-Column-with-text-from-another/m-p/4900575#M186427</guid>
      <dc:creator>V-yubandi-msft</dc:creator>
      <dc:date>2025-12-12T11:50:11Z</dc:date>
    </item>
  </channel>
</rss>

