Forum Discussion
Parameters for looking at distributions
Hi,
I have a table with about 100 fields of data. Each column is a decimal number, some ranging from 0-1, others ranging from 0-120.
I would like to show the distribution of data for those fields. I would be happy to show this as a histogram, or a normal quantile plot, or a violin plot, or anything else that can easily visualize the distributions.
My guess would be to use parameters and bins, but Parameters do not seem to work nicely with measures or calculated columns, so I am unsure how to address this.
Here is an example of two different output graphs (of different data sets)
s1 , You have few histogram visual
or refer
https://www.youtube.com/watch?v=ashxc_escL4
https://blog.pragmaticworks.com/power-bi-custom-visuals-histogram
You might have consider unpivot all the columns , in case you want histogram on all columns
3 Replies
- amitchandak
Super User
s1 , You have few histogram visual
or refer
https://www.youtube.com/watch?v=ashxc_escL4
https://blog.pragmaticworks.com/power-bi-custom-visuals-histogram
You might have consider unpivot all the columns , in case you want histogram on all columns
- s1
Helper I
Ow wow, thanks for this!
That guy's histogram is way better than the ones in the App Store!
Ahh, of course - unpivoting all the values and then filtering for that attribute. That solved it. Thank you!
- Ashish_Mathur
Super User
Hi,
Share some data and show the expected result.