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 September 15. Request your voucher.
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 |
---|---|
15 | |
11 | |
8 | |
8 | |
7 |
User | Count |
---|---|
21 | |
20 | |
12 | |
11 | |
7 |