<?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 for matrix visual in Desktop</title>
    <link>https://community.fabric.microsoft.com/t5/Desktop/card-for-matrix-visual/m-p/3944316#M1263243</link>
    <description>&lt;P&gt;godbless you brother&lt;/P&gt;&lt;P&gt;i dont know how to thank you. thank you for your attached file and for your kind responses&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;thank you veeeeeeeeeery much you solved my issue&lt;/P&gt;</description>
    <pubDate>Thu, 23 May 2024 14:53:35 GMT</pubDate>
    <dc:creator>anglefbi11</dc:creator>
    <dc:date>2024-05-23T14:53:35Z</dc:date>
    <item>
      <title>card for matrix visual</title>
      <link>https://community.fabric.microsoft.com/t5/Desktop/card-for-matrix-visual/m-p/3940101#M1262206</link>
      <description>&lt;P&gt;hi guys&lt;/P&gt;&lt;P&gt;i am facing a difficulty with adding card for a matrix visual&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;i created a matrix and the two values&lt;/P&gt;&lt;P&gt;one of them is count of alert&lt;/P&gt;&lt;P&gt;second is total percentge of row total&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;when i added card for the first value ( count of alert ) it works fine&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;but i dont know how to to add card for toatl of % ( the second value )&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;maybe i dont know how to explain it but you can see the below screen shot&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;in the pink card i need to show the total of % as shown below&lt;/P&gt;&lt;P&gt;&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;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;for the matrix to show the percentage i choosed the below&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;kindly tell me what to do&lt;/P&gt;</description>
      <pubDate>Wed, 22 May 2024 14:31:48 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Desktop/card-for-matrix-visual/m-p/3940101#M1262206</guid>
      <dc:creator>anglefbi11</dc:creator>
      <dc:date>2024-05-22T14:31:48Z</dc:date>
    </item>
    <item>
      <title>Re: card for matrix visual</title>
      <link>https://community.fabric.microsoft.com/t5/Desktop/card-for-matrix-visual/m-p/3941016#M1262429</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="729769" data-lia-user-login="anglefbi11" class="lia-mention lia-mention-user"&gt;anglefbi11&lt;/a&gt;&amp;nbsp;,&lt;BR /&gt;Based on your description, my understanding is that you want to get the percentage of each alert in the total alert. Based on this understanding, you can create a measure&lt;BR /&gt;Sample data&lt;/P&gt;
&lt;P&gt;&lt;img /&gt;&lt;/P&gt;
&lt;P&gt;Measure&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;Total ppercentage of alert = 
VAR a = 
CALCULATE(
    SUM('Table'[Alert]),
    ALL('Table')
)
RETURN
SELECTEDVALUE('Table'[Alert])/a&lt;/LI-CODE&gt;
&lt;P&gt;Final output&lt;/P&gt;
&lt;P&gt;&lt;img /&gt;&lt;/P&gt;
&lt;P&gt;But if you follow the original idea, you can indeed use the steps you listed above, you just need to re-add a column of alert values to the matrix and set it up the way you did it&lt;/P&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;Albert He&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;P&gt;If this post &lt;EM&gt;&lt;STRONG&gt;helps&lt;/STRONG&gt;&lt;/EM&gt;, then please consider &lt;EM&gt;&lt;STRONG&gt;Accept it as the solution&lt;/STRONG&gt; &lt;/EM&gt;to help the other members find it more quickly&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 23 May 2024 01:38:11 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Desktop/card-for-matrix-visual/m-p/3941016#M1262429</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-05-23T01:38:11Z</dc:date>
    </item>
    <item>
      <title>Re: card for matrix visual</title>
      <link>https://community.fabric.microsoft.com/t5/Desktop/card-for-matrix-visual/m-p/3942433#M1262778</link>
      <description>&lt;P&gt;hi&lt;/P&gt;&lt;P&gt;thank you for your reply. no this is not my issue.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;my issue that i need to insert a card visual which will show the total of %&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;if you can see the blue card visual is working fine because the data is there in my excel data. but when i try to choose insert card visual for % nothing is showing because the % i created it based on the row total and there is no data in my original data set&lt;/P&gt;</description>
      <pubDate>Thu, 23 May 2024 08:22:00 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Desktop/card-for-matrix-visual/m-p/3942433#M1262778</guid>
      <dc:creator>anglefbi11</dc:creator>
      <dc:date>2024-05-23T08:22:00Z</dc:date>
    </item>
    <item>
      <title>Re: card for matrix visual</title>
      <link>https://community.fabric.microsoft.com/t5/Desktop/card-for-matrix-visual/m-p/3942576#M1262813</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="729769" data-lia-user-login="anglefbi11" class="lia-mention lia-mention-user"&gt;anglefbi11&lt;/a&gt;&amp;nbsp;,&lt;BR /&gt;You can change the measure to something like this:&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;Total ppercentage of alert = 
VAR a = 
CALCULATE(
    SUM('Table'[Alert]),
    ALL('Table')
)
RETURN
SUM('Table'[Alert])/a&lt;/LI-CODE&gt;
&lt;P&gt;Put in matrix and a card&lt;/P&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;Albert He&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;P&gt;If this post&lt;EM&gt;&lt;STRONG&gt; helps&lt;/STRONG&gt;&lt;/EM&gt;, then please consider &lt;EM&gt;&lt;STRONG&gt;Accept it as the solution&lt;/STRONG&gt;&lt;/EM&gt; to help the other members find it more quickly&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 23 May 2024 08:55:04 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Desktop/card-for-matrix-visual/m-p/3942576#M1262813</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-05-23T08:55:04Z</dc:date>
    </item>
    <item>
      <title>Re: card for matrix visual</title>
      <link>https://community.fabric.microsoft.com/t5/Desktop/card-for-matrix-visual/m-p/3944316#M1263243</link>
      <description>&lt;P&gt;godbless you brother&lt;/P&gt;&lt;P&gt;i dont know how to thank you. thank you for your attached file and for your kind responses&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;thank you veeeeeeeeeery much you solved my issue&lt;/P&gt;</description>
      <pubDate>Thu, 23 May 2024 14:53:35 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Desktop/card-for-matrix-visual/m-p/3944316#M1263243</guid>
      <dc:creator>anglefbi11</dc:creator>
      <dc:date>2024-05-23T14:53:35Z</dc:date>
    </item>
    <item>
      <title>Re: card for matrix visual</title>
      <link>https://community.fabric.microsoft.com/t5/Desktop/card-for-matrix-visual/m-p/3945557#M1263543</link>
      <description>&lt;P&gt;hi brother&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;sorry for bothering&amp;nbsp; you&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;can you asset me to write a new messure by doing the below&lt;/P&gt;&lt;P&gt;i want to say ( take the number in blue row under header 50 ( 7 )&amp;nbsp; and devide it by&amp;nbsp; the total (5428) and * 100&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;the above messure will solve my issue. because in my data set i dont have a column for this calculation .&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;you can refer to the below image so you can understand what i mean. because if i did this messure i can add it in my card visual&lt;/P&gt;&lt;P&gt;&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;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 24 May 2024 03:43:52 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Desktop/card-for-matrix-visual/m-p/3945557#M1263543</guid>
      <dc:creator>anglefbi11</dc:creator>
      <dc:date>2024-05-24T03:43:52Z</dc:date>
    </item>
    <item>
      <title>Re: card for matrix visual</title>
      <link>https://community.fabric.microsoft.com/t5/Desktop/card-for-matrix-visual/m-p/3973284#M1270086</link>
      <description>&lt;P&gt;&lt;FONT&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="729769" data-lia-user-login="anglefbi11" class="lia-mention lia-mention-user"&gt;anglefbi11&lt;/a&gt;&amp;nbsp;,&lt;BR /&gt;Thanks for the reply. You can try this MEASURE&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;Percentage = 
VAR a = 
CALCULATE(
    MAX('Table'[Alert]),
    FILTER(
        'Table',
        'Table'[Name] = "A" &amp;amp;&amp;amp; 'Table'[Number] = 1
    )
)
VAR b = 
CALCULATE(
    SUM('Table'[Alert]),
    FILTER(
        'Table',
        'Table'[Name] = "A"
    )
)
RETURN
a/b&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Final output&lt;/P&gt;
&lt;P&gt;&lt;img /&gt;&lt;BR /&gt;&lt;FONT&gt;This is a new question, and a post corresponding to an answer would allow other members with similar questions to get more accurate help. If the above suggestions don't solve your new problem.You can create a new post and a professional engineer will solve the problem for him.&lt;BR /&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best regards,&lt;BR /&gt;Albert He&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 05 Jun 2024 07:13:57 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Desktop/card-for-matrix-visual/m-p/3973284#M1270086</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-06-05T07:13:57Z</dc:date>
    </item>
  </channel>
</rss>

