Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes! Register now.

Reply
Mikahel369
Frequent Visitor

How to create alert if the value is present 2 times in the same column?

Hi there,

 

my need is to color 2 cells of the same column if they have the same value or anyway to make evident that there is a matching between 2 rows, for example:

 

REFCOLORTHAT
ABCTHISYES
DEF

THISNO

GHITHISYES

 

I think the solution should be in Select column and using a Count Distinct, in this way in presence of a double or more values I should know if this cell value is repeated, but I really don't know how to do that.

Please help.

thanks

1 ACCEPTED SOLUTION
Greg_Deckler
Community Champion
Community Champion

@Mikahel369 Perhaps a calculated column like this:

Count the Same Column =
  COUNTROWS(FILTER('Table',[COLORTHAT] = EARLIER(Table[COLORTHAT])))

Then a rule that if this column > 1, show as red.



Follow on LinkedIn
@ me in replies or I'll lose your thread!!!
Instead of a Kudo, please vote for this idea
Become an expert!: Enterprise DNA
External Tools: MSHGQM
YouTube Channel!: Microsoft Hates Greg
Latest book!:
DAX For Humans

DAX is easy, CALCULATE makes DAX hard...

View solution in original post

3 REPLIES 3
Mikahel369
Frequent Visitor

As always happen to me, when I make the question I found the solution... and actually was still here but with another "title":

 

Solved: How to count the occurrence of values in a column ... - Microsoft Power BI Community

 

after created the measure I just created the conditional formatting over the new column (new measure) and over the cell it self that shown the same values.

 

May help someone else. 

Greg_Deckler
Community Champion
Community Champion

@Mikahel369 Perhaps a calculated column like this:

Count the Same Column =
  COUNTROWS(FILTER('Table',[COLORTHAT] = EARLIER(Table[COLORTHAT])))

Then a rule that if this column > 1, show as red.



Follow on LinkedIn
@ me in replies or I'll lose your thread!!!
Instead of a Kudo, please vote for this idea
Become an expert!: Enterprise DNA
External Tools: MSHGQM
YouTube Channel!: Microsoft Hates Greg
Latest book!:
DAX For Humans

DAX is easy, CALCULATE makes DAX hard...

Ok great, this is even better than what I found.

Thanks

Helpful resources

Announcements
September Power BI Update Carousel

Power BI Monthly Update - September 2025

Check out the September 2025 Power BI update to learn about new features.

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.

Top Solution Authors
Top Kudoed Authors