Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!The Power BI Data Visualization World Championships is back! Get ahead of the game and start preparing now! Learn more
Case: I have a slicer with a list of customers and a table with customers and count of items. When a user selects a customer from the slicer, I want the table to populate with customers that have item counts within 20% of the selected value.
I currently have a measure that establishes 3 variables
1 - calculates the item count of selected customer: VAR SelectedCustomerCount = CALCULATE(SUM(Query1[item_count]), Query1[customer] = SELECTEDVALUE(Query1[customer]))
2 - establishes lower bound of item count: VAR LowerBound = SelectedCustomerCount * 0.8
3 - establishes upper bound of item count: Var UpperBound = SelectedCustomerCount * 1.2
The measure then gives a 1 to those customers within the upper and lower bounds (within 20%)
I have a slicer with a list of customers and a table with customers and count of items.
The slicer must be fed from a disconnected table.
Hi, @Ean123
Excuse me, whether his answer has solved your problem, and if so, please accept lbendlin's reply as a solution.
If you find a workaround yourself,share your solution and accept it as a solution that will help other community members who have the same problem as you.
Best Regards,
Leroy Lu
The Power BI Data Visualization World Championships is back! Get ahead of the game and start preparing now!
| User | Count |
|---|---|
| 67 | |
| 45 | |
| 41 | |
| 36 | |
| 23 |
| User | Count |
|---|---|
| 191 | |
| 127 | |
| 106 | |
| 78 | |
| 53 |