<?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: One Value for all days of month in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/One-Value-for-all-days-of-month/m-p/1543511#M30447</link>
    <description>&lt;LI-CODE lang="csharp"&gt;[Monthly Goal Extended] =  
// YearMonthID must be something that uniquely
// identifies the month across the entire Calendar.
// It could, for instance, be the integer YYYYMM.
var __months = DISTINCT( 'Calendar'[YearMonthID] )
var __sumOfMonthlyTargets =
    calculate(
        sum( 'Monthly Targets'[Projected Amount] ),
        __months,
        removefilters( 'Calendar' )
    )
return
    __sumOfMonthlyTargets&lt;/LI-CODE&gt;</description>
    <pubDate>Thu, 10 Dec 2020 16:32:25 GMT</pubDate>
    <dc:creator>daxer-almighty</dc:creator>
    <dc:date>2020-12-10T16:32:25Z</dc:date>
    <item>
      <title>One Value for all days of month</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/One-Value-for-all-days-of-month/m-p/1543396#M30435</link>
      <description>&lt;P&gt;&lt;SPAN&gt;I have two tables connected to a calendar table. One has daily values ​​from the beginning and until the end of the month. Another table has a monthly target value, that is, that table only has one day per month. How do I return this value for every day on a chart? watch&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;In the goal table, there is only the 20th of each month, but I wanted to expand this value as if it were a monthly goal, you know?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;img /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;img /&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 10 Dec 2020 15:20:46 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/One-Value-for-all-days-of-month/m-p/1543396#M30435</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-12-10T15:20:46Z</dc:date>
    </item>
    <item>
      <title>Re: One Value for all days of month</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/One-Value-for-all-days-of-month/m-p/1543511#M30447</link>
      <description>&lt;LI-CODE lang="csharp"&gt;[Monthly Goal Extended] =  
// YearMonthID must be something that uniquely
// identifies the month across the entire Calendar.
// It could, for instance, be the integer YYYYMM.
var __months = DISTINCT( 'Calendar'[YearMonthID] )
var __sumOfMonthlyTargets =
    calculate(
        sum( 'Monthly Targets'[Projected Amount] ),
        __months,
        removefilters( 'Calendar' )
    )
return
    __sumOfMonthlyTargets&lt;/LI-CODE&gt;</description>
      <pubDate>Thu, 10 Dec 2020 16:32:25 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/One-Value-for-all-days-of-month/m-p/1543511#M30447</guid>
      <dc:creator>daxer-almighty</dc:creator>
      <dc:date>2020-12-10T16:32:25Z</dc:date>
    </item>
  </channel>
</rss>

