<?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 Creating Dynamic Normal distribution Bell Curve in Power BI in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Creating-Dynamic-Normal-distribution-Bell-Curve-in-Power-BI/m-p/870948#M7204</link>
    <description>&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I want a normal distribution curve for products launch price variance Year on Year for multiple locations. However I want the distribution curves to be dynamic depending on filters selected (Locations, Product Types etc.). Is there a way to achieve this using DAX measures that allows for dynamic Mean/Standard Deviation/Normal distribution of Year on year price variances?&lt;/P&gt;&lt;P&gt;Visually I am looking for something similar to below with dynamic curve based on filters a set with with each colour being a different location and the data points being Year on Year price variances of each product:&lt;/P&gt;&lt;DIV class="mceNonEditable lia-copypaste-placeholder"&gt;&amp;nbsp;&lt;/DIV&gt;&lt;P&gt;Any help would be greatly appreciated.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Many Thanks,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;RJ95&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 10 Dec 2019 15:18:18 GMT</pubDate>
    <dc:creator>RJ95</dc:creator>
    <dc:date>2019-12-10T15:18:18Z</dc:date>
    <item>
      <title>Creating Dynamic Normal distribution Bell Curve in Power BI</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Creating-Dynamic-Normal-distribution-Bell-Curve-in-Power-BI/m-p/870948#M7204</link>
      <description>&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I want a normal distribution curve for products launch price variance Year on Year for multiple locations. However I want the distribution curves to be dynamic depending on filters selected (Locations, Product Types etc.). Is there a way to achieve this using DAX measures that allows for dynamic Mean/Standard Deviation/Normal distribution of Year on year price variances?&lt;/P&gt;&lt;P&gt;Visually I am looking for something similar to below with dynamic curve based on filters a set with with each colour being a different location and the data points being Year on Year price variances of each product:&lt;/P&gt;&lt;DIV class="mceNonEditable lia-copypaste-placeholder"&gt;&amp;nbsp;&lt;/DIV&gt;&lt;P&gt;Any help would be greatly appreciated.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Many Thanks,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;RJ95&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 10 Dec 2019 15:18:18 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Creating-Dynamic-Normal-distribution-Bell-Curve-in-Power-BI/m-p/870948#M7204</guid>
      <dc:creator>RJ95</dc:creator>
      <dc:date>2019-12-10T15:18:18Z</dc:date>
    </item>
    <item>
      <title>Re: Creating Dynamic Normal distribution Bell Curve in Power BI</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Creating-Dynamic-Normal-distribution-Bell-Curve-in-Power-BI/m-p/871072#M7210</link>
      <description>&lt;P&gt;Please see this post regarding How to Get Your Question Answered Quickly: &lt;A href="https://community.powerbi.com/t5/Community-Blog/How-to-Get-Your-Question-Answered-Quickly/ba-p/38490" target="_blank"&gt;https://community.powerbi.com/t5/Community-Blog/How-to-Get-Your-Question-Answered-Quickly/ba-p/38490&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;That being said, check out the NORM.DIST function. All of the parameters can be dynamic measures.&lt;/P&gt;
&lt;P&gt;&lt;A href="https://docs.microsoft.com/en-us/dax/norm-dist-dax" target="_blank"&gt;https://docs.microsoft.com/en-us/dax/norm-dist-dax&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 10 Dec 2019 16:51:01 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Creating-Dynamic-Normal-distribution-Bell-Curve-in-Power-BI/m-p/871072#M7210</guid>
      <dc:creator>Greg_Deckler</dc:creator>
      <dc:date>2019-12-10T16:51:01Z</dc:date>
    </item>
    <item>
      <title>Re: Creating Dynamic Normal distribution Bell Curve in Power BI</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Creating-Dynamic-Normal-distribution-Bell-Curve-in-Power-BI/m-p/871251#M7215</link>
      <description>&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;Year&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;Location&lt;/TD&gt;&lt;TD&gt;Product&lt;/TD&gt;&lt;TD&gt;Price&lt;/TD&gt;&lt;TD&gt;Year on Year Actual&lt;/TD&gt;&lt;TD&gt;Year on Year % variance&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;2018&lt;/TD&gt;&lt;TD&gt;Leeds&lt;/TD&gt;&lt;TD&gt;A&lt;/TD&gt;&lt;TD&gt;100&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;2018&lt;/TD&gt;&lt;TD&gt;London&lt;/TD&gt;&lt;TD&gt;B&lt;/TD&gt;&lt;TD&gt;300&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;2019&lt;/TD&gt;&lt;TD&gt;Leeds&lt;/TD&gt;&lt;TD&gt;B&lt;/TD&gt;&lt;TD&gt;200&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;2019&lt;/TD&gt;&lt;TD&gt;Leeds&lt;/TD&gt;&lt;TD&gt;A&lt;/TD&gt;&lt;TD&gt;120&lt;/TD&gt;&lt;TD&gt;20&lt;/TD&gt;&lt;TD&gt;20%&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;2019&lt;/TD&gt;&lt;TD&gt;London&lt;/TD&gt;&lt;TD&gt;B&lt;/TD&gt;&lt;TD&gt;210&lt;/TD&gt;&lt;TD&gt;60&lt;/TD&gt;&lt;TD&gt;30%&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;2020&lt;/TD&gt;&lt;TD&gt;Leeds&lt;/TD&gt;&lt;TD&gt;B&lt;/TD&gt;&lt;TD&gt;180&lt;/TD&gt;&lt;TD&gt;20&lt;/TD&gt;&lt;TD&gt;10%&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;2020&lt;/TD&gt;&lt;TD&gt;Leeds&lt;/TD&gt;&lt;TD&gt;A&lt;/TD&gt;&lt;TD&gt;90&lt;/TD&gt;&lt;TD&gt;30&lt;/TD&gt;&lt;TD&gt;25%&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;2020&lt;/TD&gt;&lt;TD&gt;London&lt;/TD&gt;&lt;TD&gt;B&lt;/TD&gt;&lt;TD&gt;231&lt;/TD&gt;&lt;TD&gt;21&lt;/TD&gt;&lt;TD&gt;10%&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The above dataset is an example of what I would be using. I want each data point on the curve to represent the normal distribution of the Year on Year % variance for each product in a specific location. With each curve representing a different location. Obviously the dataset I will be dealing with will have far greater number of products to plot on the curve however I was wondering whether it is possible to present this all using measures?&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Can I use Year on Year % variance as a measure within the Norm.Dist function to plot the data points for multiple products in a Power BI visual?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any help is greatly appreciated!&lt;/P&gt;</description>
      <pubDate>Tue, 10 Dec 2019 20:41:59 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Creating-Dynamic-Normal-distribution-Bell-Curve-in-Power-BI/m-p/871251#M7215</guid>
      <dc:creator>RJ95</dc:creator>
      <dc:date>2019-12-10T20:41:59Z</dc:date>
    </item>
    <item>
      <title>Re: Creating Dynamic Normal distribution Bell Curve in Power BI</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Creating-Dynamic-Normal-distribution-Bell-Curve-in-Power-BI/m-p/1825360#M38741</link>
      <description>&lt;P&gt;Is there a solution for this?&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am looking for this also.&lt;/P&gt;</description>
      <pubDate>Wed, 05 May 2021 16:22:16 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Creating-Dynamic-Normal-distribution-Bell-Curve-in-Power-BI/m-p/1825360#M38741</guid>
      <dc:creator>MRuiz-FDC</dc:creator>
      <dc:date>2021-05-05T16:22:16Z</dc:date>
    </item>
    <item>
      <title>Re: Creating Dynamic Normal distribution Bell Curve in Power BI</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Creating-Dynamic-Normal-distribution-Bell-Curve-in-Power-BI/m-p/2993957#M100811</link>
      <description>&lt;P&gt;Has there been any update since this post in 2019? I am looking to add a dynamic normal distribution bell curve to my report page.&amp;nbsp;&lt;BR /&gt;I am attempting to visualize employee performance across 4 departments under one facility.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have measures created for dynamic standard deviation and mean. These valuse of the measures will change with my slicers when I filter from Facility to individual departments to supervisors to associates.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I can create a calculated column for normal distribution pdf values. However, when applying a slicer the column does not recalculate the pdf normal value with the new sample size and therefore, will not alter the bell curve.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;As far as I know, a measure in BI will not accept a column as an X value because it is looking for a sigular value for each calculation. So... using a measure for the normal pdf values is out..&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is there a way to create a "dynamic calculated column" that when I filter to a department, It will recalculate the normal pdf vaules based on the new sample size using only that departments performance outputs?&lt;/P&gt;</description>
      <pubDate>Thu, 29 Dec 2022 21:18:51 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Creating-Dynamic-Normal-distribution-Bell-Curve-in-Power-BI/m-p/2993957#M100811</guid>
      <dc:creator>Socksguy</dc:creator>
      <dc:date>2022-12-29T21:18:51Z</dc:date>
    </item>
    <item>
      <title>Re: Creating Dynamic Normal distribution Bell Curve in Power BI</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Creating-Dynamic-Normal-distribution-Bell-Curve-in-Power-BI/m-p/2993967#M100812</link>
      <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="313" data-lia-user-login="Greg_Deckler" class="lia-mention lia-mention-user"&gt;Greg_Deckler&lt;/a&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 29 Dec 2022 21:31:15 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Creating-Dynamic-Normal-distribution-Bell-Curve-in-Power-BI/m-p/2993967#M100812</guid>
      <dc:creator>Socksguy</dc:creator>
      <dc:date>2022-12-29T21:31:15Z</dc:date>
    </item>
    <item>
      <title>Re: Creating Dynamic Normal distribution Bell Curve in Power BI</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Creating-Dynamic-Normal-distribution-Bell-Curve-in-Power-BI/m-p/3765168#M146939</link>
      <description>&lt;P&gt;i am having the same issue and havent seen anyone help yet&lt;/P&gt;</description>
      <pubDate>Fri, 15 Mar 2024 05:45:28 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Creating-Dynamic-Normal-distribution-Bell-Curve-in-Power-BI/m-p/3765168#M146939</guid>
      <dc:creator>Robert14358</dc:creator>
      <dc:date>2024-03-15T05:45:28Z</dc:date>
    </item>
  </channel>
</rss>

