<?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: Measure total in a Card Visual in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Measure-total-in-a-Card-Visual/m-p/2061190#M46515</link>
    <description>&lt;P&gt;Hi, unfortunately all of it is confidential as we have a very strict privacy policy.&amp;nbsp;&lt;BR /&gt;if you have any ideas that i could try, that would be appreciated.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;For a bit of context, i have a table visual and one column is a staff members start date and the messure above calculates whats their score would of been if they where employeed at the start of the year. and it's this column that i need totalled, and put into a card.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 07 Sep 2021 07:42:00 GMT</pubDate>
    <dc:creator>Neal1988</dc:creator>
    <dc:date>2021-09-07T07:42:00Z</dc:date>
    <item>
      <title>Measure total in a Card Visual</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Measure-total-in-a-Card-Visual/m-p/2060179#M46470</link>
      <description>&lt;P&gt;i have the following measure that calulates the value for each row in a table visual.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;RunRate = &lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;VAR DayNoOfYear = &lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;DATEDIFF(DATE(maxx(Points,Points[SurveyDateYear]),1,1), maxx(points,[StartDate]), DAY ) + 1&lt;/SPAN&gt;&lt;/DIV&gt;&lt;BR /&gt;&lt;DIV&gt;&lt;SPAN&gt;VAR DayNoOfYear2 = &lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;DATEDIFF(DATE(&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;CALCULATE(maxx(Points,Points[SurveyDateYear]),ALLEXCEPT(Points,Points[SurveyDateYear],Points[Action]))&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;,1,1), NOW(), DAY ) + 1&lt;/SPAN&gt;&lt;/DIV&gt;&lt;BR /&gt;&lt;DIV&gt;&lt;SPAN&gt;VAR daydiff = &lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;DayNoOfYear2-DayNoOfYear&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;RETURN&lt;/SPAN&gt;&lt;/DIV&gt;&lt;BR /&gt;&lt;DIV&gt;&lt;SPAN&gt;MROUND(&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;CALCULATE(&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;If(DayNoOfYear = 1, [Total],&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;([Total]/daydiff)*DayNoOfYear2&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;)&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;),0.5)&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;However, i need to get the total of this measure in a Card visual.&amp;nbsp;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;Can anyone please advise if this is possible?&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;Thanks in advance!&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Mon, 06 Sep 2021 15:58:19 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Measure-total-in-a-Card-Visual/m-p/2060179#M46470</guid>
      <dc:creator>Neal1988</dc:creator>
      <dc:date>2021-09-06T15:58:19Z</dc:date>
    </item>
    <item>
      <title>Re: Measure total in a Card Visual</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Measure-total-in-a-Card-Visual/m-p/2060201#M46473</link>
      <description>&lt;P&gt;Hi Neal&amp;nbsp; Please attach the sample data and PBIX , you can remove your confidential data and just give part of it . .so that we can analyze better . . because it depends on what your data is&lt;/P&gt;</description>
      <pubDate>Mon, 06 Sep 2021 16:09:21 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Measure-total-in-a-Card-Visual/m-p/2060201#M46473</guid>
      <dc:creator>Dhrubojit</dc:creator>
      <dc:date>2021-09-06T16:09:21Z</dc:date>
    </item>
    <item>
      <title>Re: Measure total in a Card Visual</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Measure-total-in-a-Card-Visual/m-p/2061190#M46515</link>
      <description>&lt;P&gt;Hi, unfortunately all of it is confidential as we have a very strict privacy policy.&amp;nbsp;&lt;BR /&gt;if you have any ideas that i could try, that would be appreciated.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;For a bit of context, i have a table visual and one column is a staff members start date and the messure above calculates whats their score would of been if they where employeed at the start of the year. and it's this column that i need totalled, and put into a card.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 07 Sep 2021 07:42:00 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Measure-total-in-a-Card-Visual/m-p/2061190#M46515</guid>
      <dc:creator>Neal1988</dc:creator>
      <dc:date>2021-09-07T07:42:00Z</dc:date>
    </item>
    <item>
      <title>Re: Measure total in a Card Visual</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Measure-total-in-a-Card-Visual/m-p/2072193#M46893</link>
      <description>&lt;P&gt;I found the solution and it was to wrap a new measure in a Sumx(Summarize( which then gave the correct figures in a card.&lt;/P&gt;</description>
      <pubDate>Mon, 13 Sep 2021 08:06:03 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Measure-total-in-a-Card-Visual/m-p/2072193#M46893</guid>
      <dc:creator>Neal1988</dc:creator>
      <dc:date>2021-09-13T08:06:03Z</dc:date>
    </item>
  </channel>
</rss>

