The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredCompete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.
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.
User | Count |
---|---|
84 | |
83 | |
34 | |
34 | |
32 |
User | Count |
---|---|
94 | |
79 | |
62 | |
54 | |
51 |