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

Compete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.

Reply
Rana
Regular Visitor

Find difference in 2 columns

I have a Matrix in PowerBI which is showing data for 2 months (month is a string not a date column like Aug, Sept). Matrix shows me Total for both months, instead of Sum i need the difference (reduction or addition) between 2 months. Is it doable if I dont have a date field?

1 REPLY 1
WillT
Community Admin
Community Admin

Hi Rana, this is definitely acheivable through the Power BI Desktop, but not in the Service. The exact solution depends how your data is modelled. If you've got two separate fields (one named Aug and one named Sept) then you can just create a calculation that does [Sept]-[Aug]. If its a field called [Month] with values in it for Aug and Sept you'd need to do a bit more DAX work to create a calculation that filters down to just Aug or Sept's data and subtracts those.

 

If you can post details of your data (or even a sample pbix file) that would help greatly!

 

Thanks

Will

Helpful resources

Announcements
August Power BI Update Carousel

Power BI Monthly Update - August 2025

Check out the August 2025 Power BI update to learn about new features.

August 2025 community update carousel

Fabric Community Update - August 2025

Find out what's new and trending in the Fabric community.

Top Solution Authors