Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

We'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

Reply
Robert14358
Resolver III
Resolver III

NORM.DIST Issues

anyone able to help me with this function.

 

im getting different results on my data set compared to someone else.

 

is it okay to have multiple values for X?

Robert14358_0-1710475698202.png

 

i made another fake set of data that only ever has 1 value for X and it doesn't seem to have this problem

Robert14358_1-1710476028480.png

Also, when making the calculated column. for NORM .DIST. does it interact with filters?

I noticed when i hard code in 0 and 113 from the unfiltered page and then bring that curve into a page with the measure one, they both have the same curve.

 

1 ACCEPTED SOLUTION
Robert14358
Resolver III
Resolver III

we used the Python visual instead.  This visual is dynamic 🙂

View solution in original post

5 REPLIES 5
Robert14358
Resolver III
Resolver III

we used the Python visual instead.  This visual is dynamic 🙂

Anonymous
Not applicable

Hi @Robert14358 ,

Thanks @lbendlin answer , and I have some other suggestions:

The DIST function is designed to use a single value for each calculation, X. If you enter an array or multiple values for X in a single function call, it may not work as expected. For datasets in which X can accept multiple values, you would typically apply the NORM.DIST function to iterate over each value of X separately, either by iterating in a script or by iterating in a column of the computation that handles each row separately.

As for the interaction with filters, calculated columns in Power BI are calculated during data refresh and are not dynamically recalculated when filters are applied in the report. This means that values in calculated columns, such as with the NORM.DIST function, remain static and do not change based on filters applied in the report view. However, metrics in Power BI interact with filters and are recalculated based on the current filter context.

If you observe that the hard-coded value generates the same curve regardless of the filter applied, it is consistent with the expected behavior of the calculated column. For dynamic interactions with filters, consider using metric values instead of computed columns where feasible.

Best Regards,

Xianda Tang

If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

Robert14358
Resolver III
Resolver III

yeah i need this is a measure,  is there anyway to use NORM.DIST as a measure?

Please provide sample data that covers your issue or question completely, in a usable format (not as a screenshot).

Do not include sensitive information or anything not related to the issue or question.

If you are unsure how to upload data please refer to https://community.fabric.microsoft.com/t5/Community-Blog/How-to-provide-sample-data-in-the-Power-BI-...

Please show the expected outcome based on the sample data you provided.

Want faster answers? https://community.fabric.microsoft.com/t5/Desktop/How-to-Get-Your-Question-Answered-Quickly/m-p/1447...

lbendlin
Super User
Super User

Also, when making the calculated column. for NORM .DIST. does it interact with filters?

Calculated columns do not react to filters by themselves.  But they can be used in a measure that is impacted by filters. 

Helpful resources

Announcements
New to Fabric survey Carousel

New to Fabric Survey

If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.

Power BI DataViz World Championships carousel

Power BI DataViz World Championships - June 2026

A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.

Join our Fabric User Panel

Join our Fabric User Panel

Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.

March Power BI Update Carousel

Power BI Community Update - March 2026

Check out the March 2026 Power BI update to learn about new features.