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
gondal786
Regular Visitor

How to show sum in total of a column having minimum values from dataset

How to show sum in total of a column having minimum values from dataset ?

Thanks in advance

gondal786_0-1655525324151.png

 

1 ACCEPTED SOLUTION
tamerj1
Super User
Super User

Hi @gondal786 

you can create new measure 

SUMX (

VALUES ( TableName[LOAN_APP_SEQ] ],
CALCULATE ( MIN ( TableName[OST] ) )

)

View solution in original post

4 REPLIES 4
tamerj1
Super User
Super User

Hi @gondal786 

you can create new measure 

SUMX (

VALUES ( TableName[LOAN_APP_SEQ] ],
CALCULATE ( MIN ( TableName[OST] ) )

)

I tried it earler its ok at row level but show incorrect value in total (ost_tt_measure), I wanna column sum in last total row rather as minvalue.

 

gondal786_0-1655530462352.png

 

@gondal786 
What are you skicing by? What slicers or filters do you have?

I'm using table / matrix both as per requirment.

Helpful resources

Announcements
LearnSurvey

Fabric certifications survey

Certification feedback opportunity for the community.

PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

Check out the April 2024 Power BI update to learn about new features.

April Fabric Community Update

Fabric Community Update - April 2024

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