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 August 31st. Request your voucher.
Im doing lookup between different filess and as part of that I would like to return the value 0 if an item is not found.
Example of current formula
Solved! Go to Solution.
@Anonymous , Try
Personal FY21 = LOOKUPVALUE('PersonalFY21'[Total Units],'PersonalFY21'[Number],'Taken'[Number]) +0
or
Personal FY21 = Maxx(filter('PersonalFY21', 'PersonalFY21'[Number]= 'Taken'[Number]),'PersonalFY21'[Total Units])+0
@Anonymous , Try
Personal FY21 = LOOKUPVALUE('PersonalFY21'[Total Units],'PersonalFY21'[Number],'Taken'[Number]) +0
or
Personal FY21 = Maxx(filter('PersonalFY21', 'PersonalFY21'[Number]= 'Taken'[Number]),'PersonalFY21'[Total Units])+0
User | Count |
---|---|
27 | |
12 | |
8 | |
8 | |
5 |
User | Count |
---|---|
31 | |
15 | |
12 | |
7 | |
6 |