Forum Discussion
bmcminn
Helper II
3 years agoFrequency table for values in column selected by parameter
I have a parameter, with a slicer, for each column in a table. I want to make a histogram that would show the frequency for all the values in the selected column. How would I do this?
- 3 years ago
So, depending on what you need, this is actually a pretty straightforward task. I'm not sure how to create a table that exists in the model, but to make it as a visualization is no big deal. Use a count of all the rows or unique IDs or whatever and the column from the parameter. I should have tried this initially.
bmcminn
Helper II
3 years agoSo, depending on what you need, this is actually a pretty straightforward task. I'm not sure how to create a table that exists in the model, but to make it as a visualization is no big deal. Use a count of all the rows or unique IDs or whatever and the column from the parameter. I should have tried this initially.