Power BI is turning 10! Tune in for a special live episode on July 24 with behind-the-scenes stories, product evolution highlights, and a sneak peek at what’s in store for the future.
Save the dateEnhance 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 |
---|---|
25 | |
11 | |
7 | |
6 | |
6 |
User | Count |
---|---|
30 | |
13 | |
11 | |
9 | |
6 |