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

A new Data Days event is coming soon! This time we’re going bigger than ever. Fabric, Power BI, SQL, AI and more. Don't miss out.

Reply
jaswalsarthak
Frequent Visitor

Row total not adding

Hi All, 

 

i have a dax to calcualte Retail margin for each month & its able to calculate correctly, however the total of the row is completely different.

 

RM YTD = DIVIDE([Units In Price]*SUMX('RM Data','RM Data'[Value]),103)
 
jaswalsarthak_0-1733977735947.png

 

 
After going through various artcile i wrote the below Dax but still the problem persist.
 
RM YTD Number = SUMX('BI Sales','BI Sales'[RM YTD])
 
Can you please provide me a solution
1 ACCEPTED SOLUTION
amitchandak
Super User
Super User

@jaswalsarthak , Mutiplication need to done at row level , check if this possible

 

RM YTD = DIVIDE(SUMX('RM Data','RM Data'[Value]*[Units In Price]),103)

 

or

 

Keep this same

RM YTD = DIVIDE([Units In Price]*SUMX('RM Data','RM Data'[Value]),103)

 

Change to consider Matrix column field

 

RM YTD Number = SUMX(BValues('BI Sales'[Month Year]), [RM YTD])

 

 

Share with Power BI Enthusiasts: Full Power BI Video (20 Hours) YouTube
Microsoft Fabric Series 60+ Videos YouTube
Microsoft Fabric Hindi End to End YouTube

View solution in original post

2 REPLIES 2
jaswalsarthak
Frequent Visitor

Thanks @amitchandak  DIVIDE(SUMX('RM Data','RM Data'[Value]*[Units In Price]),103) worked perfectly.

amitchandak
Super User
Super User

@jaswalsarthak , Mutiplication need to done at row level , check if this possible

 

RM YTD = DIVIDE(SUMX('RM Data','RM Data'[Value]*[Units In Price]),103)

 

or

 

Keep this same

RM YTD = DIVIDE([Units In Price]*SUMX('RM Data','RM Data'[Value]),103)

 

Change to consider Matrix column field

 

RM YTD Number = SUMX(BValues('BI Sales'[Month Year]), [RM YTD])

 

 

Share with Power BI Enthusiasts: Full Power BI Video (20 Hours) YouTube
Microsoft Fabric Series 60+ Videos YouTube
Microsoft Fabric Hindi End to End YouTube

Helpful resources

Announcements
May Power BI Update Carousel

Power BI Monthly Update - May 2026

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

Fabric SQL PBI Data Days

Data Days 2026 coming soon!

Sign up to receive a private message when registration opens and key events begin.

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.