<?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: Card not displaying correct filtered columns in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Card-not-displaying-correct-filtered-columns/m-p/3858648#M150729</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="728473" data-lia-user-login="DAX7800" class="lia-mention lia-mention-user"&gt;DAX7800&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You can combine multiple columns of filtering results with the help of the SELECTEDVALUE function. Try formula like below:&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;Team Display =
SELECTEDVALUE ( 'Table'[TEAM ↑] ) &amp;amp; "-"
    &amp;amp; SELECTEDVALUE ( 'Table'[FIELD LOCATION] ) &amp;amp; "-"
    &amp;amp; SELECTEDVALUE ( 'Table'[LAST NAME] )&lt;/LI-CODE&gt;
&lt;P&gt;&lt;img /&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best Regards,&lt;BR /&gt;Adamk Kong&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If this post&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;EM&gt;&lt;STRONG&gt;helps&lt;/STRONG&gt;&lt;/EM&gt;, then please consider&lt;EM&gt;&lt;STRONG&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;Accept it as the solution&lt;/STRONG&gt;&lt;/EM&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;to help the other members find it more quickly.&lt;/P&gt;</description>
    <pubDate>Mon, 22 Apr 2024 09:57:38 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2024-04-22T09:57:38Z</dc:date>
    <item>
      <title>Card not displaying correct filtered columns</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Card-not-displaying-correct-filtered-columns/m-p/3854270#M150582</link>
      <description>Hello, I am new to DAX and measures but smart enough to know I need one in this issue. I have an excel spreadsheet I have created with 3 columns which move down from 3x Major League Baseball teams to the places they play, to their last names. a 4th column is the display card column. I have placed 1x filter on each column so I can move down the layers to view each step and a card which “should” display the filter selection as I go down. This does not work however as I move to the first column “TEAM” and select WSH, I would expect WSH to show up on the card, this does not happen. I believe it is because there are multiple WSH in the filtered column and therefore does not know which cell to show in the “display” column, and therefore I believe a measure is needed. If anyone can help me out with this issue I would really appreciate it.</description>
      <pubDate>Fri, 19 Apr 2024 16:08:14 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Card-not-displaying-correct-filtered-columns/m-p/3854270#M150582</guid>
      <dc:creator>DAX7800</dc:creator>
      <dc:date>2024-04-19T16:08:14Z</dc:date>
    </item>
    <item>
      <title>Re: Card not displaying correct filtered columns</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Card-not-displaying-correct-filtered-columns/m-p/3854284#M150583</link>
      <description>&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;This is a screen shot of my excel document, each column is a filter in my power bi. The "Naming Column" is the card which data i want displayed once a filter is selected.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;How do i make a measure in DAX which states when one column is selected, to display the first cell in the "Naming Column" in sequential order?&lt;/P&gt;</description>
      <pubDate>Fri, 19 Apr 2024 16:12:21 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Card-not-displaying-correct-filtered-columns/m-p/3854284#M150583</guid>
      <dc:creator>DAX7800</dc:creator>
      <dc:date>2024-04-19T16:12:21Z</dc:date>
    </item>
    <item>
      <title>Re: Card not displaying correct filtered columns</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Card-not-displaying-correct-filtered-columns/m-p/3858620#M150728</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="728473" data-lia-user-login="DAX7800" class="lia-mention lia-mention-user"&gt;DAX7800&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;What do you expect the results to look like? Are there other filtering conditions?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Best Regards,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Adamk Kong&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 22 Apr 2024 09:48:34 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Card-not-displaying-correct-filtered-columns/m-p/3858620#M150728</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-04-22T09:48:34Z</dc:date>
    </item>
    <item>
      <title>Re: Card not displaying correct filtered columns</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Card-not-displaying-correct-filtered-columns/m-p/3858648#M150729</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="728473" data-lia-user-login="DAX7800" class="lia-mention lia-mention-user"&gt;DAX7800&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You can combine multiple columns of filtering results with the help of the SELECTEDVALUE function. Try formula like below:&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;Team Display =
SELECTEDVALUE ( 'Table'[TEAM ↑] ) &amp;amp; "-"
    &amp;amp; SELECTEDVALUE ( 'Table'[FIELD LOCATION] ) &amp;amp; "-"
    &amp;amp; SELECTEDVALUE ( 'Table'[LAST NAME] )&lt;/LI-CODE&gt;
&lt;P&gt;&lt;img /&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best Regards,&lt;BR /&gt;Adamk Kong&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If this post&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;EM&gt;&lt;STRONG&gt;helps&lt;/STRONG&gt;&lt;/EM&gt;, then please consider&lt;EM&gt;&lt;STRONG&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;Accept it as the solution&lt;/STRONG&gt;&lt;/EM&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;to help the other members find it more quickly.&lt;/P&gt;</description>
      <pubDate>Mon, 22 Apr 2024 09:57:38 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Card-not-displaying-correct-filtered-columns/m-p/3858648#M150729</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-04-22T09:57:38Z</dc:date>
    </item>
    <item>
      <title>Re: Card not displaying correct filtered columns</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Card-not-displaying-correct-filtered-columns/m-p/3859878#M150772</link>
      <description>&lt;P&gt;Hi Adamk,&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you so much for your work, however when I used your formula it conected each filter as it went, where what i was looking for is "if the previous column was blank, then display the first column."&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;using your "selected value" function (again, i'm new and couldnt figure out how to do this) I was able to use my EXCEL knowledge to come up with a working measure.&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;This allowed me to identify the specific filter I was selecting and display it on a card.&amp;nbsp; Now I can show the header column in a Card and identify the data from the other columns in a table&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;Thank you for all your help, works great now!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 22 Apr 2024 15:52:05 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Card-not-displaying-correct-filtered-columns/m-p/3859878#M150772</guid>
      <dc:creator>DAX7800</dc:creator>
      <dc:date>2024-04-22T15:52:05Z</dc:date>
    </item>
    <item>
      <title>Re: Card not displaying correct filtered columns</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Card-not-displaying-correct-filtered-columns/m-p/3860680#M150821</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="728473" data-lia-user-login="DAX7800" class="lia-mention lia-mention-user"&gt;DAX7800&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thank you very much for your feedback.&lt;span class="lia-unicode-emoji" title=":smiling_face_with_smiling_eyes:"&gt;😊&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Best Regards,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Adamk Kong&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 23 Apr 2024 01:38:37 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Card-not-displaying-correct-filtered-columns/m-p/3860680#M150821</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-04-23T01:38:37Z</dc:date>
    </item>
  </channel>
</rss>

