The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
Dear Colleagues,
I need your help
I would like to calculate colum DJ+HR By status so that i can have the result column please could you help me with the DAX Mesure.
Thank you for your support
Solved! Go to Solution.
@dofrancis3 , Try using
DAX
TotalDJHR = SUMX(
VALUES(TableName[Status]),
CALCULATE(SUM(TableName[DJ]) + SUM(TableName[HR]))
)
Proud to be a Super User! |
|
@dofrancis3 , Try using
DAX
TotalDJHR = SUMX(
VALUES(TableName[Status]),
CALCULATE(SUM(TableName[DJ]) + SUM(TableName[HR]))
)
Proud to be a Super User! |
|
User | Count |
---|---|
27 | |
12 | |
8 | |
8 | |
5 |
User | Count |
---|---|
31 | |
15 | |
12 | |
7 | |
6 |