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

Enhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.

Reply

Divide measure is not showing the correct total

Hello Community,

My formula is working fine but total is not showing right numbers for Matrix Visuals.
Measure = DIVIDE(SUM('Totals'[Plan Rate]),SUM('Totals'[Invoice]),0)


I also tried the second measure formula but not working for me.

Measure = sumx(Totals,DIVIDE(SUM('Totals'[Plan Rate]),SUM('Totals'[Invoice]),0))
Community Data Result.jpg
Community Data Modeling.jpg



Dataset: 1 (Region)

 

 

 

RegionCountry
USANewyork
CANADAToronto
EuropeLondon


Dataset:2 (Market)

MarketDerived
BioPharmaBio
ClinicalCli
ForensicFor

 

Dataset:3 (Totals)

Plan RateInvoiceCountryDerivedCountry
51 BioNewyork
102 CliToronto
153 ForLondon
254 BioCountry
305 CliNewyork
356 ForToronto
407 BioLondon
458 CliCountry
509 ForNewyork
1 ACCEPTED SOLUTION
vojtechsima
Super User
Super User

Hello, @tejapowerbi123 
So, something like this?

vojtechsima_0-1660327226751.png

I created 3 measures, Sum of Invoice, Sum of Plan Rate and your Division:

Total Plan Rate = SUM('Totals'[Plan Rate])

Total Inovice = SUM('Totals'[Invoice])

Divided = SUMX('Totals', DIVIDE([Total Plan Rate], [Total Inovice], 0))
 

View solution in original post

2 REPLIES 2
vojtechsima
Super User
Super User

Hello, @tejapowerbi123 
So, something like this?

vojtechsima_0-1660327226751.png

I created 3 measures, Sum of Invoice, Sum of Plan Rate and your Division:

Total Plan Rate = SUM('Totals'[Plan Rate])

Total Inovice = SUM('Totals'[Invoice])

Divided = SUMX('Totals', DIVIDE([Total Plan Rate], [Total Inovice], 0))
 

@vojtechsima  Thank you so much your help

Helpful resources

Announcements
July 2025 community update carousel

Fabric Community Update - July 2025

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

July PBI25 Carousel

Power BI Monthly Update - July 2025

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