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

July 28 - August 9 | Final Round of the Power BI Dataviz World Championships. This is 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.

Fabric Community Sticker Design Challenge Barcelona Carousel

Fabric Community Sticker Challenge - Barcelona 2026

If you love stickers, then you will definitely want to check out our community sticker challenge, Barcelona edition!

July Power BI Update Carousel

Power BI Monthly Update - July 2026

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

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