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

July 7 - July 17 | Round 2 of the Power BI Dataviz World Championships. Don't miss your chance! Learn more

Reply
Lover55
New Member

Comparing Values in Matrix

HI, I am trying to compare two values in a table, with the output being the difference in the two values. I have a filter which will compare two different column values with the same field for value and want to know the difference within that table as an output. I appreciate any assistance.
2 REPLIES 2
v-jiascu-msft
Microsoft Employee
Microsoft Employee

Hi @Lover55,

 

You can simply try a measure like below.

 

Mesure =
SUM ( 'table'[column1] ) - SUM ( 'table'[column2] )

Please try "CTRL + F5" to refresh the browser and then upload an image again.

 

It's better to share some sample data that we can copy or download. 

 

Best Regards,
Dale

Community Support Team _ Dale
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Lover55
New Member

I am new to this, and am trying to share a screenshot of my data to clarify this question, when I click on "Insert Image" it just has an empty box for "source" how do i upload an image from my computer?

 

Helpful resources

Announcements
FabCon and SQLCon Barcelona 2026

FabCon & SQLCon – Barcelona 2026

Join us in Barcelona for FabCon and SQLCon, the Fabric, Power BI, SQL, and AI community event. Save €200 with code FABCMTY200.

60 days of Data Days Carousel

Data Days 2026

Join Data Days 2026: 60 days of free live/on-demand sessions, challenges, study groups, and certification opportunities.

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.

Top Solution Authors