<?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 Year over year Variance - based on the example below - Very Hard in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Year-over-year-Variance-based-on-the-example-below-Very-Hard/m-p/3260338#M157242</link>
    <description>&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;Can I do scenarios variance? I know we can do only with year date.&lt;/P&gt;</description>
    <pubDate>Tue, 30 May 2023 19:23:40 GMT</pubDate>
    <dc:creator>hheck</dc:creator>
    <dc:date>2023-05-30T19:23:40Z</dc:date>
    <item>
      <title>Year over year Variance - based on the example below - Very Hard</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Year-over-year-Variance-based-on-the-example-below-Very-Hard/m-p/3260338#M157242</link>
      <description>&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;Can I do scenarios variance? I know we can do only with year date.&lt;/P&gt;</description>
      <pubDate>Tue, 30 May 2023 19:23:40 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Year-over-year-Variance-based-on-the-example-below-Very-Hard/m-p/3260338#M157242</guid>
      <dc:creator>hheck</dc:creator>
      <dc:date>2023-05-30T19:23:40Z</dc:date>
    </item>
    <item>
      <title>Re: Year over year Variance - based on the example below - Very Hard</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Year-over-year-Variance-based-on-the-example-below-Very-Hard/m-p/5191712#M188167</link>
      <description>&lt;P class=""&gt;For scenario-based YoY variance (not just calendar year), the standard DATEADD won't work, you need to define your scenarios as a separate dimension and use CALCULATE with explicit filters.&lt;/P&gt;&lt;P class=""&gt;Basic pattern:&lt;/P&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&amp;nbsp;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;DIV class=""&gt;&lt;PRE&gt;YoY Variance =&lt;BR /&gt;VAR _curr = CALCULATE([Sales], Scenario[Name] = "Current Year")&lt;BR /&gt;VAR _prev = CALCULATE([Sales], Scenario[Name] = "Previous Year")&lt;BR /&gt;RETURN DIVIDE(_curr - _prev, ABS(_prev))&lt;/PRE&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;P class=""&gt;If the complexity keeps growing (multiple scenarios, multiple metrics), it's worth looking at &lt;STRONG&gt;Flexa Tables&lt;/STRONG&gt; on AppSource, YoY and scenario comparison are built-in buttons, no DAX required. Users switch scenarios themselves in the published report.&lt;/P&gt;</description>
      <pubDate>Tue, 02 Jun 2026 02:18:36 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Year-over-year-Variance-based-on-the-example-below-Very-Hard/m-p/5191712#M188167</guid>
      <dc:creator>PBIdashboards</dc:creator>
      <dc:date>2026-06-02T02:18:36Z</dc:date>
    </item>
  </channel>
</rss>

