I need help building a slicer that is based on a count of transactions per user. My dataset has a column of users and a column of transaction IDs. I have a visual showing all the distinct users in my dataset and a count of transaction IDs associated to each user. I want to build a slicer that allows me to define a minimum count of transaction IDs to display in the visual. For example, if my slicer is set to a minimum count of 3 transaction ID, my visual would exclude users with counts of 1 or 2 transaction IDs.
Solved! Go to Solution.
You could accomplish this with a parameter.
For example if I want to limit the count of services from my table
I can create a parameter named "Minimum TXs" and then write my measure as follows
I would then end up with
Hope this points you in the right direction.
You could accomplish this with a parameter.
For example if I want to limit the count of services from my table
I can create a parameter named "Minimum TXs" and then write my measure as follows
I would then end up with
Hope this points you in the right direction.
Power BI release plans for 2023 release wave 1 describes all new features releasing from April 2023 through September 2023.
Make sure you register today for the Power BI Summit 2023. Don't miss all of the great sessions and speakers!
User | Count |
---|---|
245 | |
56 | |
50 | |
45 | |
43 |
User | Count |
---|---|
284 | |
211 | |
82 | |
78 | |
73 |