<?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: Remove spikes from data in Developer</title>
    <link>https://community.fabric.microsoft.com/t5/Developer/Remove-spikes-from-data/m-p/1133415#M23964</link>
    <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/313"&gt;@Greg_Deckler&lt;/a&gt;&amp;nbsp; and thank you for your answer!&lt;BR /&gt;&lt;BR /&gt;It seems like a really good answer but I am not quite sure of what data it gets. Is there any modification that I can put in that piece of code to show me a graph (like the one I showed) and how it has been trimmed down? I hope I made sense. I am really new to DAX.&lt;/P&gt;</description>
    <pubDate>Mon, 01 Jun 2020 14:09:46 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2020-06-01T14:09:46Z</dc:date>
    <item>
      <title>Remove spikes from data</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Remove-spikes-from-data/m-p/1132566#M23954</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Hello everyone!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;To be honest I am not sure what I am asking is even possible in Power BI but I thought I would ask. So I have the graph shown below with some avg runtime data. But you can see that before and after the two main runs (which hopefully you can identify) there are some random spikes that in order to get some valid min/max information, they would have to be removed.&lt;BR /&gt;&lt;BR /&gt;What I thought is, creating some sort of script in Python that removes those spikes or replaces them with 0s but I don't know if thats possible inside Power BI. At the moment, it would be really hard to manipulate the data externally so if you have any ideas, it would be much appreciated. Thank you!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="graph.png" style="width: 999px;"&gt;&lt;img src="https://community.fabric.microsoft.com/t5/image/serverpage/image-id/285956i7A8336766A0D0519/image-size/large?v=v2&amp;amp;px=999" role="button" title="graph.png" alt="graph.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;DIV class="mceNonEditable lia-copypaste-placeholder"&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class="mceNonEditable lia-copypaste-placeholder"&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class="mceNonEditable lia-copypaste-placeholder"&gt;&amp;nbsp;&lt;/DIV&gt;</description>
      <pubDate>Mon, 01 Jun 2020 08:12:37 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Remove-spikes-from-data/m-p/1132566#M23954</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-06-01T08:12:37Z</dc:date>
    </item>
    <item>
      <title>Re: Remove spikes from data</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Remove-spikes-from-data/m-p/1133104#M23958</link>
      <description>&lt;P&gt;@Anonymous&lt;/a&gt;&amp;nbsp;- Perhaps TRIMMEAN?&amp;nbsp;&lt;A href="https://community.powerbi.com/t5/Quick-Measures-Gallery/TRIMMEAN/m-p/1074075#M504" target="_blank"&gt;https://community.powerbi.com/t5/Quick-Measures-Gallery/TRIMMEAN/m-p/1074075#M504&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 01 Jun 2020 12:15:43 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Remove-spikes-from-data/m-p/1133104#M23958</guid>
      <dc:creator>Greg_Deckler</dc:creator>
      <dc:date>2020-06-01T12:15:43Z</dc:date>
    </item>
    <item>
      <title>Re: Remove spikes from data</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Remove-spikes-from-data/m-p/1133415#M23964</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/313"&gt;@Greg_Deckler&lt;/a&gt;&amp;nbsp; and thank you for your answer!&lt;BR /&gt;&lt;BR /&gt;It seems like a really good answer but I am not quite sure of what data it gets. Is there any modification that I can put in that piece of code to show me a graph (like the one I showed) and how it has been trimmed down? I hope I made sense. I am really new to DAX.&lt;/P&gt;</description>
      <pubDate>Mon, 01 Jun 2020 14:09:46 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Remove-spikes-from-data/m-p/1133415#M23964</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-06-01T14:09:46Z</dc:date>
    </item>
    <item>
      <title>Re: Remove spikes from data</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Remove-spikes-from-data/m-p/1133522#M23965</link>
      <description>&lt;P&gt;@Anonymous&lt;/a&gt;&amp;nbsp;- Well, to use that measure, you would replace the highlighted portion with your column name and you would need to replace the 'Table' reference with your table name. You would replace the .2 with the percentage of values that you want to trim off (top/bottom %)&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;TRIMMEAN = &lt;BR /&gt;VAR __Table = &lt;BR /&gt;ADDCOLUMNS(&lt;BR /&gt;'&lt;STRONG&gt;Table&lt;/STRONG&gt;',&lt;BR /&gt;"Rank",RANKX('&lt;STRONG&gt;Table&lt;/STRONG&gt;',[&lt;STRONG&gt;Value&lt;/STRONG&gt;])&lt;BR /&gt;)&lt;/P&gt;
&lt;P&gt;VAR __Percent = &lt;STRONG&gt;.2&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;After that, you would use this measure instead of what you are currently using in your visual.&lt;/P&gt;</description>
      <pubDate>Mon, 01 Jun 2020 14:55:17 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Remove-spikes-from-data/m-p/1133522#M23965</guid>
      <dc:creator>Greg_Deckler</dc:creator>
      <dc:date>2020-06-01T14:55:17Z</dc:date>
    </item>
    <item>
      <title>Re: Remove spikes from data</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Remove-spikes-from-data/m-p/1135474#M23975</link>
      <description>&lt;P&gt;Thank you&amp;nbsp;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/313"&gt;@Greg_Deckler&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;That really helped! I got all the data I needed!&lt;/P&gt;</description>
      <pubDate>Tue, 02 Jun 2020 09:04:41 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Remove-spikes-from-data/m-p/1135474#M23975</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-06-02T09:04:41Z</dc:date>
    </item>
  </channel>
</rss>

