<?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: Show value text column if other column filtered in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Show-value-text-column-if-other-column-filtered/m-p/2492897#M68699</link>
    <description>&lt;P&gt;Hi&amp;nbsp;Anonymous&lt;/LI-USER&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Since the connection mode is live connection, the only option in Power BI is to create multiple measures for each color.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best Regards,&lt;/P&gt;
&lt;P&gt;Jay&lt;/P&gt;</description>
    <pubDate>Wed, 04 May 2022 09:14:02 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2022-05-04T09:14:02Z</dc:date>
    <item>
      <title>Show value text column if other column filtered</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Show-value-text-column-if-other-column-filtered/m-p/2482322#M68005</link>
      <description>&lt;P&gt;I have two columns in two different tables that are related to each other.&lt;/P&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;Column A&lt;/TD&gt;&lt;TD&gt;Column B&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;Red&lt;/TD&gt;&lt;TD&gt;Test1&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;Blue&lt;/TD&gt;&lt;TD&gt;Test2&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;Yellow&lt;/TD&gt;&lt;TD&gt;Test3&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;Blue&lt;/TD&gt;&lt;TD&gt;Test4&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I want to get Column B in to a measure and show it in to a table if for example Column A is "Blue". so i will get:&lt;/P&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;Column B&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;Test2&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;Test4&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Could anyone help me with the right dax formula? i cannot do this in power query because this is data form azure analyses services.&lt;/P&gt;</description>
      <pubDate>Thu, 28 Apr 2022 07:26:36 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Show-value-text-column-if-other-column-filtered/m-p/2482322#M68005</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2022-04-28T07:26:36Z</dc:date>
    </item>
    <item>
      <title>Re: Show value text column if other column filtered</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Show-value-text-column-if-other-column-filtered/m-p/2482375#M68010</link>
      <description>&lt;P&gt;Anonymous&lt;/LI-USER&gt; , create a slicer on Column A and table visual on Table B&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Is that not working?&lt;/P&gt;</description>
      <pubDate>Thu, 28 Apr 2022 07:43:47 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Show-value-text-column-if-other-column-filtered/m-p/2482375#M68010</guid>
      <dc:creator>amitchandak</dc:creator>
      <dc:date>2022-04-28T07:43:47Z</dc:date>
    </item>
    <item>
      <title>Re: Show value text column if other column filtered</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Show-value-text-column-if-other-column-filtered/m-p/2482453#M68014</link>
      <description>&lt;P&gt;That would work if i had to do this just once indeed. This is the problem i face which i did not explain well enough. i want this result in the end:&lt;/P&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;Red&lt;/TD&gt;&lt;TD&gt;Blue&lt;/TD&gt;&lt;TD&gt;Yellow&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;Test1&lt;/TD&gt;&lt;TD&gt;Test2&lt;/TD&gt;&lt;TD&gt;Test3&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;Test4&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;</description>
      <pubDate>Thu, 28 Apr 2022 08:06:42 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Show-value-text-column-if-other-column-filtered/m-p/2482453#M68014</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2022-04-28T08:06:42Z</dc:date>
    </item>
    <item>
      <title>Re: Show value text column if other column filtered</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Show-value-text-column-if-other-column-filtered/m-p/2492897#M68699</link>
      <description>&lt;P&gt;Hi&amp;nbsp;Anonymous&lt;/LI-USER&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Since the connection mode is live connection, the only option in Power BI is to create multiple measures for each color.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best Regards,&lt;/P&gt;
&lt;P&gt;Jay&lt;/P&gt;</description>
      <pubDate>Wed, 04 May 2022 09:14:02 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Show-value-text-column-if-other-column-filtered/m-p/2492897#M68699</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2022-05-04T09:14:02Z</dc:date>
    </item>
  </channel>
</rss>

