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

Grow your Fabric skills and prepare for the DP-600 certification exam by completing the latest Microsoft Fabric 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
RTI Forums Carousel3

New forum boards available in Real-Time Intelligence.

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

MayPowerBICarousel

Power BI Monthly Update - May 2024

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