Microsoft Fabric Community Conference 2025, March 31 - April 2, Las Vegas, Nevada. Use code FABINSIDER for a $400 discount.
Register nowGet inspired! Check out the entries from the Power BI DataViz World Championships preliminary rounds and give kudos to your favorites. View the vizzies.
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! |
|
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!
Check out the February 2025 Power BI update to learn about new features.
User | Count |
---|---|
23 | |
12 | |
10 | |
10 | |
8 |
User | Count |
---|---|
16 | |
15 | |
15 | |
12 | |
10 |