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.
Hello all,
For this data :
Location Date
LOCATION | DATE |
LONDON | 2017 |
PARIS | 2016 |
LONDON | 2016 |
L.A | 2012 |
L.A | 2005 |
L.A | 2020 |
LONDON | 2017 |
Want :
2
I want to have a total count of not unique location
Thank you very much
Solved! Go to Solution.
If you need the Date information, 'Duplicate' your Table in Query Editor and choose 'Group By' on the Location Column. Use the default 'Count Rows', this gives the occurances of each Location.
On your visual (card probably) count Location and filter out 'Count'= 1.
If you need the other information, Relationship this new condensed tabel back to our original to any REALTED needs.
FOrrest
Proud to give back to the community!
Thank You!
Hi @nooneliveforeva,
I test using your formula, get exected result. Group by the table using Table3[LOCATION], then filter the summaried table where the count does not equal to 1.
Please create a measure using the formula, the "Table3" is name of sample table.
Measure = COUNTAX(FILTER(SUMMARIZE(Table3,Table3[LOCATION],"count",COUNTA(Table3[LOCATION])),[count]<>1),Table3[LOCATION])
Then create a card visual to show your result.
Best Regards,
Angelia
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.