<?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: WoW % on mutilple level in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/WoW-on-mutilple-level/m-p/3401157#M128424</link>
    <description>&lt;P&gt;Please provide sample data (with sensitive information removed) that covers your issue or question completely, in a usable format (not as a screenshot). Leave out anything not related to the issue.&lt;BR /&gt;&lt;A href="https://community.fabric.microsoft.com/t5/Community-Blog/How-to-provide-sample-data-in-the-Power-BI-Forum/ba-p/963216" target="_blank"&gt;https://community.fabric.microsoft.com/t5/Community-Blog/How-to-provide-sample-data-in-the-Power-BI-Forum/ba-p/963216&lt;/A&gt; &lt;BR /&gt;Please show the expected outcome based on the sample data you provided. &lt;BR /&gt;&lt;BR /&gt;&lt;A href="https://community.fabric.microsoft.com/t5/Desktop/How-to-Get-Your-Question-Answered-Quickly/m-p/1447523" target="_blank"&gt;https://community.fabric.microsoft.com/t5/Desktop/How-to-Get-Your-Question-Answered-Quickly/m-p/1447523&lt;/A&gt;&lt;/P&gt;</description>
    <pubDate>Sun, 27 Aug 2023 22:48:57 GMT</pubDate>
    <dc:creator>lbendlin</dc:creator>
    <dc:date>2023-08-27T22:48:57Z</dc:date>
    <item>
      <title>WoW % on mutilple level</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/WoW-on-mutilple-level/m-p/3399667#M128330</link>
      <description>&lt;DIV&gt;&lt;DIV&gt;Currently, my formula gives me the % of the total regardless of the number of levels that I indicate (by Pillar, by type of incident etc). How to add levels in my calculation. Instead of seeing the % on the total like in my following table, I would like the % to be in relation to the number that appears on the line. Is this possible with DAX? All examples that I had found are for $ and there is only one level involved.&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;Incidents This Week = &lt;/SPAN&gt;&lt;SPAN&gt;CALCULATE&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;DISTINCTCOUNT&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;'Incidents_Merge'&lt;/SPAN&gt;&lt;SPAN&gt;[Number]&lt;/SPAN&gt;&lt;SPAN&gt;),&lt;/SPAN&gt;&lt;SPAN&gt;FILTER&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;ALL&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;'Incidents_Merge'&lt;/SPAN&gt;&lt;SPAN&gt;),&lt;/SPAN&gt;&lt;SPAN&gt;'Incidents_Merge'&lt;/SPAN&gt;&lt;SPAN&gt;[WeekRank]&lt;/SPAN&gt;&lt;SPAN&gt;=&lt;/SPAN&gt;&lt;SPAN&gt;MAX&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;'Incidents_Merge'&lt;/SPAN&gt;&lt;SPAN&gt;[WeekRank]&lt;/SPAN&gt;&lt;SPAN&gt;)))&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;SPAN&gt;Incidents Last Week = &lt;/SPAN&gt;&lt;SPAN&gt;CALCULATE&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;DISTINCTCOUNT&lt;/SPAN&gt;&lt;SPAN&gt;('Incidents_Merge'[Number]),&lt;/SPAN&gt;&lt;SPAN&gt;FILTER&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;ALL&lt;/SPAN&gt;&lt;SPAN&gt;('Incidents_Merge'),'Incidents_Merge'[WeekRank]=&lt;/SPAN&gt;&lt;SPAN&gt;MAX&lt;/SPAN&gt;&lt;SPAN&gt;('Incidents_Merge'[WeekRank])-&lt;/SPAN&gt;&lt;SPAN&gt;1&lt;/SPAN&gt;&lt;SPAN&gt;))&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;Incidents WOW % = (&lt;/SPAN&gt;&lt;SPAN&gt;[Incidents This Week]&lt;/SPAN&gt;&lt;SPAN&gt;-&lt;/SPAN&gt;&lt;SPAN&gt;[Incidents Last Week]&lt;/SPAN&gt;&lt;SPAN&gt;)/&lt;/SPAN&gt;&lt;SPAN&gt;[Incidents Last Week]&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;img /&gt;&lt;P&gt;Don't hesitate if you have any question&lt;/P&gt;&lt;P&gt;Thank you&lt;/P&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 25 Aug 2023 19:19:36 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/WoW-on-mutilple-level/m-p/3399667#M128330</guid>
      <dc:creator>PouxieDouxie</dc:creator>
      <dc:date>2023-08-25T19:19:36Z</dc:date>
    </item>
    <item>
      <title>Re: WoW % on mutilple level</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/WoW-on-mutilple-level/m-p/3401157#M128424</link>
      <description>&lt;P&gt;Please provide sample data (with sensitive information removed) that covers your issue or question completely, in a usable format (not as a screenshot). Leave out anything not related to the issue.&lt;BR /&gt;&lt;A href="https://community.fabric.microsoft.com/t5/Community-Blog/How-to-provide-sample-data-in-the-Power-BI-Forum/ba-p/963216" target="_blank"&gt;https://community.fabric.microsoft.com/t5/Community-Blog/How-to-provide-sample-data-in-the-Power-BI-Forum/ba-p/963216&lt;/A&gt; &lt;BR /&gt;Please show the expected outcome based on the sample data you provided. &lt;BR /&gt;&lt;BR /&gt;&lt;A href="https://community.fabric.microsoft.com/t5/Desktop/How-to-Get-Your-Question-Answered-Quickly/m-p/1447523" target="_blank"&gt;https://community.fabric.microsoft.com/t5/Desktop/How-to-Get-Your-Question-Answered-Quickly/m-p/1447523&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Sun, 27 Aug 2023 22:48:57 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/WoW-on-mutilple-level/m-p/3401157#M128424</guid>
      <dc:creator>lbendlin</dc:creator>
      <dc:date>2023-08-27T22:48:57Z</dc:date>
    </item>
    <item>
      <title>Re: WoW % on mutilple level</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/WoW-on-mutilple-level/m-p/3414283#M129152</link>
      <description>&lt;P&gt;Hello, thank you very much for your answer. Sorry for the delay, I was not available. It is very difficult to provide sample data as almost all my data is sensitive data. One of the solution is to build everything from scratch but it will be very time-consuming. Instead, I will try to explain in details what is the issue that I'm facing.&lt;/P&gt;&lt;P&gt;In the screenshot provided originally, there is a "Pillar" column and a "Type" column.&lt;/P&gt;&lt;P&gt;My percentage are based on "Total" row values and I want to be able to have percentage based on Pillar/Type for the WoW column.&lt;/P&gt;&lt;P&gt;If you look at the "WoW" column for July 9th, all the values are equal to 28.87 (percentage value based on total, 111).&lt;/P&gt;&lt;P&gt;I want to have the percentage for the Pillar X and the Type "P3", Pillar X and Type "P4", pillar Y and Type "P3", pillar Y and Type "P4", etc.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;It seems that if I have only one level, it works but if I have several levels (a hierarchy of sub-levels, like Pillar, Type...), my formula are not suitable.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;So, my question is now more theoric: how to expand any WoW formula in more than one level ? Is there a way in DAX to add a level ? What if I want to add several others sub-levels ?&lt;/P&gt;&lt;P&gt;I can give the WoW formula that I used (see original question) but after reflexion, in my opinion, the formula is maybe not so important, the mecanics to propagate the formula to sublevels is more the questionning that I have.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 04 Sep 2023 17:49:50 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/WoW-on-mutilple-level/m-p/3414283#M129152</guid>
      <dc:creator>PouxieDouxie</dc:creator>
      <dc:date>2023-09-04T17:49:50Z</dc:date>
    </item>
  </channel>
</rss>

