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

Next up in the FabCon + SQLCon recap series: The roadmap for Microsoft SQL and Maximizing Developer experiences in Fabric. All sessions are available on-demand after the live show. Register now

Reply
nb790410
New Member

Comparing two tables within a dashboard

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?

4 REPLIES 4
v-sdhruv
Community Support
Community Support

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.

v-sdhruv
Community Support
Community Support

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.

v-sdhruv
Community Support
Community Support

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.

danextian
Super User
Super User

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

danextian_0-1741271212599.png

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

danextian_1-1741271360045.png

danextian_2-1741271386142.png

Please see the attached sample pbix.

 





Dane Belarmino | Microsoft MVP | Proud to be a Super User!

Did I answer your question? Mark my post as a solution!


"Tell me and I’ll forget; show me and I may remember; involve me and I’ll understand."
Need Power BI consultation, get in touch with me on LinkedIn or hire me on UpWork.
Learn with me on YouTube @DAXJutsu or follow my page on Facebook @DAXJutsuPBI.

Helpful resources

Announcements
New to Fabric survey Carousel

New to Fabric Survey

If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.

Power BI DataViz World Championships carousel

Power BI DataViz World Championships - June 2026

A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.

Join our Fabric User Panel

Join our Fabric User Panel

Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.

March Power BI Update Carousel

Power BI Community Update - March 2026

Check out the March 2026 Power BI update to learn about new features.