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.
I'm trying to create a "between" slicer the includes or excludes categories based on the number of times they appear in the data set.
Want to filter out categories that only appear a few times to only focus on those that appear in high volume.
Thanks for any help!
Solved! Go to Solution.
I kept searching and found this that just worked - created new tablet with below.
= GROUPBY(Table1,Table1[User ID],"Count of login",COUNTX(CURRENTGROUP(),Table1[Login time]))
I kept searching and found this that just worked - created new tablet with below.
= GROUPBY(Table1,Table1[User ID],"Count of login",COUNTX(CURRENTGROUP(),Table1[Login time]))
User | Count |
---|---|
84 | |
75 | |
73 | |
42 | |
36 |
User | Count |
---|---|
114 | |
56 | |
52 | |
43 | |
42 |