Forum Discussion
Anonymous
4 years agoNot applicable
Dynamic table size for normal distribution
Hi everyone, I have a problem in Power BI. Introduction : I need to make Normal Distribution / Gaussian Distribution based on a sample of data. The problem is with a range of data. There are...
daXtreme
4 years agoSolution Sage
When your measure returns BLANK for a point, the point's x-value will get hidden. Use this to your advantage. What I mean by this is that you should construct your measure in such a way that it should return BLANKS for those areas of your domain (x-values) that you don't want to show (low and high arguments). The visual will then automatically adjust itself.
- Anonymous4 years agoNot applicable
Yeah i get it , thanks for the anwser but i want to show these values.
I dont wont it to be hidden.- daXtreme4 years agoSolution Sage
From what you have said before, it looks like you do want to hide the values that would make your plot too big for certain distributions... and this is about the only way to make it dynamic. Well, at least a way I'd implement 🙂