Join us for an expert-led overview of the tools and concepts you'll need to pass exam PL-300. The first session starts on June 11th. See you there!
Get registeredPower BI is turning 10! Let’s celebrate together with dataviz contests, interactive sessions, and giveaways. Register now.
Hi,
I am using live connection and my sample data looks like this
ID Name
1 Pratap
2 Pratap
3 Raj
4 Raj
5 Harini
expected out put: in card visual
Repeated users: 2
can you please help me
Solved! Go to Solution.
@Anonymous
Measure =
COUNTROWS(
FILTER(
VALUES('Table'[Name]),
CALCULATE(COUNTROWS('Table') > 1)
)
)
@Anonymous
Measure =
COUNTROWS(
FILTER(
VALUES('Table'[Name]),
CALCULATE(COUNTROWS('Table') > 1)
)
)
User | Count |
---|---|
85 | |
82 | |
66 | |
52 | |
48 |
User | Count |
---|---|
100 | |
49 | |
42 | |
39 | |
38 |