Supplies are limited. Contact info@espc.tech right away to save your spot before the conference sells out.
Get your discountScore big with last-minute savings on the final tickets to FabCon Vienna. Secure your discount
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 | |
10 | |
8 | |
7 | |
5 |
User | Count |
---|---|
24 | |
16 | |
15 | |
10 | |
7 |