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!Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes! Register now.
Is there a way to color code when a Client ID is showing up more than once in the data?
Example
Client Name | Client ID | CAS_ID | AGE | Removal Date |
Doe, Jane | 274 | 178 | 13 | 1/20/2022 |
Doe, Jane | 274 | 178 | 13 | 11/13/2020 |
Smith, K | 315 | 177 | 8 | 1/17/2023 |
Smith, K | 315 | 177 | 8 | 7/14/2023 |
Doe, John | 282 | 17701 | 16 | 2/13/2023 |
Doe, John | 282 | 17701 | 16 | 5/1/2014 |
Non, Duplicate | 574 | 254 | 14 | 10/27/2015 |
So have the Client ID be RED if it's showing in the report more than once.
Solved! Go to Solution.
Hi
Below dax should do the job, Add conditional formatting over client id.
Hi
Below dax should do the job, Add conditional formatting over client id.