Power BI is turning 10! Tune in for a special live episode on July 24 with behind-the-scenes stories, product evolution highlights, and a sneak peek at what’s in store for the future.
Save the dateEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
Hello -
I have a table with 2 columns, "warehouse" and "part number" below . I need to slicer filter by warehouse and see the distinct count of part numbers in that column filktered by the selected warehouse. when Slicer is on BR card value should read 2. When VV is selected it should read 1. Any help would be apreciated.
Warehouse | Part number |
BR | 300 |
BR | 250 |
VV | 250 |
VV | 250 |
VV | 250 |
VV | 250 |
VV | 250 |
Solved! Go to Solution.
hi @A-Aron
then how about:
hi @A-Aron
that method is generating an unexpected value. there are more distinct values than the standard count(distinct) choice is showing
Hello FreemanZ -
i have a slicer for filtering and a card as a visual, im looking for a measure that will allow distinct count of part number column and can be filtered by warehouse using slicer. is this possible?
hi @A-Aron
i have tried this among other solutions but the value is not correct. the dataset has other columns causing the distinct count to be altered. i am hoping i can use a measure to look at only count of unique part numbers by warehouse. sorry if i cannot explain clearly.
hi @A-Aron
then how about:
User | Count |
---|---|
25 | |
11 | |
8 | |
6 | |
6 |
User | Count |
---|---|
27 | |
13 | |
11 | |
9 | |
6 |