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!Calling all Data Engineers! Fabric Data Engineer (Exam DP-700) live sessions are back! Starting October 16th. Sign up.
Hi
I have a requirement to be able to count the duplicates in a table.
Eg
PrimaryKeyField
1
2
3
3
4
5
5
6
7
So in this example the duplicate value would be 2, as both values 3 and 5 have multiple entries.
This only ever needs to be calculated over the whole table and will only ever be in a single card visual, so row context is not a concern.
Cheers
Solved! Go to Solution.
Scratch that. As soon as I posted it I thought of the solution.
COUNTROWS( MyTable ) - DISTINCTCOUNT( PKColumn )
Scratch that. As soon as I posted it I thought of the solution.
COUNTROWS( MyTable ) - DISTINCTCOUNT( PKColumn )
Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes!
Check out the September 2025 Power BI update to learn about new features.