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.
Hi
I've a data set like below , is there any possibility that I select "AAA" and the visual will show AAA & BBB, because they are same grouping?
PN | Grouping |
AAA | Group1 |
BBB | Group1 |
CCC | Group2 |
DDD | Group2 |
Solved! Go to Solution.
Show measure =
VAR _newtable =
FILTER ( Data, Data[Grouping] IN VALUES ( Slicer[Grouping] ) )
RETURN
COUNTROWS ( _newtable )
https://www.dropbox.com/s/x45i1dbji55um2z/peter.pbix?dl=0
Great!! let me tried if this solutions works
Show measure =
VAR _newtable =
FILTER ( Data, Data[Grouping] IN VALUES ( Slicer[Grouping] ) )
RETURN
COUNTROWS ( _newtable )
https://www.dropbox.com/s/x45i1dbji55um2z/peter.pbix?dl=0
User | Count |
---|---|
22 | |
11 | |
8 | |
6 | |
6 |
User | Count |
---|---|
25 | |
13 | |
11 | |
9 | |
6 |