We're giving away 30 tickets for FREE! Share your story, your vision, or your hustle and tell us why YOU deserve a ticket.
Apply nowWin a FREE 3 Day Ticket to FabCon Vienna. Apply now
Solved! Go to Solution.
@Dallas7890 , Try using below measure
Filtered Hours Sum =
CALCULATE(
SUM('Leave Balances FY Financial Accruals'[Total hours]),
FILTER(
'Leave Balances FY Financial Accruals',
'Leave Balances FY Financial Accruals'[Time Off Plan details] = "Total Balance Remaining" &&
'Leave Balances FY Financial Accruals'[Time Off Plan] = "Time in Lieu"
)
)
Proud to be a Super User! |
|
I figured out my problem - There was white space in front of each value from the Time Off Plan details. Thank you but this has been resolved.
Thank you for helping me to correct my measure Bhanu. I thought it was just because of the white space only.
I figured out my problem - There was white space in front of each value from the Time Off Plan details. Thank you but this has been resolved.
Thank you for helping me to correct my measure Bhanu. I thought it was just because of the white space only.
@Dallas7890 , Try using below measure
Filtered Hours Sum =
CALCULATE(
SUM('Leave Balances FY Financial Accruals'[Total hours]),
FILTER(
'Leave Balances FY Financial Accruals',
'Leave Balances FY Financial Accruals'[Time Off Plan details] = "Total Balance Remaining" &&
'Leave Balances FY Financial Accruals'[Time Off Plan] = "Time in Lieu"
)
)
Proud to be a Super User! |
|
User | Count |
---|---|
13 | |
12 | |
8 | |
8 | |
6 |
User | Count |
---|---|
28 | |
19 | |
13 | |
11 | |
7 |