Supplies are limited. Contact info@espc.tech right away to save your spot before the conference sells out.
Get your discountScore big with last-minute savings on the final tickets to FabCon Vienna. Secure your discount
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]))