<?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: help required to write Measure in Developer</title>
    <link>https://community.fabric.microsoft.com/t5/Developer/help-required-to-write-Measure/m-p/3860466#M51920</link>
    <description>&lt;P&gt;Instead of&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;VAR _preMY = VALUE("2023-12-01")&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;use&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;VAR _preMY = dt"2023-12-01"&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Mon, 22 Apr 2024 22:30:03 GMT</pubDate>
    <dc:creator>lbendlin</dc:creator>
    <dc:date>2024-04-22T22:30:03Z</dc:date>
    <item>
      <title>help required to write Measure</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/help-required-to-write-Measure/m-p/3858478#M51875</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am writing a meaure to calculate %Change from Dec'23 to Mar'24 and display value on card. Using the below measure.&lt;/P&gt;&lt;P&gt;Along with this KPI, i have few more KPIs on the same report which will use the filter of the ReportingMonth.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I want below expression should not filter based on selected reporting month and do the calculation just by using reporting month value and defined values from preMY.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;%Change_CYCM =&lt;BR /&gt;VAR _preMY = VALUE("2023-12-01")&lt;BR /&gt;VAR _preqty =&lt;BR /&gt;CALCULATE (&lt;BR /&gt;SUM ( 'Bugs'[BUGS_COUNT] ), FILTER(ALLSELECTED('Bugs'),&lt;BR /&gt;'Bugs'[ReportMonth]=_preMY)&lt;BR /&gt;)&lt;BR /&gt;VAR _curMY = VALUE("2024-03-01")&lt;BR /&gt;&lt;BR /&gt;VAR _curqty =&lt;BR /&gt;CALCULATE (&lt;BR /&gt;SUM ( 'Bugs'[BUGS_COUNT] ),&lt;BR /&gt;FILTER (&lt;BR /&gt;ALLSELECTED ( 'Bugs' ),&lt;BR /&gt;&lt;BR /&gt;'Bugs'[ReportMonth] = _curMY&lt;BR /&gt;)&lt;BR /&gt;)&lt;BR /&gt;RETURN&lt;BR /&gt;&lt;BR /&gt;DIVIDE ( _preqty-_curqty, _preqty )&lt;/P&gt;</description>
      <pubDate>Mon, 22 Apr 2024 09:17:31 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/help-required-to-write-Measure/m-p/3858478#M51875</guid>
      <dc:creator>manojk_pbi</dc:creator>
      <dc:date>2024-04-22T09:17:31Z</dc:date>
    </item>
    <item>
      <title>Re: help required to write Measure</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/help-required-to-write-Measure/m-p/3860466#M51920</link>
      <description>&lt;P&gt;Instead of&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;VAR _preMY = VALUE("2023-12-01")&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;use&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;VAR _preMY = dt"2023-12-01"&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 22 Apr 2024 22:30:03 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/help-required-to-write-Measure/m-p/3860466#M51920</guid>
      <dc:creator>lbendlin</dc:creator>
      <dc:date>2024-04-22T22:30:03Z</dc:date>
    </item>
  </channel>
</rss>

