Forum Discussion
Rinosh
3 years agoFrequent Visitor
Highlight duplicate values of table column based on selection data
Hi,
Need help to highlight the duplicate values of column ( Part number) based on selection critera.( Cost center)
Eg :- Under lined part number (4002690132) to get hilighted in this selection criteria ( HMV--FZC08DT)
Hi,
Solved the problem by creating a calculated column for couting duplicate values
Duplicate values = COUNTROWS(FILTER('Table',EARLIER('Part No') =('Table'[Part No]) && EARLIER('Table'[Costcenter])='Table'[Costcenter]))Futher applied conditional formating based on duplicate values.Conditional formating --> IconsRules --> Value onlySummarization --> Sum of duplicate valuesRule -->If Value > 1 Number & Less <= Max Number , then select color.
3 Replies
- v-luwang-msft
Community Support
- RinoshFrequent Visitor
Hi,
Can you please share your E mail id. i could not upload the PBIX file
- RinoshFrequent Visitor
Hi,
Solved the problem by creating a calculated column for couting duplicate values
Duplicate values = COUNTROWS(FILTER('Table',EARLIER('Part No') =('Table'[Part No]) && EARLIER('Table'[Costcenter])='Table'[Costcenter]))Futher applied conditional formating based on duplicate values.Conditional formating --> IconsRules --> Value onlySummarization --> Sum of duplicate valuesRule -->If Value > 1 Number & Less <= Max Number , then select color.