Join us for an expert-led overview of the tools and concepts you'll need to pass exam PL-300. The first session starts on June 11th. See you there!
Get registeredPower BI is turning 10! Let’s celebrate together with dataviz contests, interactive sessions, and giveaways. Register now.
Hi all,
I'm using the field parameter preview function in one of my reports to select columns for a table. However, I would like the default of the slicer to be 'select none' if none of the fields is selected. By default it is 'select all'.
This might not be specific to field parameter slicers, but to slicers in general. Is there a way to achieve this?
Thanks!
Solved! Go to Solution.
What you can do with the new feature of Field Parameters (check in Preview features):
What you can do with the new feature of Field Parameters (check in Preview features):
Hi @EdwardMoradian Thank you for your reply on this.
Are there any other ways to handle this None column (hiding from table visual) because users point of view it is not ok to show them in the visual level.
Instead of a blank column, or a measure with an empty value, use this hack courtesy of Barney Lawrence . Add a row to your table like this.
Percentiles = {
("None", "Any non-empty string", 0),
("Network P0", NAMEOF('Table'[Measure]), 1)
}
The column will not show up at all whether it is selected, or all are selected.
This will hide all rows
User | Count |
---|---|
84 | |
73 | |
70 | |
42 | |
35 |
User | Count |
---|---|
114 | |
56 | |
52 | |
43 | |
42 |