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

To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount now.

Reply
SMD75
Frequent Visitor

Help with Totals

Hi, this will probably be an easy solution for someone.

 

I'm having issues with the built-in matrix column totals not totalling.

 

Screenshot 2023-07-04 120100.png

I want the row totals to SUM the numbers in the matrix but it seems to be doing something else.

 

Fairly new to Power BI so am struggling to find a solution.

 

The values are populated using a measure that is converting text from another table to a number.

 

Measure 3 = If ('acc ServiceDeskReporting'[Breach_Month]="Y", 1 )

 

 

Any assistance would be appreciated 🙂

1 ACCEPTED SOLUTION

Thanks @Anonymous, I'll give that a try.

 

I managed to solve it with 

Measure 4 = SUMX(
  VALUES('Table'[Date]),CALCULATE([Measure 3]
  
))

 

Cheers

View solution in original post

2 REPLIES 2
Anonymous
Not applicable

Hi @SMD75 ,

Please have a try.

Create a measure based on the above.

 measure_4=var _b=SUMMARIZE('table','table'[date],"aaa",'table'[measure 3])
return
IF(HASONEVALUE('table'[date]),[measure 3],SUMX(_b,[aaa]))

 

How to Get Your Question Answered Quickly 

 

If it does not help, please provide more details with your desired output and pbix file without privacy information (or some sample data) .

 

Best Regards
Community Support Team _ Rongtie

If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

Thanks @Anonymous, I'll give that a try.

 

I managed to solve it with 

Measure 4 = SUMX(
  VALUES('Table'[Date]),CALCULATE([Measure 3]
  
))

 

Cheers

Helpful resources

Announcements
September Power BI Update Carousel

Power BI Monthly Update - September 2025

Check out the September 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
Top Kudoed Authors