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

Earn a 50% discount on the DP-600 certification exam by completing the Fabric 30 Days to Learn It challenge.

Reply
Razorbx13
Post Patron
Post Patron

Percent of Subtotal in Matrix

Hi all, have tried to read the board here and get a % of subtotal to work correctly.  Below is an image of my Dax formula.  I do have filters applied in the filters pane.  Is that why my formula does not work?  So if I have Filter A = This and Filter B = That and they do not show on the matrix itself, do I have to include that in my formula?  It almost seems as if the calculation is being done on all records in the table, not just my filtered records.  TIA!

 

Razorbx13_2-1615523722835.png

 

 

 

 

2 REPLIES 2
amitchandak
Super User
Super User

@Razorbx13 , Try a measure like

 

divide(sum('GL Transaction'[Amount]), calculate(sum('GL Transaction'[Amount]), filter(AllSelected('GL Transaction'), 'GL Transaction'[Account Group] = Max('GL Transaction'[Account Group]))))

Did I miss something?

 

Razorbx13_0-1615552022980.png

 

Helpful resources

Announcements
RTI Forums Carousel3

New forum boards available in Real-Time Intelligence.

Ask questions in Eventhouse and KQL, Eventstream, and Reflex.

LearnSurvey

Fabric certifications survey

Certification feedback opportunity for the community.

Top Solution Authors