Power BI is turning 10, and we’re marking the occasion with a special community challenge. Use your creativity to tell a story, uncover trends, or highlight something unexpected.
Get startedJoin us for an expert-led overview of the tools and concepts you'll need to become a Certified Power BI Data Analyst and pass exam PL-300. Register now.
How to show sum in total of a column having minimum values from dataset ?
Thanks in advance
Solved! Go to Solution.
Hi @Anonymous
you can create new measure
SUMX (
VALUES ( TableName[LOAN_APP_SEQ] ],
CALCULATE ( MIN ( TableName[OST] ) )
)
Hi @Anonymous
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.
@Anonymous
What are you skicing by? What slicers or filters do you have?
I'm using table / matrix both as per requirment.
This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.
Check out the June 2025 Power BI update to learn about new features.
User | Count |
---|---|
72 | |
70 | |
55 | |
38 | |
31 |
User | Count |
---|---|
75 | |
64 | |
64 | |
49 | |
45 |