Join us for an expert-led overview of the tools and concepts you'll need to pass exam PL-300. The first session starts on June 11th. See you there!
Get registeredPower BI is turning 10! Let’s celebrate together with dataviz contests, interactive sessions, and giveaways. Register now.
Hi everybody,
I'd like to ask you to help me with a DAX formula.
I have this situation
I need to get the formula for the yellow Requested column.
The logic is following:
I need to calculate all hours of every user that are not _Attendance
Thank you in advance.
Solved! Go to Solution.
Try this Column
Requested = CALCULATE ( SUM ( TableName[Hours] ), FILTER ( ALLEXCEPT ( TableName, TableName[User] ), TableName[Project category] <> "_Attendance" ) )
Try this Column
Requested = CALCULATE ( SUM ( TableName[Hours] ), FILTER ( ALLEXCEPT ( TableName, TableName[User] ), TableName[Project category] <> "_Attendance" ) )
Worked perfectly, than you, Muhammad
User | Count |
---|---|
81 | |
75 | |
70 | |
42 | |
36 |
User | Count |
---|---|
114 | |
56 | |
52 | |
43 | |
42 |