This time we’re going bigger than ever. Fabric, Power BI, SQL, AI and more. We're covering it all. You won't want to miss it.
Learn moreLevel up your Power BI skills this month - build one visual each week and tell better stories with data! Get started
I have a power bi dashboard and within that two separate tables with data displayed on one tab, the tables in some case have an identifer that matches in both tables, where this is i want to highlight those green and where we have a non match highlight them in RED, is this possible?
Hi @nb790410 ,
Just wanted to check if you had the opportunity to review the solution provided by the Super User?
If his response has addressed your query, please accept it as a solution and give a 'Kudos' so other members can easily find it.
Fell free to reach out in case of any issues.
Thank you.
Hi @nb790410 ,
Just wanted to check if you had the opportunity to review the solution provided by the Super User?
If his response has addressed your query, please accept it as a solution and give a 'Kudos' so other members can easily find it.
Fell free to reach out in case of any issues.
Thank you.
Hi @nb790410 ,
Just wanted to check if you had the opportunity to review the solution provided by the Super User?
If his response has addressed your query, please accept it as a solution and give a 'Kudos' so other members can easily find it.
Thank you.
Hi @nb790410
Create a separate dimensions table that contains a complete list of IDs and relate that to the two other tables in a one to many single direction relationship
Add the column from the dimension table to a visual. Create this measure and add it to the visual as well.
Test =
DISTINCTCOUNT ( T1[ID] ) + DISTINCTCOUNT ( T2[ID] )
Apply conditional background conditional formatting to the ID column based on the value of the measure above
Please see the attached sample pbix.
Check out the April 2026 Power BI update to learn about new features.
Sign up to receive a private message when registration opens and key events begin.
If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.
| User | Count |
|---|---|
| 30 | |
| 24 | |
| 23 | |
| 17 | |
| 15 |
| User | Count |
|---|---|
| 63 | |
| 36 | |
| 30 | |
| 22 | |
| 22 |