The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends September 15. Request your voucher.
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 |
---|---|
65 | |
60 | |
55 | |
54 | |
32 |
User | Count |
---|---|
180 | |
88 | |
70 | |
46 | |
45 |