<?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: Showing Ranks and their values in cards in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Showing-Ranks-and-their-values-in-cards/m-p/3074536#M106845</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="394849" data-lia-user-login="y5famfnatudu" class="lia-mention lia-mention-user"&gt;y5famfnatudu&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;assuming [Rank] is a measure and no duplicates in ranking then you may try&lt;/P&gt;
&lt;P&gt;Rank1 =&lt;BR /&gt;VAR ThisRank = 1&lt;BR /&gt;VAR ThisEmplyee =&lt;BR /&gt;FILTER ( VALUES ( 'Table'[Employee] ), [Rank] = ThisRank )&lt;BR /&gt;RETURN&lt;BR /&gt;ThisEmplyee &amp;amp; UNICHAR ( 10 ) &amp;amp; "Rank " &amp;amp; ThisEmplyee&lt;/P&gt;</description>
    <pubDate>Fri, 10 Feb 2023 12:25:23 GMT</pubDate>
    <dc:creator>tamerj1</dc:creator>
    <dc:date>2023-02-10T12:25:23Z</dc:date>
    <item>
      <title>Showing Ranks and their values in cards</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Showing-Ranks-and-their-values-in-cards/m-p/3074502#M106841</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;I hope you can help me here, please.&lt;/P&gt;&lt;P&gt;How can I show Ranks and their values in Cards?&lt;BR /&gt;&lt;BR /&gt;For example, I have the following table:&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;In this report, I'm &lt;STRONG&gt;ranking only the "US" employees&lt;/STRONG&gt;.&lt;BR /&gt;How can I show different card visuals per each rank?&lt;/P&gt;&lt;P&gt;For example:&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;Your help is so much appreciated.&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;Simon&lt;/P&gt;</description>
      <pubDate>Fri, 10 Feb 2023 12:17:32 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Showing-Ranks-and-their-values-in-cards/m-p/3074502#M106841</guid>
      <dc:creator>y5famfnatudu</dc:creator>
      <dc:date>2023-02-10T12:17:32Z</dc:date>
    </item>
    <item>
      <title>Re: Showing Ranks and their values in cards</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Showing-Ranks-and-their-values-in-cards/m-p/3074536#M106845</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="394849" data-lia-user-login="y5famfnatudu" class="lia-mention lia-mention-user"&gt;y5famfnatudu&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;assuming [Rank] is a measure and no duplicates in ranking then you may try&lt;/P&gt;
&lt;P&gt;Rank1 =&lt;BR /&gt;VAR ThisRank = 1&lt;BR /&gt;VAR ThisEmplyee =&lt;BR /&gt;FILTER ( VALUES ( 'Table'[Employee] ), [Rank] = ThisRank )&lt;BR /&gt;RETURN&lt;BR /&gt;ThisEmplyee &amp;amp; UNICHAR ( 10 ) &amp;amp; "Rank " &amp;amp; ThisEmplyee&lt;/P&gt;</description>
      <pubDate>Fri, 10 Feb 2023 12:25:23 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Showing-Ranks-and-their-values-in-cards/m-p/3074536#M106845</guid>
      <dc:creator>tamerj1</dc:creator>
      <dc:date>2023-02-10T12:25:23Z</dc:date>
    </item>
    <item>
      <title>Re: Showing Ranks and their values in cards</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Showing-Ranks-and-their-values-in-cards/m-p/3074547#M106848</link>
      <description>&lt;P&gt;Dear&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="317289" data-lia-user-login="tamerj1" class="lia-mention lia-mention-user"&gt;tamerj1&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you so much, but my problem is not getting the name of the employee, rather the other values (i.e. Revenue and LY)&lt;/P&gt;&lt;P&gt;Your help is so much appreciated.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;Simon&lt;/P&gt;</description>
      <pubDate>Fri, 10 Feb 2023 12:31:20 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Showing-Ranks-and-their-values-in-cards/m-p/3074547#M106848</guid>
      <dc:creator>y5famfnatudu</dc:creator>
      <dc:date>2023-02-10T12:31:20Z</dc:date>
    </item>
    <item>
      <title>Re: Showing Ranks and their values in cards</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Showing-Ranks-and-their-values-in-cards/m-p/3074554#M106849</link>
      <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="394849" data-lia-user-login="y5famfnatudu" class="lia-mention lia-mention-user"&gt;y5famfnatudu&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;All of them in one card?&lt;/P&gt;</description>
      <pubDate>Fri, 10 Feb 2023 12:33:19 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Showing-Ranks-and-their-values-in-cards/m-p/3074554#M106849</guid>
      <dc:creator>tamerj1</dc:creator>
      <dc:date>2023-02-10T12:33:19Z</dc:date>
    </item>
    <item>
      <title>Re: Showing Ranks and their values in cards</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Showing-Ranks-and-their-values-in-cards/m-p/3074556#M106850</link>
      <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="317289" data-lia-user-login="tamerj1" class="lia-mention lia-mention-user"&gt;tamerj1&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;No, a measure can be created for each, that shouldn't be a problem at all.&lt;/P&gt;</description>
      <pubDate>Fri, 10 Feb 2023 12:34:35 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Showing-Ranks-and-their-values-in-cards/m-p/3074556#M106850</guid>
      <dc:creator>y5famfnatudu</dc:creator>
      <dc:date>2023-02-10T12:34:35Z</dc:date>
    </item>
    <item>
      <title>Re: Showing Ranks and their values in cards</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Showing-Ranks-and-their-values-in-cards/m-p/3074570#M106851</link>
      <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="394849" data-lia-user-login="y5famfnatudu" class="lia-mention lia-mention-user"&gt;y5famfnatudu&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I meant all measures of each employee are in one card? However please try&lt;/P&gt;
&lt;P&gt;Rank1 =&lt;BR /&gt;VAR ThisRank = 1&lt;BR /&gt;VAR T1 =&lt;BR /&gt;ADDCOLUMNS (&lt;BR /&gt;VALUES ( 'Table'[Employee] ),&lt;BR /&gt;"@Rank", [Rank],&lt;BR /&gt;"@Revenue", [Revenue],&lt;BR /&gt;"@LY", [LY]&lt;BR /&gt;)&lt;BR /&gt;VAR T2 =&lt;BR /&gt;FILTER ( T1, [@Rank] = ThisRank )&lt;BR /&gt;RETURN&lt;BR /&gt;CONCATENATEX (&lt;BR /&gt;T2,&lt;BR /&gt;[Employee] &amp;amp; UNICHAR ( 10 ) &amp;amp; "Rank " &amp;amp; [@Rank]&lt;BR /&gt;&amp;amp; UNICHAR ( 10 ) &amp;amp; [@Revenue]&lt;BR /&gt;&amp;amp; UNICHAR ( 10 ) &amp;amp; "Revenue"&lt;BR /&gt;&amp;amp; UNICHAR ( 10 ) &amp;amp; [@LY]&lt;BR /&gt;&amp;amp; UNICHAR ( 10 ) &amp;amp; "LY"&lt;BR /&gt;)&lt;/P&gt;</description>
      <pubDate>Fri, 10 Feb 2023 12:43:03 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Showing-Ranks-and-their-values-in-cards/m-p/3074570#M106851</guid>
      <dc:creator>tamerj1</dc:creator>
      <dc:date>2023-02-10T12:43:03Z</dc:date>
    </item>
    <item>
      <title>Re: Showing Ranks and their values in cards</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Showing-Ranks-and-their-values-in-cards/m-p/3074596#M106855</link>
      <description>&lt;P&gt;Perfect&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="317289" data-lia-user-login="tamerj1" class="lia-mention lia-mention-user"&gt;tamerj1&lt;/a&gt;&amp;nbsp;, that's exactly what I was looking for. Thank you so much.&lt;/P&gt;</description>
      <pubDate>Fri, 10 Feb 2023 12:54:23 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Showing-Ranks-and-their-values-in-cards/m-p/3074596#M106855</guid>
      <dc:creator>y5famfnatudu</dc:creator>
      <dc:date>2023-02-10T12:54:23Z</dc:date>
    </item>
  </channel>
</rss>

