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
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 |
---|---|
13 | |
8 | |
8 | |
7 | |
5 |
User | Count |
---|---|
21 | |
15 | |
15 | |
10 | |
7 |