Don't miss your chance to take the Fabric Data Engineer (DP-700) exam on us!
Learn moreWe've captured the moments from FabCon & SQLCon that everyone is talking about, and we are bringing them to the community, live and on-demand. Starts on April 14th. Register now
I installed the Microsoft Funnel Plot add in https://appsource.microsoft.com/en-us/product/power-bi-visuals/WA104381066?tab=Overview
Looking at the Code and the sample Report the baseline is Calculated Occurrence / Population
When I add in my Data , for some reason it Calculates as 78.8
2561 / 3554 = 72%
Anybody come across this?
Sample report
This Calculates the Baseline correctly , 15012/85176762 = 0.00176
Code -- Line 172
https://github.com/microsoft/powerbi-visuals-funnel/blob/master/script.r
Hi @carlol ,
As the code shown, the baseline is not just calculated by Occurrence / Population. As the data is more large, the result will be more accurate. There are some blogs that you can reference to understand clearly about Funnel Plot.
https://www.mssqltips.com/sqlservertip/5973/power-bi-funnel-plot-for-outliers-detection/
Best Regards,
Xue Ding
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
It is Calculating the weighted mean vs the Mean
A weighted mean is a kind of average. Instead of each data point contributing equally to the final mean, some data points contribute more “weight” than others. If all the weights are equal, then the weighted mean equals the arithmetic mean (the regular “average” you’re used to). Weighted means are very common in statistics, especially when studying populations.
If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.
A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.
Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.
| User | Count |
|---|---|
| 53 | |
| 36 | |
| 33 | |
| 19 | |
| 17 |
| User | Count |
|---|---|
| 73 | |
| 72 | |
| 38 | |
| 35 | |
| 26 |